Blender Git Loki
Git Commits -> Revision ab572f3
August 23, 2021, 09:15 (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: ab572f3ac1b4708553e1ff22320f8c531fed7f75
Parent Commit: 3fa1de6
Committed By: Jeroen Bakker
Lines Changed: +5, -3
1 Modified Path:
/source/blender/modifiers/intern/MOD_nodes.cc (+5, -3) (Diff)