[Bf-blender-cvs] [2edd32c168d] master: Fix typo.

Bastien Montagne noreply at git.blender.org
Sun Jan 6 18:22:38 CET 2019


Commit: 2edd32c168d32895a2dee3a4e13aa7979049fd1b
Author: Bastien Montagne
Date:   Sun Jan 6 18:21:57 2019 +0100
Branches: master
https://developer.blender.org/rB2edd32c168d32895a2dee3a4e13aa7979049fd1b

Fix typo.

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_physics_softbody.py b/release/scripts/startup/bl_ui/properties_physics_softbody.py
index 12fb2973b4f..d7b222523e3 100644
--- a/release/scripts/startup/bl_ui/properties_physics_softbody.py
+++ b/release/scripts/startup/bl_ui/properties_physics_softbody.py
@@ -141,7 +141,7 @@ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, Panel):
         layout.prop_search(softbody, "vertex_group_goal", ob, "vertex_groups", text="Vertex Group")
 
 
-class PHYSICS_PT_softbody_goal_strenghts(PhysicButtonsPanel, Panel):
+class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, Panel):
     bl_label = "Strengths"
     bl_parent_id = 'PHYSICS_PT_softbody_goal'
     bl_options = {'DEFAULT_CLOSED'}
@@ -406,7 +406,7 @@ classes = (
     PHYSICS_PT_softbody_cache,
     PHYSICS_PT_softbody_goal,
     PHYSICS_PT_softbody_goal_settings,
-    PHYSICS_PT_softbody_goal_strenghts,
+    PHYSICS_PT_softbody_goal_strengths,
     PHYSICS_PT_softbody_edge,
     PHYSICS_PT_softbody_edge_aerodynamics,
     PHYSICS_PT_softbody_edge_stiffness,



More information about the Bf-blender-cvs mailing list