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:
authorCampbell Barton <ideasman42@gmail.com>2015-02-27 07:41:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-27 07:57:59 +0300
commit7293291a408aaf12e19e3a15782434ac37f4ffd1 (patch)
tree86a1d8936f691ed3da2ad9a76298c8182f84e1ee /release/scripts/startup/bl_ui/properties_particle.py
parentcfd176bcb1d692ebd9e02a8c23ce59680862d43b (diff)
cleanup: typos
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_particle.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index d1d6ee64598..29be9ac2158 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -350,7 +350,7 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, Panel):
subsub.prop(cloth, "bending_stiffness", text="Stiffness")
subsub.prop(psys.settings, "bending_random", text="Random")
sub.prop(cloth, "bending_damping", text="Damping")
- # XXX has no noticable effect with stiff hair structure springs
+ # XXX has no noticeable effect with stiff hair structure springs
#col.prop(cloth, "spring_damping", text="Damping")
split.separator()