Blender Git Commits

Blender Git "master" branch commits.

Page: 1233 / 5574

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
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.
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.
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.
April 19, 2019, 13:16 (GMT)
Cleanup: Remove image preview code

Was commented out for literally 10 years.
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.
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.
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.
April 19, 2019, 12:00 (GMT)
CMake: fix Cycles linking with OpenCL
April 19, 2019, 11:55 (GMT)
CMake: fix building without smoke enabled

Was removed when removing sorted libs however it's needed for stubs.
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.
April 19, 2019, 10:27 (GMT)
UI: minor layout tweaks to 3D viewport gizmo menu
April 19, 2019, 10:26 (GMT)
UI: tweak header context menu, gray out items when they have no effect
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.
April 19, 2019, 07:36 (GMT)
Keymap: add set start/end shortcuts to graph editor
April 19, 2019, 07:35 (GMT)
Keymap: restore Ctrl-Tab in the dopesheet (removed by accident)

Mistake in 6aef124e7d2869a6
April 19, 2019, 06:29 (GMT)
Correct cleanup marking keyword args unused
April 19, 2019, 06:13 (GMT)
Cleanup: remove redundant poll functions
April 19, 2019, 06:10 (GMT)
Cleanup: logical checks in UI scripts
April 19, 2019, 06:07 (GMT)
Cleanup: trailing commas
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021