[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32589] trunk/blender/source/blender/ editors/space_view3d/drawobject.c: Fix for bugs [#24316] Changing particles path step in particle mode makes lines invisible and [ #24318] Particle lines disappear if view particles are enabled.

Janne Karhu jhkarh at gmail.com
Tue Oct 19 11:28:38 CEST 2010


Revision: 32589
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32589
Author:   jhk
Date:     2010-10-19 11:28:38 +0200 (Tue, 19 Oct 2010)

Log Message:
-----------
Fix for bugs [#24316] Changing particles path step in particle mode makes lines invisible and [#24318] Particle lines disappear if view particles are enabled.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_view3d/drawobject.c

Modified: trunk/blender/source/blender/editors/space_view3d/drawobject.c
===================================================================
--- trunk/blender/source/blender/editors/space_view3d/drawobject.c	2010-10-19 08:35:30 UTC (rev 32588)
+++ trunk/blender/source/blender/editors/space_view3d/drawobject.c	2010-10-19 09:28:38 UTC (rev 32589)
@@ -5999,6 +5999,7 @@
 			PTCacheEdit *edit = PE_create_current(scene, ob);
 			if(edit) {
 				glLoadMatrixf(rv3d->viewmat);
+				draw_update_ptcache_edit(scene, ob, edit);
 				draw_ptcache_edit(scene, v3d, edit);
 				glMultMatrixf(ob->obmat);
 			}





More information about the Bf-blender-cvs mailing list