Revision d4ff1a1 by Sergey Sharybin January 16, 2018, 13:52 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 0bdb1ea by Sergey Sharybin January 16, 2018, 13:46 (GMT) |
Sculpting: Fix uninitialized color being left for smooth meshes with hidden mask |
Revision 7934e7a by Sergey Sharybin January 16, 2018, 13:31 (GMT) |
Sculpting: Fix for "Hide Mask" does not work with multires |
Revision 379a752 by Campbell Barton January 16, 2018, 12:36 (GMT) |
Manipulator: fix arrow offset in perspective view Use 3D calculations instead of projecting into 2D space. |
Revision 7df1983 by Sergey Sharybin January 16, 2018, 11:48 (GMT) |
Fix compilation error |
Revision cfe6b83 by Sergey Sharybin January 16, 2018, 11:07 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 67e4b1d by Sergey Sharybin January 16, 2018, 11:06 (GMT) |
Fix missing node tree updates when unconnected node affects output via driver Fixes T53794: Can't control color ramp node color values with drivers |
Revision 0b500ba by Sergey Sharybin January 16, 2018, 10:54 (GMT) |
Depsgraph: Fix fake cyclic dependencies for node tree drivers There was a fake cyclic dependency happening when node of node tree is driving another node of the same tree. This is related to T53794, but more fixes is needed here. |
Revision 45b5de9 by Sergey Sharybin January 16, 2018, 10:43 (GMT) |
Depsgraph: Better relations name |
Revision 1d763b5 by Sergey Sharybin January 16, 2018, 10:41 (GMT) |
Depsgraph: Check for ID match when checking if operations corresponds to the same bone |
Revision b974d0d by Sergey Sharybin January 16, 2018, 10:40 (GMT) |
Depsgraph: Cleanup, indentation |
Revision b667020 by Sergey Sharybin January 16, 2018, 10:38 (GMT) |
Depsgraph: Cleanup, brace placement |
Revision 03223a5 by Campbell Barton January 16, 2018, 09:00 (GMT) |
readfile: ensure blend header follows the spec |
Revision 2346e08 by Campbell Barton January 16, 2018, 07:14 (GMT) |
Ruler Manipulator: dragging out of the view removes Not ideal, but means we don't need to override Delete key. |
Revision fd80b83 by Campbell Barton January 16, 2018, 07:03 (GMT) |
Manipulator: Support tweak removing the manipulator |
Revision 873a87c by Campbell Barton January 16, 2018, 03:55 (GMT) |
Merge branch 'master' into blender2.8 |
Revision e428ea3 by Campbell Barton January 16, 2018, 00:33 (GMT) |
Cleanup: indentation |
Revision 6f45dea by Campbell Barton January 16, 2018, 00:12 (GMT) |
Revision 1e9bc60 by Dalai Felinto January 15, 2018, 22:19 (GMT) |
Fix collection visibility evaluation Collection A [disabled] -> Collection B -> Collection C -> object Object should be invisible, but it is not. Reported by Antonio Vazquez. Bug introduced on: 1f5106de610b |
Revision 59fcfaf by Dalai Felinto January 15, 2018, 21:08 (GMT) |
Fix crash in outliner when moving objects around How to reproduce it: * Change Outliner from Active View Layer to Collections * Create a new collection under Master Collection (Collection 2) * Move all three objects from Collection 1 to Collection 2 * Move all three objects from Collection 2 to Collection 1 |
|