Revision 9c8d315 by Bastien Montagne November 28, 2018, 10:21 (GMT) |
Fix curve stats when using modifiers. Curve/surface/text final data may be an evaluated mesh instead of a displist, when some modifiers (constructive ones in particular) are applied to it. Note that this is just getting feet wet, whole draw code suffers from the same issue! :P |
Revision 6d2e2e3 by Sergey Sharybin November 28, 2018, 09:36 (GMT) |
Fix/workaround issues in pose and edit mode Edit mode was unable to select, pose mode was unable to move bones. |
Revision ff0a29d by Campbell Barton November 28, 2018, 09:26 (GMT) |
Fix crash entering editmode |
Revision 78a6c2e by Campbell Barton November 28, 2018, 08:48 (GMT) |
Transform: use scene-orientation for MMB axis constraint Follows the change made for axis keys. |
Revision 7ecdcfe by Campbell Barton November 28, 2018, 06:50 (GMT) |
Cleanup: quiet keymap float compare warning |
Revision c527c78 by Campbell Barton November 28, 2018, 06:48 (GMT) |
Cleanup: remove missing operator from UI |
Revision b1d67e6 by Campbell Barton November 28, 2018, 06:37 (GMT) |
Tool System: add node links cut tool |
Revision c286332 by Campbell Barton November 28, 2018, 06:20 (GMT) |
Cleanup: correct assert, remove redundant NULL checks |
Revision ca05985 by Campbell Barton November 28, 2018, 06:02 (GMT) |
Gizmo: fix compositor node crop w/ negative rectangles min/max could be negative, causing the gizmo to fail. |
Revision 62edc31 by Campbell Barton November 28, 2018, 05:21 (GMT) |
Cleanup: correct function signatures |
Revision 0c8a706 by Campbell Barton November 28, 2018, 05:20 (GMT) |
Fix assert opening file selector |
Revision 4de6a21 by Dalai Felinto November 28, 2018, 04:33 (GMT) |
Per view-layer collection visibility We still control this in the viewport collections visibility menu. But now we are actually changing the visibility of the collections, not of the objects. If a collection is indirectly invisible (because one of its parents are invisible) we gray it out. Also if you click directly in the collection names, it "isolates" the collection by hiding all collections, and showing the direct parents and all the children of the selected collection. Development Note: Right now I'm excluding the hidden collections from the depsgraph. Thus the need for tagging relations to update. If this proves to be too slow, we can change. |
Revision 4521d3e by Dalai Felinto November 28, 2018, 04:33 (GMT) |
Outliner: Do not gray out empty collections We can still have a special icon for them, but graying out is not the way to go. |
Revision fd16b35 by Dalai Felinto November 28, 2018, 04:33 (GMT) |
Remove eye column from the outliner To control per-viewlayer, per-object visiblity users should either use the menu or the H shortcuts (H, Alt+H, Shift+H). Following next will be to have proper per-viewlayer collection visibility. This will replace the functionality currently at the viewport collections visibility menu. |
Revision b5ba5a0 by Campbell Barton November 28, 2018, 03:11 (GMT) |
Correct error clearing runtime tool in recent commit |
Revision b58d4e7 by Campbell Barton November 28, 2018, 02:58 (GMT) |
WM: remove tool initialization code Area initialization handles these cases now. |
Revision ba8c219 by Campbell Barton November 28, 2018, 02:50 (GMT) |
WM: avoid re-initializing tools while resizing areas Every update caused the gizmo to be recreated. |
Revision dcf0860 by Campbell Barton November 28, 2018, 02:41 (GMT) |
Fix tool not being initialized switching windows |
Revision 5429536 by Campbell Barton November 28, 2018, 01:16 (GMT) |
RNA: disable animating sequence channel, lock |
Revision 3377241 by Campbell Barton November 28, 2018, 00:50 (GMT) |
Scene: 3D cursor rotation wasn't initialized |
|
|
|


Master Commits
MiikaHweb | 2003-2021