Blender Git Commit Log
Git Commits -> Revision 85de07e
Revision 85de07e by Bastien Montagne (master) April 11, 2020, 15:16 (GMT) |
Sanitize and cleanup a bit depsgraph relations building in some modifiers. This commit mainly: * Removes some uneeded dependencies to geometry of other objects (since we only use positions of those objects...). * Ensures `DEG_add_modifier_to_transform_relation` is only called once per modifier (in one case at least it could be called twice). * For modifiers using texture mask, only add dependencies to object used to generate texture coordinates when there is actually a texture set. No behavior change expected from this commit... |
Commit Details:
Full Hash: 85de07e64c967e7d80e57d3df2db08fdec16794a
Parent Commit: 5cc7036
Lines Changed: +95, -48
6 Modified Paths:
/source/blender/modifiers/intern/MOD_displace.c (+19, -10) (Diff)
/source/blender/modifiers/intern/MOD_warp.c (+15, -8) (Diff)
/source/blender/modifiers/intern/MOD_wave.c (+15, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgedit.c (+15, -8) (Diff)
/source/blender/modifiers/intern/MOD_weightvgmix.c (+14, -10) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+17, -7) (Diff)
/source/blender/modifiers/intern/MOD_warp.c (+15, -8) (Diff)
/source/blender/modifiers/intern/MOD_wave.c (+15, -5) (Diff)
/source/blender/modifiers/intern/MOD_weightvgedit.c (+15, -8) (Diff)
/source/blender/modifiers/intern/MOD_weightvgmix.c (+14, -10) (Diff)
/source/blender/modifiers/intern/MOD_weightvgproximity.c (+17, -7) (Diff)