[Bf-blender-cvs] [abd33f98237] master: UI: Particles

Pablo Vazquez noreply at git.blender.org
Fri Jan 25 15:30:35 CET 2019


Commit: abd33f98237a515396a1e8a0a9982a214b5002e8
Author: Pablo Vazquez
Date:   Fri Jan 25 15:16:49 2019 +0100
Branches: master
https://developer.blender.org/rBabd33f98237a515396a1e8a0a9982a214b5002e8

UI: Particles

Remove duplicate "Use Modifier Stack"

===================================================================

M	release/scripts/startup/bl_ui/properties_particle.py

===================================================================

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()



More information about the Bf-blender-cvs mailing list