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:
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_physics_softbody.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_softbody.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_softbody.py b/release/scripts/startup/bl_ui/properties_physics_softbody.py
index 44778ffee5f..5449e54c6e6 100644
--- a/release/scripts/startup/bl_ui/properties_physics_softbody.py
+++ b/release/scripts/startup/bl_ui/properties_physics_softbody.py
@@ -46,7 +46,7 @@ class PhysicButtonsPanel():
class PHYSICS_PT_softbody(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body")
+ bl_label = "Soft Body"
def draw(self, context):
layout = self.layout
@@ -73,7 +73,7 @@ class PHYSICS_PT_softbody(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Cache")
+ bl_label = "Soft Body Cache"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
@@ -86,7 +86,7 @@ class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Goal")
+ bl_label = "Soft Body Goal"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
@@ -129,7 +129,7 @@ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Edges")
+ bl_label = "Soft Body Edges"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
@@ -182,7 +182,7 @@ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Self Collision")
+ bl_label = "Soft Body Self Collision"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
@@ -214,7 +214,7 @@ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Solver")
+ bl_label = "Soft Body Solver"
bl_options = {'DEFAULT_CLOSED'}
@classmethod
@@ -250,7 +250,7 @@ class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, Panel):
class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, Panel):
- bl_label = _("Soft Body Field Weights")
+ bl_label = "Soft Body Field Weights"
bl_options = {'DEFAULT_CLOSED'}
@classmethod