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:
authorJanne Karhu <jhkarh@gmail.com>2009-07-05 16:36:20 +0400
committerJanne Karhu <jhkarh@gmail.com>2009-07-05 16:36:20 +0400
commit46f6cdcdcc68917bf54926a72aae34a061c4ec7f (patch)
treea272257428f927ee94d7caa25763c0e39dc57f8d /release
parent7055702530f778ebf66e53bc4336e812fb0cd885 (diff)
Added a particle instance modifier option to use particle size.
Diffstat (limited to 'release')
-rw-r--r--release/ui/buttons_data_modifier.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/ui/buttons_data_modifier.py b/release/ui/buttons_data_modifier.py
index 477be27e820..10f3efa1ed4 100644
--- a/release/ui/buttons_data_modifier.py
+++ b/release/ui/buttons_data_modifier.py
@@ -299,12 +299,14 @@ class DATA_PT_modifiers(DataButtonsPanel):
col = layout.column_flow()
col.itemR(md, "normal")
col.itemR(md, "children")
+ col.itemR(md, "size")
col.itemR(md, "path")
if md.path:
col.itemR(md, "keep_shape")
col.itemR(md, "unborn")
col.itemR(md, "alive")
col.itemR(md, "dead")
+ col.itemL(md, "")
if md.path:
col.itemR(md, "axis", text="")