Blender Git Commits

Blender Git commits from all branches.

Page: 1196 / 2888

August 6, 2019, 15:17 (GMT)
move function to correct file
August 6, 2019, 15:16 (GMT)
OpenVDB: Applied `make format` to apply the correct code style.
August 6, 2019, 14:48 (GMT)
Set pivot position: update to new sculpt API
August 6, 2019, 14:23 (GMT)
Fix transform tool mask value
August 6, 2019, 14:17 (GMT)
Fix exception when using the node search
August 6, 2019, 14:16 (GMT)
Mask expand: symmetry support
August 6, 2019, 13:50 (GMT)
Topology automasking: update to new sculpt API
August 6, 2019, 12:49 (GMT)
Cloth: fix memory leak while removing vertex

ClothSizing was not being freed when the vertex was removed, now it is.
August 6, 2019, 12:18 (GMT)
Cloth: fix bug while removing vertex from cvm
August 6, 2019, 12:03 (GMT)
Merge branch 'master' into soc-2019-outliner
August 6, 2019, 11:30 (GMT)
Cloth: try storing localized mesh
August 6, 2019, 10:42 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/versioning_defaults.c
source/blender/windowmanager/intern/wm_files.c
August 6, 2019, 09:59 (GMT)
rename tuple folder to cpp
August 6, 2019, 09:54 (GMT)
New list implementation

Instead of using a templated list, it is easier to use a "generic" list, that can
handle every type with a CPPTypeInfo extension. This simplifies the code quite
a bit, because templates can be avoided in many places.
This also makes it easier to add new types.

The list will still be refcounted and still have the shared immutability semantic.
So when a list has more than one user, it is immutable.
August 6, 2019, 05:41 (GMT)
Merge branch 'master' into soc-2019-outliner
August 6, 2019, 03:00 (GMT)
Outliner: cleanup outliner selection syncing function name

Cleanup function names for clarity
August 6, 2019, 02:49 (GMT)
Outliner: Refactor synced selection to use wm flags

Starting point to sync based on type to optimize syncing for
larger scenes. Also cleanup from review.
August 5, 2019, 23:39 (GMT)
Fix mistake in earlier commit, removed required call

Turns out I my compile and launch directories diverged, so I was running
an outdated executable.
August 5, 2019, 22:41 (GMT)
Merge branch 'temp-concurrent-viewport-theme' into temp-vr-draw-thread
August 5, 2019, 20:36 (GMT)
Fix Mapping node backward compatibility. Update inputs and properties.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021