Blender Git Loki
Git Commits -> Revision e6bdc95
Revision e6bdc95 by Sergey Sharybin (master) February 20, 2019, 10:32 (GMT) |
Fix T61689: Crash when having image and regular animation Was caused by ambiguity in entry/exit operation for animation channel. Made those explicit now, |
Commit Details:
Full Hash: e6bdc950d25ca9f57effaebe0d4505038901a610
Parent Commit: c57f1f3
Lines Changed: +33, -9
4 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+16, -5) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+11, -2) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+3, -1) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+3, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+11, -2) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.cc (+3, -1) (Diff)
/source/blender/depsgraph/intern/node/deg_node_operation.h (+3, -1) (Diff)