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:
authorPablo Vazquez <contact@pablovazquez.art>2019-01-25 17:16:49 +0300
committerPablo Vazquez <contact@pablovazquez.art>2019-01-25 17:30:33 +0300
commitabd33f98237a515396a1e8a0a9982a214b5002e8 (patch)
tree4bea0fd9137db4dfe1e4f91b135d8c037492f8e2 /release
parent2f7279a413bfb17a63153fb812163dba3cc8ab3d (diff)
UI: Particles
Remove duplicate "Use Modifier Stack"
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 14094922a32..f3f2f5b93d7 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -279,10 +279,6 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, Panel):
col.prop(part, "hair_length")
col.prop(part, "hair_step")
- if not part.use_advanced_hair:
- col.prop(part, "use_modifier_stack")
- return
-
if part.type != 'HAIR':
col = layout.column()