Blender Git Commit Log
Git Commits -> Revision c76d390
Revision c76d390 by Sergey Sharybin (master) March 17, 2020, 15:41 (GMT) |
Mesh: Fix applying deform modifier up to index The code would have break the first (deform only) modifiers once the index is reached, but it will not prevent second loop (over remaining modifiers) from run. This was applying deform modifier twice in some conditions: having single deform modifier and calculating deformed mesh up to the first modifier (index=0). |
Commit Details:
Full Hash: c76d390c921de4988a48a6d143a2ef08f2165a88
Parent Commit: bf5151b
Lines Changed: +1, -0
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+1, -0) (Diff)