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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-28 07:30:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-28 07:34:00 +0300
commit16943c01464c7119480cae7cf5d089e1c597d8ab (patch)
treefead1b0df9ef2f7ad1fb39d0107c51118f42d613 /source/blender/editors/include/ED_object.h
parentd35a33ef723e70f6ca89c2d92da112744e44003c (diff)
Object: add scale argument to creation operators
Needed for to create objects of a specific size.
Diffstat (limited to 'source/blender/editors/include/ED_object.h')
-rw-r--r--source/blender/editors/include/ED_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index e6d39d5f966..5adc99a8ae0 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -269,6 +269,7 @@ bool ED_object_add_generic_get_opts(struct bContext *C,
const char view_align_axis,
float loc[3],
float rot[3],
+ float scale[3],
bool *enter_editmode,
unsigned short *local_view_bits,
bool *is_view_aligned);