[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50296] trunk/blender/intern/cycles/ blender/blender_particles.cpp: Cycles: Tag particle systems after syncing to make sure the particle system manager updates the device data .

Lukas Toenne lukas.toenne at googlemail.com
Fri Aug 31 21:39:03 CEST 2012


Revision: 50296
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50296
Author:   lukastoenne
Date:     2012-08-31 19:39:03 +0000 (Fri, 31 Aug 2012)
Log Message:
-----------
Cycles: Tag particle systems after syncing to make sure the particle system manager updates the device data.

Modified Paths:
--------------
    trunk/blender/intern/cycles/blender/blender_particles.cpp

Modified: trunk/blender/intern/cycles/blender/blender_particles.cpp
===================================================================
--- trunk/blender/intern/cycles/blender/blender_particles.cpp	2012-08-31 19:38:59 UTC (rev 50295)
+++ trunk/blender/intern/cycles/blender/blender_particles.cpp	2012-08-31 19:39:03 UTC (rev 50296)
@@ -179,6 +179,8 @@
 			
 			++index;
 		}
+		
+		psys->tag_update(scene);
 	}
 }
 




More information about the Bf-blender-cvs mailing list