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/include/BDR_sculptmode.h
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/include/BDR_sculptmode.h')
-rw-r--r--source/blender/include/BDR_sculptmode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/include/BDR_sculptmode.h b/source/blender/include/BDR_sculptmode.h
index 0956c22f255..da4174a65d7 100644
--- a/source/blender/include/BDR_sculptmode.h
+++ b/source/blender/include/BDR_sculptmode.h
@@ -125,7 +125,6 @@ float *get_tex_angle();
void sculptmode_update_tex();
char sculpt_modifiers_active(struct Object *ob);
void sculpt();
-void set_sculpt_object(struct Object *ob);
void set_sculptmode();
/* Partial Mesh Visibility */