Blender Git Loki
Git Commits -> Revision 5d54f38
Revision 5d54f38 by Jacques Lucke (master) July 8, 2021, 11:11 (GMT) |
Fix: instances are made real when they shouldn't be The original assumption that the `modifyMesh` function is only called when the modifier is applied was wrong. There are still a couple of other places calling it through `BKE_modifier_modify_mesh`. Now there is an extra check that makes sure instances are only realized when the modifier is actually applied. |
Commit Details:
Full Hash: 5d54f389496c45eed4b90746a2850d7ee6b36788
Parent Commit: c304807
Lines Changed: +5, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_nodes.cc (+5, -3) (Diff)