Revision 4c4adea by Clément Foucault April 19, 2019, 13:19 (GMT) |
Edit Mode: Reduce Selected face alpha This is to be less intrusive when doing UV mapping. They remain enough visible in every select mode |
Revision 6c83c92 by Clément Foucault April 19, 2019, 13:19 (GMT) |
Edit Mode: Change face mode edges display This improve visibility in edit face select mode by using the face select color instead of the edge select color (which is in default theme a bit more red). Also makes the selected edges in this mode a bit more opaque (0.75 instead of 0.4). Full opacity is still reserved for edge select mode. |
Revision 223f7e7 by Clément Foucault April 19, 2019, 13:19 (GMT) |
DRW: Add batch garbage collection This is only working for shading batches for the moment and only if some Custom data layer are not needed anymore. The collection rate is hardcoded at 60 sec but could be exposed to the user. This system can be extended and discard most unused batches in the future. This commit is in prevision of removing BKE_MESH_BATCH_DIRTY_SHADING when changing shader parameters. |
Revision 973e64c by Clément Foucault April 19, 2019, 13:19 (GMT) |
DRW: Make shaded batch validation more correct This is in order to support garbage collection of unused Custom data layer uploaded to the GPU. Actual Garbage Collection is not added by this commit. |
Revision 0ebf43b by Sergey Sharybin April 19, 2019, 13:16 (GMT) |
Cleanup: Remove image preview code Was commented out for literally 10 years. |
Revision fd05d7b by Sergey Sharybin April 19, 2019, 13:16 (GMT) |
Cleanup: Remove unneeded compositor update function Similar to previous commit. Compositing with animation on socket values and image sequences still works fine. |
Revision 81e0973 by Sergey Sharybin April 19, 2019, 13:16 (GMT) |
Cleanup: Remove unneeded texture nodes update function The function was calling update() on the time curve, but there is no update callback on that node. So, effectively the function was doing nothing. |
Revision d892f10 by Campbell Barton April 19, 2019, 12:52 (GMT) |
Fix error in recently added STR_ELEM macro Very bad oversight, using pointer comparison instead of strcmp for all but the first item. |
Revision 9ade9d2 by Campbell Barton April 19, 2019, 12:00 (GMT) |
CMake: fix Cycles linking with OpenCL |
Revision eb844fc by Campbell Barton April 19, 2019, 11:55 (GMT) |
CMake: fix building without smoke enabled Was removed when removing sorted libs however it's needed for stubs. |
Revision 60d733c by Campbell Barton April 19, 2019, 10:44 (GMT) |
Fix/workaround crash using ED_area_do_msg_notify_tag_redraw Temporary workaround for crash when refreshing the active tool. Currently ED_region_tag_redraw fails, use notifiers until this is resolved. |
Revision 98e2713 by Brecht Van Lommel April 19, 2019, 10:27 (GMT) |
UI: minor layout tweaks to 3D viewport gizmo menu |
Revision a277804 by Brecht Van Lommel April 19, 2019, 10:26 (GMT) |
UI: tweak header context menu, gray out items when they have no effect |
Revision d297927 by Campbell Barton April 19, 2019, 07:57 (GMT) |
Keymap: add 'Adjust Last Operation' as F9 Adding this back was a frequent request. Now the panel can be hidden - some users may prefer only to access this via a shortcut. Unfortunately this uses an F-Key we'd intended to keep free for users. This still keeps the middle block of F-Keys (5..8) free. |
Revision 65e2188 by Campbell Barton April 19, 2019, 07:36 (GMT) |
Keymap: add set start/end shortcuts to graph editor |
Revision f604e46 by Campbell Barton April 19, 2019, 07:35 (GMT) |
Revision a1feea4 by Campbell Barton April 19, 2019, 06:29 (GMT) |
Correct cleanup marking keyword args unused |
Revision 54d8faa by Campbell Barton April 19, 2019, 06:13 (GMT) |
Cleanup: remove redundant poll functions |
Revision ad4cbc5 by Campbell Barton April 19, 2019, 06:10 (GMT) |
Cleanup: logical checks in UI scripts |
Revision 548fb81 by Campbell Barton April 19, 2019, 06:07 (GMT) |
Cleanup: trailing commas |
|
|
|


Master Commits
MiikaHweb | 2003-2021