Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2006-04-02 16:20:46 +0400
committerTon Roosendaal <ton@blender.org>2006-04-02 16:20:46 +0400
commit00737de5bd548580784d2aa424def0e8ab2081bc (patch)
tree7f7f753c889fe1d139d14dc00027134ce0abf93c /source/blender/src/meshtools.c
parent609fe2d57590fe6a8e3ac3a064c651e2fc52c7e7 (diff)
Bugfix #4047
"Delete scene" should exit modes too, crashed in dependency graph then. Now it exits editmode and paint modes first.
Diffstat (limited to 'source/blender/src/meshtools.c')
-rw-r--r--source/blender/src/meshtools.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/meshtools.c b/source/blender/src/meshtools.c
index 6be2aeab11e..26696b9bda2 100644
--- a/source/blender/src/meshtools.c
+++ b/source/blender/src/meshtools.c
@@ -767,8 +767,6 @@ long mesh_octree_table(Object *ob, float *co, char mode)
if(div[0]==0.0f) div[0]= 1.0f;
if(div[1]==0.0f) div[1]= 1.0f;
if(div[2]==0.0f) div[2]= 1.0f;
- printvecf("ofs", offs);
- printvecf("div", div);
if(basetable) /* happens when entering this call without ending it */
mesh_octree_table(ob, co, 'e');