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:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-09-30 00:13:40 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2008-09-30 00:13:40 +0400
commit4aff02006b9c5dba240e64a34d6433005ae092eb (patch)
treef79eba137c1909b5ff8df1f1cd95857ba0451067 /source/blender/include
parent70e6241c9b0e162e5049df13391f7a455e9d52c4 (diff)
Add 2 items to CTL-A menu: Scale to ObData and Rotation to ObData. These options allows to apply separately the scale and the rotation to the object data. Usefull to physics compound objects that do not support scaling.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_editobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/BDR_editobject.h b/source/blender/include/BDR_editobject.h
index ac60aece344..bc95c221b51 100644
--- a/source/blender/include/BDR_editobject.h
+++ b/source/blender/include/BDR_editobject.h
@@ -77,6 +77,8 @@ void make_links_menu(void);
void make_links(short event);
void make_duplilist_real(void);
void apply_objects_locrot(void);
+void apply_objects_scale(void);
+void apply_objects_rot(void);
void apply_objects_visual_tx(void);
void apply_object(void);