Blender Git Loki
Git Commits -> Revision a6bb98a
Revision a6bb98a by Sergey Sharybin (master) June 1, 2017, 14:22 (GMT) |
Depsgraph: Cleanup, get rid of relation type It was never actually used apart from being stored at a construciton time. This caused some redundancy and ncertanty about which relation type to use during construciton (often existing types were not close enough to particular use case). |
Commit Details:
Full Hash: a6bb98aef99d13877f0d4d32bd9c1419e8930619
Parent Commit: d5d7455
Lines Changed: +135, -233
7 Modified Paths:
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+83, -106) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+14, -23) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc (+36, -36) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+2, -6) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+0, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+0, -5) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+0, -53) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.h (+14, -23) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations_rig.cc (+36, -36) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+2, -6) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+0, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+0, -5) (Diff)
/source/blender/depsgraph/intern/depsgraph_types.h (+0, -53) (Diff)