Revision 17e0565 by Jacques Lucke March 13, 2019, 15:26 (GMT) |
Fix T58668: Misaligned text when editing multiple values Reviewers: brecht Differential Revision: https://developer.blender.org/D4503 |
Revision 3952fd1 by Clément Foucault March 13, 2019, 15:06 (GMT) |
Fix T59448: Eevee broken Area Light shadows for square and rectange shape |
Revision 0e9ea70 by Sergey Sharybin March 13, 2019, 14:51 (GMT) |
Fix T58721: Keyframing one transform option reset other transforms Use dedicated flag to tag animation just for copy-on-write synchronization, which makes it so copies of the original data blocks gets in sync with the original ID. This will not flush the animation update to all objects which depend on that animation. If such flush is required, use ID_RECALC_ANIMATION. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D4508 |
Revision bc5b0f7 by Alex Strand / Brecht Van Lommel March 13, 2019, 14:24 (GMT) |
March 13, 2019, 14:16 (GMT) |
Fix T60185: Crash on adding Inverse Kinematics When having loops in a kinematic chain and also a IK constrain, the solve_cycle function removes graph relations necessary to ensure the cleanup operation was running at the very end. Due to his Blender was crashing when some operations (the bone constraints) accessed a pointer that was already freed. Solved by adding more relations between crucial nodes. |
Revision eb15809 by Adrian Newton / Brecht Van Lommel March 13, 2019, 13:47 (GMT) |
UI: put Armature constraint in alphabetical order in the menu. Differential Revision: https://developer.blender.org/D4492 |
Revision ffa2919 by Brecht Van Lommel March 13, 2019, 12:50 (GMT) |
Fix use of uninitialized variable in undo system. |
Revision d555f6a by Campbell Barton March 13, 2019, 12:20 (GMT) |
Revision 1f39b8b by Brecht Van Lommel March 13, 2019, 12:00 (GMT) |
Build environment: require Alsa/OSS/PulseAudio backends for OpenAL on Linux. Otherwise we can silently build an OpenAL that can't actually playback audio. |
Revision 3afc776 by Campbell Barton March 13, 2019, 11:21 (GMT) |
Fix T57305: NDOF frozen w/ lock view to camera This effectively reverts 030297209f2508a and 785e8a636a2939, which caused this issue. |
Revision 52d31b4 by Campbell Barton March 13, 2019, 08:57 (GMT) |
BMesh: make edge winding from face optional Broke uv-sphere creation, further it might be a problem for script authors expecting matching edge order for duplicated content. Now only apply this when duplicating via the operator. |
Revision 9984c64 by Sergey Sharybin March 13, 2019, 08:53 (GMT) |
Fix Cycles interface after 3017d88aec7f |
Revision 432750f by Campbell Barton March 13, 2019, 08:21 (GMT) |
Fix T62487: Flipped normals extruding edge loop |
Revision ef04513 by Campbell Barton March 13, 2019, 08:12 (GMT) |
BMesh: utility function to swap edge verts Needed so we can control the winding of extruded faces. |
Revision e637101 by Campbell Barton March 13, 2019, 06:37 (GMT) |
Fix T62484: Mesh undo ignores selection mode |
Revision 2bc6858 by Campbell Barton March 13, 2019, 05:41 (GMT) |
Fix T62524: Popover w/ keep-open moves on cursor motion |
Revision 1abd120 by Campbell Barton March 13, 2019, 05:41 (GMT) |
Cleanup: rename uiBlock.mx,my to bounds_offset Use a name that related to block bounds calculation (mx/my are typically used for mouse x,y). |
Revision f1a65f5 by Campbell Barton March 13, 2019, 02:32 (GMT) |
Cleanup: use unpacking & generators to build classes No reason to make a classes tuple then manipulate it when everything can be declared inline. |
Revision fac39dc by Campbell Barton March 13, 2019, 02:32 (GMT) |
UI: avoid sub-classing mix-ins for user-prefs Also remove redundant staticmethod use. |
Revision 100854c by Campbell Barton March 13, 2019, 02:32 (GMT) |
UI: rename PresetMenu to PresetPanel, move to bl_ui.utils Confusing to call a menu a panel when subclasses need to define panel specific variables. Avoid having bl_ui depend on bl_operator module too. Since this isn't an operator, add utils modules for shared types. |
|
|
|


Master Commits
MiikaHweb | 2003-2021