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:
authorThomas Dinges <blender@dingto.org>2011-11-20 04:32:39 +0400
committerThomas Dinges <blender@dingto.org>2011-11-20 04:32:39 +0400
commit01b0cc7f2108fb1c33f8d95da41e18c5f3cead50 (patch)
treead06b862f870d3141def03e961af9e2a1036f55a /release/scripts/startup/bl_ui/properties_particle.py
parentf515e430bc07bba280299c39abe6378942a204f6 (diff)
UI/RNA:
* Code cleanup.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_particle.py')
-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 a541f43be66..f7f67527b63 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -262,10 +262,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, Panel):
return psys.settings.type == 'HAIR' and (engine in cls.COMPAT_ENGINES)
def draw_header(self, context):
- #cloth = context.cloth.collision_settings
-
- #self.layout.active = cloth_panel_enabled(context.cloth)
- #self.layout.prop(cloth, "use_collision", text="")
psys = context.particle_system
self.layout.prop(psys, "use_hair_dynamics", text="")