Files
test/source/blender/modifiers/intern
Lukas Toenne 7061fa7cf1 Fix #32887, ParticleInstance: crash with hidden particle system + children.
The issue here is that the particle instance modifier (pimd) accesses data from the linked particle system modifier (psmd). This data is only correctly generated when the psmd is enabled; here the design violates the modifier principle of providing valid object data (or rather DM) even when disabled.

The solution in this case is to make a custom isDisabled check for the pimd to see if the psmd is enabled. This means the pimd won't work for disabled psmd, but doesn't crash.
2012-10-17 09:49:32 +00:00
..
2012-08-26 11:35:43 +00:00
2012-05-20 19:49:27 +00:00
2012-06-04 20:11:09 +00:00
2012-06-25 07:24:48 +00:00
2012-05-06 13:38:33 +00:00
2012-10-14 13:08:19 +00:00