Blender Git Loki
Git Commits -> Revision aba7952
Revision aba7952 by Joshua Leung (depsgraph_refactor) January 2, 2015, 03:38 (GMT) |
Added "ID Users" depsgraph builder, for setting up links between ID datablocks This is useful for one-to-many situations when building relationships between operations, but is likely to come in handy for other parts of Blender later on. For example, when constructing drivers on armature bones, we don't have any easy way of referring back to the object (and thus the pose bones) to make those depend on these as well. Just a few skeleton types have been implemented now. |
Commit Details:
Full Hash: aba7952caf812887e86f5bd1a472b63022f4b86c
Parent Commit: 833e29e
Lines Changed: +244, -1
1 Added Path:
/source/blender/depsgraph/intern/depsgraph_build_idusers.cpp (+187, -0) (View)