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-03-13 23:39:15 +0300
committerThomas Dinges <blender@dingto.org>2011-03-13 23:39:15 +0300
commit1e4010cad67a2bf6f80fa574ac16985e7c7a513e (patch)
tree0b3d29e25ce27b4d0159b48a36f4569e1cd32c88 /release/scripts
parent2907826d8ccbad1d55583ff87b306eec50eec997 (diff)
* Small code cleanup/removal
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/ui/properties_particle.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/release/scripts/ui/properties_particle.py b/release/scripts/ui/properties_particle.py
index 599dba63b34..73bd48fdb41 100644
--- a/release/scripts/ui/properties_particle.py
+++ b/release/scripts/ui/properties_particle.py
@@ -276,7 +276,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
if not psys.cloth:
return
- #part = psys.settings
cloth = psys.cloth.settings
layout.enabled = psys.use_hair_dynamics and psys.point_cache.is_baked == False
@@ -293,7 +292,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
sub.prop(cloth, "collider_friction", slider=True)
col = split.column()
-
col.label(text="Damping:")
sub = col.column(align=True)
sub.prop(cloth, "spring_damping", text="Spring")
@@ -1152,9 +1150,6 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
ob = context.object
psys = context.particle_system
- # part = psys.settings
-
- # layout.label(text="Nothing here yet.")
row = layout.row()
row.label(text="Vertex Group")