Blender Git Commit Log

Git Commits -> Revision 4674e02

Revision 4674e02 by Sergey Sharybin (master)
April 4, 2018, 07:48 (GMT)
Depsgraph: Only bind ID-data and indices to depsgraph callbacks

This is a part of copy-on-write sanitization, to avoid all the checks
which were attempting to keep sub-data pointers intact.

Point is: ID pointers never change for CoW datablocks, but nested
data pointers might change when updating existing copy.

Solution: Only bind ID data pointers and index of sub-data.
This will make CoW datablock 7update function was easier in 2.8.

In master we were only using pose channel pointers in callbacks,
this is exactly what this commit addresses. A linear lookup array
is created on pose evaluation init and is thrown away afterwards.

One thing we might consider doing is to keep indexed array of
poses, similar to chanhash.

Reviewers: campbellbarton

Reviewed By: campbellbarton

Subscribers: dfelinto

Differential Revision: https://developer.blender.org/D3124

Commit Details:

Full Hash: 4674e02562637f36a9900bff5f5f4acc9aff482d
Parent Commit: fa01a17
Lines Changed: +106, -44

6 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+9, -11) (Diff)
/source/blender/blenkernel/intern/armature_update.c (+40, -18) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc (+49, -13) (Diff)
/source/blender/makesdna/DNA_action_types.h (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021