Blender Git Loki
Git Commits -> Revision 5fde907
Revision 5fde907 by Sergey Sharybin (master) November 13, 2019, 10:29 (GMT) |
Modifiers: Correct deform-only modifiers There was a discontinuity between how deform-only modifiers are applied for the case when result deform mesh is requested and when it is not. Namely, the input mesh will always be guaranteed to present in the former case, but not in the latter. This change makes it so input mesh to deform-only modifiers is always at consistent state. Pair programming and review together with Bastien, thanks! |
Commit Details:
Full Hash: 5fde907fd3eae07d01ea28003a723f704da817b4
Parent Commit: c73a99e
Lines Changed: +4, -4
1 Modified Path:
/source/blender/blenkernel/intern/DerivedMesh.c (+4, -4) (Diff)