Blender Git Commit Log

Git Commits -> Revision 66295d7

Revision 66295d7 by Lukas Toenne (master)
October 16, 2012, 14:55 (GMT)
Fix/workaround #32846, dupli group + particle instances gets messed up in Cycles viewport rendering.

Caused by modifier updates during dupli-list generation. The dupli-list generation temporarily changes the ob->obmat matrix, which in turn leads to wrong particle states if used for reset. Skip the particle update if no timestep is performed or initialization required.

Proper solution for this problem would be to avoid changing the object data (= particles) state altogether in modifiers, which are usually only writing to DM data and not touching the object or base mesh. This would require a well designed physics framework and integrating it into current particles is close to impossible.

Commit Details:

Full Hash: 66295d709cf271ec8d761763f2c3e757d86f02da
SVN Revision: 51368
Parent Commit: eb771c7
Lines Changed: +12, -3

1 Modified Path:

/source/blender/modifiers/intern/MOD_particlesystem.c (+12, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021