Blender Git Loki
Git Commits -> Revision 4b685e1
Revision 4b685e1 by Sergey Sharybin (master) April 7, 2015, 08:52 (GMT) |
Fix T44268: Particles: too many virtual parents + non-100 display% = crash Issue was caused by mismatched logic in counting child/parent particles in job initialization and actual job execution. Confusion here came from mixed usage of psys->renderdata and G.is_rendering. We need to get rid of G.is_rendering and use eval_ctx if it's really needed, but we also might just use psys->renderdata check since it's expected psys to have this structure anyway. |
Commit Details:
Full Hash: 4b685e1b90c555a222d524b16a482913865683aa
Parent Commit: 98f4106
Lines Changed: +5, -3
1 Modified Path:
/source/blender/blenkernel/intern/particle.c (+5, -3) (Diff)