Blender Git Commits

Blender Git "master" branch commits.

Page: 1614 / 5574

August 7, 2018, 18:10 (GMT)
Fix T56266: Grease Pencil Tint and Color modifier error when apply

The material created was not right when apply the modifiers.

These errors were related to the material modification from old palette system before the merge and for any reason this code was not changed in the right way.

Also changed the "Create Colors" to "Create Materials" to keep UI names aligned.
August 7, 2018, 14:42 (GMT)
Cleanup: Tag only objects of the scene collections

In previous commit the bmain loop updated all GP objects, but must tag only scene collection objects.
August 7, 2018, 14:41 (GMT)
Fix T54799: NDOF events not dispatched on windows.

Caused by commit rB785e8a636a29
August 7, 2018, 12:15 (GMT)
Fix T56263: Crash when sculpting a GP object with animation

This is a limitation of the current operator design.

I have added a test to be sure the operator is not initializated while play animations to avoid segment fault.

In the future, we can enable this option again, but it will need a operator redesign.
August 7, 2018, 11:56 (GMT)
Cleanup GP: Change playing field to boolean
August 7, 2018, 11:36 (GMT)
Fix T56261: Grease Pencil simplify options get segment fault

The depsgraph was not updated as expected with the function used and the cache was not set as dirty.
August 7, 2018, 03:22 (GMT)
Fix T56252: Selectable Bases includes hidden objects
August 7, 2018, 02:58 (GMT)
Fix T56258: Solidify assert w/ empty mesh
August 7, 2018, 02:45 (GMT)
Fix T56255: Crash w/ collection access from Python
Revision faf43ff by Arto Kitula
August 6, 2018, 19:55 (GMT)
macOS Deps: use xcode 10.13 sdk
August 6, 2018, 15:01 (GMT)
GP: Add Simplify Shader FX option

This option was missing when old VFX modifers were backported as Shader FX.
August 6, 2018, 14:11 (GMT)
GP: Fix Front z-depth display precision

The zdepth 0 was clipped and need 0.000001
Revision 4c4aa65 by Andrew Hale
August 6, 2018, 10:11 (GMT)
PyAPI: Make skin modifier roots settable

This make the root flag writable using the Python API, using the
generic skin vertex flag setter function.

Reviewed By: Campbell Barton

Differential Revision: https://developer.blender.org/D3583
August 6, 2018, 09:49 (GMT)
Fix horrible invalid mesh freeing in weightvg modifiers.

Comes from rB7661f8a65b. Found while checking on T55818, but not solving
that issue of course.
August 6, 2018, 09:49 (GMT)
Cleanup LIB_ID_COPY_ flags a bit, add missing comment.
August 6, 2018, 07:13 (GMT)
Merge branch 'master' into blender2.8
August 6, 2018, 07:08 (GMT)
Fix T55012: Corruption editing screen keymap
August 6, 2018, 02:53 (GMT)
Cleanup: unused vars
August 6, 2018, 02:53 (GMT)
Cleanup: line length
August 5, 2018, 16:50 (GMT)
Fix T54915: Usercount of active action increases when editing things with COW enabled.

Just pass along the 'no user refcount' flag to animdata copy function.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021