Blender Git Loki
Git Commits -> Revision a1747b0
Revision a1747b0 by Sergey Sharybin (master) November 5, 2019, 13:48 (GMT) |
Fix T71259: Array Modifier Performance is slow Was happening when object transform is animated. Caused by overly aggressive dependency construction introduced a while back in 9d4129eee649: we shouldn't add dependencies unless we really need them. This change removes unneeded transform dependency for cap objects (since only their geometry is used), and also removes own transform dependency if there is no offset object (which is the only case when own transform is needed). Differential Revision: https://developer.blender.org/D6184 |
Commit Details:
Full Hash: a1747b058d7f8e06e2f317736509d6bdb2d7ae2a
Parent Commit: 8dfe280
Lines Changed: +6, -5
1 Modified Path:
/source/blender/modifiers/intern/MOD_array.c (+6, -5) (Diff)