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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2004-12-05 15:05:28 +0300
committerTon Roosendaal <ton@blender.org>2004-12-05 15:05:28 +0300
commit6c52311ee40e9d32201cf3456b89537fb35736f6 (patch)
tree2bc5527985f3f140c43d844f2d9ac2e89b1b7dab /source
parenta368426d260bd8243eb657cb5a7046e4cc9d9795 (diff)
Reported on IRC;
Converting subsurf to mesh didn't display new Mesh object in correct wire, when susurf was optimal.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editobject.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/src/editobject.c b/source/blender/src/editobject.c
index 225e73a6b7d..76be8588deb 100644
--- a/source/blender/src/editobject.c
+++ b/source/blender/src/editobject.c
@@ -2160,7 +2160,11 @@ void convertmenu(void)
displistmesh_to_mesh(dlm, ob1->data);
displistmesh_free(dlm);
- tex_space_mesh(me);
+ /* texspace and normals */
+ BASACT= basen;
+ enter_editmode();
+ exit_editmode(1); // freedata, but no undo
+ BASACT= basact;
}
}
else if(ob->type==OB_FONT) {