Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-07-07 13:46:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-07-07 13:46:56 +0400
commit93226d0188184b45d2554572cca2f64f23cf5e8e (patch)
treeb6ff5f6a48964f7b4863d78c6e2b41458648aa9c /object_fracture_cell/__init__.py
parent313153117b6314e25775cd03065ef246b16575e7 (diff)
support for using other objects particles as input
Diffstat (limited to 'object_fracture_cell/__init__.py')
-rw-r--r--object_fracture_cell/__init__.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py
index c1a71333..0076742e 100644
--- a/object_fracture_cell/__init__.py
+++ b/object_fracture_cell/__init__.py
@@ -183,12 +183,14 @@ class FractureCell(Operator):
name="Source",
items=(('VERT_OWN', "Own Verts", "Use own vertices"),
('VERT_CHILD', "Child Verts", "Use own vertices"),
- ('PARTICLE', "Particles", ("All particle systems of the "
- "source object")),
+ ('PARTICLE_OWN', "Own Particles", ("All particle systems of the "
+ "source object")),
+ ('PARTICLE_CHILD', "Child Particles", ("All particle systems of the "
+ "child objects")),
('PENCIL', "Grease Pencil", "This objects grease pencil"),
),
options={'ENUM_FLAG'},
- default={'PARTICLE', 'VERT_OWN'} # 'VERT_OWN', 'EDGE_OWN', 'FACE_OWN'
+ default={'PARTICLE_OWN', 'VERT_OWN'},
)
source_limit = IntProperty(