Blender Git Commit Log

All Blender Git commits.

Page: 2246 / 8462

August 23, 2019, 15:20 (GMT)
GPencil: Fix unreported set origin from Python

The set origin was not working from python because the operator was checking if the stroke was valid in the console area.

As the stroke only can be valid for GP obects, this check is not needed.
August 23, 2019, 15:00 (GMT)
Cleanup: Add comments
August 23, 2019, 14:57 (GMT)
don't inline grow for other data structures
August 23, 2019, 14:52 (GMT)
don't inline grow functions
August 23, 2019, 14:32 (GMT)
add some comments
August 23, 2019, 14:25 (GMT)
store usable slots in open addressing array
August 23, 2019, 14:09 (GMT)
Cloth: pinned vertices now works with adaptive remeshing

The customdata for newly created vertices is now modified to remove any weight for that vertex. Also the correct mesh is being passed to cloth_apply_vgroup().
August 23, 2019, 14:06 (GMT)
Add license header
August 23, 2019, 14:04 (GMT)
replace magic number
August 23, 2019, 13:55 (GMT)
LibOverride: Fixed bug in removing override op operator.

In case the property is a RNA pointer, `RNA_path_resolve()` will try to
resolve it and return that pointer, instead of returning expected
container... That is a bad inconsistency in the rNA path API, but no
proper way to solve it for now...
August 23, 2019, 13:54 (GMT)
Fix potential issues when loading files with missing libraries

This is a continuation of rB39f005eae8eed8b939579aff8c9a05a4f50e5e38

Now all the fields where we check for object type in RNA (like
rna_Curve_object_poll) will have a safe guard for when this isn't the
case. For example when loading files that has missing object libraries
and all missing objects are replaced with empties (placeholders).

Reviewed By: Brecht

Differential Revision: https://developer.blender.org/D5425
August 23, 2019, 13:42 (GMT)
Merge branch 'master' into filebrowser_redesign
August 23, 2019, 13:41 (GMT)
Initial implementation of updated ui proposal
August 23, 2019, 13:38 (GMT)
Fix size column text missing when date column is disabled
August 23, 2019, 11:14 (GMT)
UI: use consistent "Color Burn" name for blend mode

Previously it was named just "Burn" in some places.

Differential Revision: https://developer.blender.org/D5186
August 23, 2019, 11:04 (GMT)
Fix T67140: transforming bone does not update bone tab in properties editor
August 23, 2019, 10:04 (GMT)
Fix T69075: OSL build with install_deps.sh failing at runtime

Now uses the same cmake flags as make deps.
August 23, 2019, 08:42 (GMT)
Merge branch 'master' into asset-engine

Conflicts:
source/blender/blenloader/intern/versioning_280.c
August 23, 2019, 08:27 (GMT)
LibOverride: Add some basic non-nodal material properties to override realm.
August 23, 2019, 08:12 (GMT)
fix after merge
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021