[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48741] branches/smoke2/source/blender/ editors/space_view3d/drawobject.c: Disable Smoke velocity drawing for now

Daniel Genrich daniel.genrich at gmx.net
Sun Jul 8 22:00:48 CEST 2012


Revision: 48741
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48741
Author:   genscher
Date:     2012-07-08 20:00:48 +0000 (Sun, 08 Jul 2012)
Log Message:
-----------
Disable Smoke velocity drawing for now

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

Modified: branches/smoke2/source/blender/editors/space_view3d/drawobject.c
===================================================================
--- branches/smoke2/source/blender/editors/space_view3d/drawobject.c	2012-07-08 18:21:51 UTC (rev 48740)
+++ branches/smoke2/source/blender/editors/space_view3d/drawobject.c	2012-07-08 20:00:48 UTC (rev 48741)
@@ -7005,7 +7005,7 @@
 				            smd->domain->tex_shadow);
 				GPU_free_smoke(smd);
 				// draw_smoke_heat(smd->domain);
-				draw_smoke_velocity(smd->domain);
+				// draw_smoke_velocity(smd->domain);
 // #endif
 #if 0
 				int x, y, z;




More information about the Bf-blender-cvs mailing list