Revision ca0cc05 by Campbell Barton March 25, 2019, 05:21 (GMT) |
Cleanup: simplify toggle button logic |
Revision dec9e34 by Campbell Barton March 25, 2019, 04:41 (GMT) |
Revision b67c3a0 by Campbell Barton March 25, 2019, 04:40 (GMT) |
Gizmo: add option to move & dial gizmos to select as filled Draw as an outline while using solid selection. |
Revision f3cff06 by Campbell Barton March 25, 2019, 03:49 (GMT) |
Revision b24a255 by Campbell Barton March 25, 2019, 03:48 (GMT) |
RNA: error on register when classes use invalid identifiers Ensure conventions are met since we're in beta and all instances should be updated before release. |
Revision 2ed3fbf by Campbell Barton March 25, 2019, 03:13 (GMT) |
Fix T62859: UV circle select options don't work |
Revision 7bfd313 by Alex Strand / Campbell Barton March 25, 2019, 02:33 (GMT) |
Revision 6dbe967 by Campbell Barton March 25, 2019, 01:19 (GMT) |
Cleanup: return argument naming |
Revision 07f6be8 by Campbell Barton March 25, 2019, 00:55 (GMT) |
Cleanup: style (render module) |
Revision abd18f6 by Campbell Barton March 25, 2019, 00:42 (GMT) |
Cleanup: style |
Revision e86e0aa by Campbell Barton March 25, 2019, 00:16 (GMT) |
Cleanup: use braces for interface code |
Revision 72ede30 by Campbell Barton March 24, 2019, 22:08 (GMT) |
Cleanup: pass const image data to IMB_ibImageFromMemory |
Revision a38313c by Campbell Barton March 24, 2019, 22:02 (GMT) |
Cleanup: style, array wrapping Add trailing comma for clang-format. |
Revision ff8c32f by Campbell Barton March 24, 2019, 20:34 (GMT) |
Fix uninitialized variable use for right aligned checkbox |
Revision 2691dd2 by Bastien Montagne March 24, 2019, 17:20 (GMT) |
Fix T49979: HSV/HSL 'Far' interpolation in colorbands when both stops have same hue. When two stops had the exact same color, 'Far' interpolation would behave like the three others and generate constant colors, instead of generating expected 'full turn' in Hue space. Note that this will break the 'constant' color between two stops with same value in the 'Far' interpolation mode, but think that change is OK/expected. This fix also exposed that 'early out' case when we are after last stop was not working properly, still triggering actual interpolation computation in all cases, thus the refactor in `BKE_colorband_evaluate()` itself. We also now avoid computing factors in constant case, and get out early in all interpolation cases but the 'spline' ones (where color ramping can start before first stop, and end after last one). Work initiated by patch from Charlie Jolly (@charlie) in T49979, thanks. Reviewers: brecht, sergey Subscribers: charlie Differential Revision: https://developer.blender.org/D4556 |
Revision b48e679 by Brecht Van Lommel March 24, 2019, 13:49 (GMT) |
Fix missing version patching from lamp/light and subsurface changes. |
Revision 16694ed by Campbell Barton March 24, 2019, 05:09 (GMT) |
Cleanup: redundant use of string formatting functions |
Revision 79f67ac by Campbell Barton March 24, 2019, 00:06 (GMT) |
Cleanup: redundant NULL initialization |
Revision 106551b by Campbell Barton March 24, 2019, 00:01 (GMT) |
Cleanup: use shader config for worldspace clipping lib |
Revision 809101e by Campbell Barton March 23, 2019, 23:52 (GMT) |
UI: support Ctrl-C copy for popover buttons Match menu logic that sets the Python expression to call the popover. |
|
|
|


Master Commits
MiikaHweb | 2003-2021