Blender Git Loki
Git Commits -> Revision 2c9b329
Revision 2c9b329 by Brecht Van Lommel (master) June 25, 2018, 15:15 (GMT) |
Cleanup: refactor depsgraph physics API functions. |
Commit Details:
Full Hash: 2c9b32949bc00e73603bcabadb74e5b3176a161a
Parent Commit: 2625128
Lines Changed: +168, -166
13 Modified Paths:
/source/blender/blenkernel/intern/collision.c (+2, -10) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+0, -16) (Diff)
/source/blender/depsgraph/DEG_depsgraph_physics.h (+31, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+2, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+2, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+0, -76) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+1, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_physics.cc (+125, -51) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_softbody.c (+1, -0) (Diff)
/source/blender/depsgraph/DEG_depsgraph_build.h (+0, -16) (Diff)
/source/blender/depsgraph/DEG_depsgraph_physics.h (+31, -3) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_relations.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph.cc (+2, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph.h (+2, -3) (Diff)
/source/blender/depsgraph/intern/depsgraph_build.cc (+0, -76) (Diff)
/source/blender/depsgraph/intern/depsgraph_intern.h (+1, -2) (Diff)
/source/blender/depsgraph/intern/depsgraph_physics.cc (+125, -51) (Diff)
/source/blender/modifiers/intern/MOD_cloth.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_dynamicpaint.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_smoke.c (+1, -0) (Diff)
/source/blender/modifiers/intern/MOD_softbody.c (+1, -0) (Diff)