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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-02-04 17:47:17 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-02-04 17:47:17 +0400
commit30b5aef6789a2cf39020151b00410bd1d8f1c3d7 (patch)
tree3fb822caf8b36caeda252e0f3086aa3c2c2fceea /source/blender/editors/sculpt_paint/sculpt_intern.h
parent1d260d84adf4dcabc9a3533030e926b26faba149 (diff)
Fix T38427: Sculpt mode dimension changes don't Undo
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index d904ec3bc96..a69271463cf 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -132,4 +132,6 @@ void sculpt_undo_push_end(void);
void sculpt_vertcos_to_key(Object *ob, KeyBlock *kb, float (*vertCos)[3]);
+void sculpt_update_object_bounding_box(struct Object *ob);
+
#endif