[Bf-blender-cvs] [07a49a9] gooseberry: Disabled fallback path drawing for now, is currently nested inside the OpenGL immediate mode calls.

Lukas Tönne noreply at git.blender.org
Thu Jan 22 19:51:28 CET 2015


Commit: 07a49a9367c573ed306b0f98e4658950a5238e60
Author: Lukas Tönne
Date:   Thu Jan 22 18:43:31 2015 +0100
Branches: gooseberry
https://developer.blender.org/rB07a49a9367c573ed306b0f98e4658950a5238e60

Disabled fallback path drawing for now, is currently nested inside the
OpenGL immediate mode calls.

===================================================================

M	source/blender/editors/space_view3d/drawobject.c

===================================================================

diff --git a/source/blender/editors/space_view3d/drawobject.c b/source/blender/editors/space_view3d/drawobject.c
index ac246a1..e2af3ad 100644
--- a/source/blender/editors/space_view3d/drawobject.c
+++ b/source/blender/editors/space_view3d/drawobject.c
@@ -4586,6 +4586,7 @@ static void draw_particle_hair_hull(Scene *UNUSED(scene), View3D *v3d, RegionVie
 						glNormal3fv(nor);
 					}
 				}
+#if 0
 				else {
 					glEnableClientState(GL_VERTEX_ARRAY);
 					glEnableClientState(GL_NORMAL_ARRAY);
@@ -4599,6 +4600,7 @@ static void draw_particle_hair_hull(Scene *UNUSED(scene), View3D *v3d, RegionVie
 					glDisableClientState(GL_VERTEX_ARRAY);
 					glDisableClientState(GL_NORMAL_ARRAY);
 				}
+#endif
 				
 				pstart = p+1;
 			}




More information about the Bf-blender-cvs mailing list