Fix typo.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user