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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-01-12 08:13:36 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-12 08:13:36 +0300
commit25361281a168256d11c9750565f80b8824b58b21 (patch)
treef19625a065fe2bd7326db74a3054b10417117050 /source/blender/src/multires.c
parent413ff0ca2dd605c1fe646093622ba006bb0c01ee (diff)
Removed set_sculpt_object. Tested with sculpt undo, sculpt+multires, sculpt+partial visibility, and sculpt+shapekeys, seems stable.
Diffstat (limited to 'source/blender/src/multires.c')
-rw-r--r--source/blender/src/multires.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/multires.c b/source/blender/src/multires.c
index 032d7234e32..acf53e08ccd 100644
--- a/source/blender/src/multires.c
+++ b/source/blender/src/multires.c
@@ -1133,8 +1133,6 @@ void multires_level_to_mesh(Object *ob, Mesh *me)
multires_edge_level_update(ob,me);
DAG_object_flush_update(G.scene, ob, OB_RECALC_DATA);
mesh_calc_normals(me->mvert, me->totvert, me->mface, me->totface, NULL);
- if(G.f & G_SCULPTMODE)
- set_sculpt_object(ob);
}
mesh_update_customdata_pointers(me);