Revision 99069c8 by Sergey Sharybin December 12, 2017, 09:34 (GMT) |
Revert "Node selection: Stop operator when mouse selection selected a node" While re-route operator got fixed, node resize became broken. This reverts commit 43f33ea30052b525b5cee5cea2a9e6431597660c. |
Revision edd39f6 by Campbell Barton December 12, 2017, 05:13 (GMT) |
Merge branch 'master' into blender2.8 |
Revision b3c147a by Campbell Barton December 12, 2017, 04:44 (GMT) |
Cleanup: split eyedropper into separate files Each handles separate data-types and didn't share much logic, better put each in it's own file. |
Revision 41fc0a0 by Campbell Barton December 12, 2017, 02:55 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 58aa31a by Campbell Barton December 12, 2017, 02:37 (GMT) |
Cleanup: minor edits to last commit |
Revision f7a1a1a by Campbell Barton December 12, 2017, 02:20 (GMT) |
UI: rewrite color-ramp re-sampling Instead of picking evenly spaced pixels color-ramp simplification now works by removing elements with the lowest cost. |
December 12, 2017, 02:11 (GMT) |
Add eyedropper to color-ramp widget D2886 by @LazyDodo with edit's by @campbellbarton The line drawn with the eyedropper is used to fill the color-ramp. |
Revision 43f33ea by Sergey Sharybin December 11, 2017, 16:38 (GMT) |
Node selection: Stop operator when mouse selection selected a node Previously, hitting Shift-LMB will first invoke selection operator, which then later on is transformed to mouse tweak used for reroute operator. This was causing problems extending selection with Shift-LMB when clicking fast or from a tablet. |
Revision 1b2ac71 by Dalai Felinto December 11, 2017, 15:18 (GMT) |
Fix workspace ui panel after workspace API change This was broken since e8c15e0ed15f8369d. We can no longer get view_layer from worspace, we should get it from window instead, now. |
Revision 7719f7d by Sergey Sharybin December 11, 2017, 14:47 (GMT) |
Revision 54f7bb4 by Campbell Barton December 11, 2017, 14:38 (GMT) |
Fix for inset when accessed from spacebar search |
Revision 1465541 by Bastien Montagne December 11, 2017, 11:07 (GMT) |
Add 'Add static override' to outliner's menus. |
Revision 75fbd60 by Bastien Montagne December 11, 2017, 11:07 (GMT) |
Walk all the overriding chain to try to find a template. When one creates a new local static override from another linked data-block already overriding a third one etc., walk the whole inheritance chain up to the original ancestor to try to find an overriding template, instead of only checking the immediate reference... |
Revision 48fe469 by Bastien Montagne December 11, 2017, 11:07 (GMT) |
Revision 6475f16 by Campbell Barton December 11, 2017, 10:38 (GMT) |
Manipulator: make grab-cursor a manipulator flag As with operators, allow manipulators to grab the cursor. Previously this was enabled for all 3D manipulators. |
Revision 1218b3f by Campbell Barton December 11, 2017, 08:28 (GMT) |
Cleanup: whitespace |
Revision 4737b95 by Campbell Barton December 11, 2017, 08:24 (GMT) |
Merge branch 'master' into blender2.8 |
Revision dd4e0cd by Campbell Barton December 11, 2017, 07:37 (GMT) |
Revision a2f2231 by Campbell Barton December 11, 2017, 06:07 (GMT) |
Fix grab3d manipulator in a 2D group Was taking scale into account twice. |
Revision 53394c6 by Campbell Barton December 11, 2017, 05:01 (GMT) |
PyAPI: Correct manipulator template |
|