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:
Diffstat (limited to 'release/scripts/startup')
-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()