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 09:17:03 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-01-12 09:17:03 +0300
commit2ffc57c49fd476f0410cd5c56e04de5ebe601fa7 (patch)
tree327fd78a4f4e88d8c173d2767a1960ad35cfc40a /source/blender/src/space.c
parent49caf7ef6aab1989f6641299c2deac407e8016c8 (diff)
Removed yet another use of set_sculpt_object.
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index aa94e87f85a..ad1a0b99075 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -890,9 +890,6 @@ void BIF_undo(void)
else {
/* now also in faceselect mode */
if(U.uiflag & USER_GLOBALUNDO) {
- if(G.f & G_SCULPTMODE)
- set_sculpt_object(NULL);
-
BKE_undo_step(1);
sound_initialize_sounds();
}