Blender Git Commit Log

All Blender Git commits.

Page: 1944 / 8462

January 14, 2020, 14:13 (GMT)
Fix T68480: Normalize All weights with lock Active bug

The original code had 0 as a magic number in the test whether the weight
belongs to a locked group, instead of comparing it to the actual group
number.

Thanks @mano-wii for providing the diff.
January 14, 2020, 14:00 (GMT)
Merge branch 'blender-v2.82-release'
January 14, 2020, 13:52 (GMT)
Cycles: Crash fix for random walk SSS with Embree.
January 14, 2020, 13:49 (GMT)
Merge branch 'blender-v2.82-release'
January 14, 2020, 13:46 (GMT)
Fix T70606: 3D cursor oriented by geometry projects on objects displayed as bounds box and wire
January 14, 2020, 13:13 (GMT)
Fix T69105: reset the action blend mode to Replace in Bake Action.

This can't be done in Tweak mode since the setting is stored in the
tweaked strip, and the logic for finding it is not exposed to python.
January 14, 2020, 13:13 (GMT)
Fix T57159: don't exit tweak mode in Bake Action if reusing the action.
January 14, 2020, 13:05 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
January 14, 2020, 13:01 (GMT)
Fix T72861: Viewport Render Keyframes ignores Grease Pencil and Shape Keys

The Viewport Render Keyframes operator didn't include keyframes from
grease pencil animation or from mesh shape key animation (see T72861).

To find all related datablocks that could be considered as part of the
selected object, `BKE_library_foreach_ID_link(..., IDWALK_RECURSE)` is
used. To prevent relations like constraint targets from being visited,
the recursion is stopped when it finds a different object.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D6558
January 14, 2020, 12:51 (GMT)
Keep orig pointer references updated
January 14, 2020, 12:42 (GMT)
Cleanup .orig files from some merge...
January 14, 2020, 12:39 (GMT)
Fix T70606: 3D cursor oriented by geometry projects on objects displayed as bounds box and wire
January 14, 2020, 12:37 (GMT)
Merge branch 'undo-experiments' into undo-experiments-idnames
January 14, 2020, 12:37 (GMT)
Merge branch 'master' into undo-experiments
January 14, 2020, 12:30 (GMT)
Move filling data and orig pointers evaluation to Depsgraph
January 14, 2020, 11:14 (GMT)
Fluid: Fix for relative cache paths

Relative paths in the cache are no longer converted into absolute paths automatically.
January 14, 2020, 11:11 (GMT)
Merge branch 'blender-v2.82-release'
January 14, 2020, 11:07 (GMT)
Fix T71798: Full Copy Scene produce Orphan Data objects.

Never treat one of those horrorible 'IDs that are not real IDs' as
regular ID, and expect ID management code to do so. Unless there is a
very good reason, one should never explicitely pass those fake IDs to ID
management code directly.

In that specific case, user count is sort of 'disabled' in libquery
code, because master collections are not in bmain (`LIB_TAG_NO_MAIN`).
January 14, 2020, 11:00 (GMT)
Merge branch 'greasepencil-refactor' into temp-gpencil-eval
January 14, 2020, 11:00 (GMT)
Merge branch 'greasepencil-object' into greasepencil-refactor
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021