Blender Git Loki
Git Commits -> Revision 83f2012
Revision 83f2012 by Lukas Toenne (master) March 24, 2014, 12:10 (GMT) |
Fix T39341: Cycles Rendered view laggy while using particles. There are a couple of bugs that come together here: * Particle hacks: extra modifier stack evaluation just for particles in rna_Object_create_duplilist. This is where the primary issue stems from, the "for_render" setting replaced the G.is_rendering flag in threaded depsgraph. This causes particles to recalculate the entire modifier stack with _render_ settings instead of viewport settings now. Fixed by taking the 'preview' parameter in Cycles into account. * Buggy skin modifier: The skin modifier generates a different amount of vertices and faces **on every execution**. This must be looked at separately, but it could be another reason why cycles constantly restarted the sync process. * Particles get re-distributed randomly every time (changing seed). This could be caused just by the broken skin modifier, but might still be an issue when simply rendering with cycles, since the psys will be evaluated for render settings, if just temporarily. |
Commit Details:
Full Hash: 83f2012300acadafd359307e7a00bd71e67e3fd7
Parent Commit: 07578be
Lines Changed: +6, -1
1 Modified Path:
/intern/cycles/blender/blender_object.cpp (+6, -1) (Diff)