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/editview.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/editview.c')
-rw-r--r--source/blender/src/editview.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/src/editview.c b/source/blender/src/editview.c
index dfa638ce343..3f201d101f6 100644
--- a/source/blender/src/editview.c
+++ b/source/blender/src/editview.c
@@ -1097,10 +1097,6 @@ void set_active_base(Base *base)
DAG_object_flush_update(G.scene, tbase->object, OB_RECALC_DATA);
}
}
-
- if(base->object->type==OB_MESH && G.f & G_SCULPTMODE) {
- set_sculpt_object(base->object);
- }
}
}