tornavis/source/blender/depsgraph/intern
Sergey Sharybin a57fec986d Depsgraph: fix dependencies for drivers and animation on Bone properties.
The driver code was almost there, but didn't work because ID nodes
have no outlinks - and using links won't be safe anyway because of
ordering issues. Instead, just loop over all IDNodes.

Animation is fixed simply by referring to ARMATURE_EVAL instead of
BONE in construct_node_identifier - the bArmature ID doesn't have
BONE components in any case, so the old identifier can't work.
2019-04-29 13:32:11 +03:00
..
builder Depsgraph: fix dependencies for drivers and animation on Bone properties. 2019-04-29 13:32:11 +03:00
debug Cleanup: style, use braces 2019-04-22 19:48:17 +10:00
eval Cleanup: add missing macros to clang-format 2019-04-21 04:40:16 +10:00
node Depsgraph: make the dependency cycle report more readable. 2019-04-23 18:29:41 +03:00
depsgraph.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_build.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_debug.cc Cleanup: style, use braces 2019-04-22 19:48:17 +10:00
depsgraph_eval.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_physics.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_physics.h doxygen: add newline after \file 2019-02-18 08:22:12 +11:00
depsgraph_query.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_query_filter.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_query_foreach.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_query_iter.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_tag.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_tag.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_type.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_type.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_update.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
depsgraph_update.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00