Revision 95583a3 by Sebastian Parborg May 13, 2020, 14:29 (GMT) |
Fix T76717: Set Rotation Mode Incorrectly Recalculates Bone Rotation In Pose Mode The issue was that we didn't convert the current rotational values. We simply just switched mode without doing any data conversions. |
Revision 5b043b0 by Philipp Oeser May 13, 2020, 13:49 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision c7f7486 by Philipp Oeser May 13, 2020, 13:30 (GMT) |
Fix T76711: override data-blocks could be renamed in the outliner Overriding datablock should never have an editable name. This also moves the check for linked/overridden datablocks above the check for master-collection (otherwise a linked/overriden collection could still be renamed) Maniphest Tasks: T76711 Differential Revision: https://developer.blender.org/D7718 |
Revision 3a1426a by Campbell Barton May 13, 2020, 13:19 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision e7d5e16 by Campbell Barton May 13, 2020, 13:19 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision facc9bc by Campbell Barton May 13, 2020, 13:19 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 5159b8e by Campbell Barton May 13, 2020, 13:14 (GMT) |
Fix extra undo step when switching object modes Changing between modes would always add a user visible undo step that set object mode. Avoid storing this extra undo step on object mode switching. |
Revision 54ea356 by Campbell Barton May 13, 2020, 13:14 (GMT) |
Cleanup: remove redundant active object NULL check & poll This was from 66da2f537ae80 but never did anything, as a NULL object always exited at the beginning of the operator. |
Revision 4e32398 by Campbell Barton May 13, 2020, 13:14 (GMT) |
Cleanup: unused arg |
Revision ed4647b by Sergey Sharybin May 13, 2020, 12:26 (GMT) |
Fix missing ID tag when converting objects Parenting to a curve path animation depends on both geometry and transform components. Conversion of mesh to curve will make it so parent have path animation, conversion of curve to mesh makes it so there is no more path animation. Both cases affects children of the converted objects, and it's not possible to rely on special case for curve parent in the dependency graph as that link will be lost after conversion of curve to mesh. Simplest approach is to tag object for both geometry and transform update, which will ensure all children are at valid state after the conversion. |
Revision 9db08b7 by Sebastián Barschkis May 13, 2020, 11:05 (GMT) |
Revision 498bd07 by Antonio Vazquez May 13, 2020, 11:03 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision cbcc15b by Antonio Vazquez May 13, 2020, 11:00 (GMT) |
Fix T65426: GPencil mirror modifier doesn't work as expected The mirror was not working if the original object had transformations. Also some code cleanup. |
Revision 2afb597 by Jacques Lucke May 13, 2020, 10:50 (GMT) |
Fix T76665: Wrong files selected when using box select Reviewers: Severin Differential Revision: https://developer.blender.org/D7705 |
Revision b55c78a by Jacques Lucke May 13, 2020, 10:39 (GMT) |
Simulation: Add modifier to access simulation data For now the "Simulation" modifier only exists for point cloud objects, because we need this for the particle system. Right now, the modifier is doing nothing. There is a new `DEG_add_simulation_relation` function that is used by the modifier to make sure that the simulation is evaluated before the modifier is executed. Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D7549 |
Revision 23fd954 by Sergey Sharybin May 13, 2020, 10:11 (GMT) |
Multires: Fix wrong or missing mask propagation Propagation when changing sculpt level was missing. In fact, the mask was simply completely removed when changing sculpt level. Subdivision worked for simple and linear subdivision, but Catmull-Clark was giving empty results. Fixes propagation part of T76386. |
Revision 0790d90 by Sergey Sharybin May 13, 2020, 10:08 (GMT) |
Multires: Update and add comments |
Revision 2843af9 by Sergey Sharybin May 13, 2020, 10:08 (GMT) |
Multires: Fix mask interpolation weights Weights were in the different order from corners. Doesn't fix propagation issues, but fixes an essential step towards fully correct propagation. |
Revision 099dd06 by Julian Eisel May 13, 2020, 09:51 (GMT) |
Fix T76481: Fast clicks over Dopesheet toggles trigger renaming Making this work reliably on the event system side is difficult. So instead, let the toggle icons take and swallow double-click events on the UI handler level. The second change in this patch seems to be only needed for touchpads. Without it, renaming would still be triggered sometimes, because the hovered button wasn't re-activated fast enough. |
Revision 61a3d55 by Philipp Oeser May 13, 2020, 09:42 (GMT) |
Merge branch 'blender-v2.83-release' |
|
|
|


Master Commits
MiikaHweb | 2003-2021