Blender Git Commit Log

Git Commits -> Revision 7250c5c

Revision 7250c5c by Joshua Leung (depsgraph_refactor)
December 30, 2014, 05:35 (GMT)
Fix for Driver: fcu->rna_path was not unique enough to be an identifying key

For identifying a particular driver within a component, just using the RNA
path isn't enough, as that means that only the first driver for array/vector
properties gets executed or included in the graph. To ensure that it is still
possible to easily figure out what's going on, we now generate strings for the
"name" identifiers now (i.e. rna path + array index)

Commit Details:

Full Hash: 7250c5cfc173480bbd4a02e95ac2a2ffdc24adb1
Parent Commit: a438acf
Lines Changed: +19, -2

4 Modified Paths:

/source/blender/depsgraph/intern/depsgraph_build.cpp (+12, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.h (+5, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_nodes.cpp (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_build_relations.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021