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>2014-02-25 13:59:05 +0400
committerThomas Dinges <blender@dingto.org>2014-02-25 13:59:20 +0400
commit9c755ef6521319e08969aedbb2703ccbd3a25db7 (patch)
tree7924291fa415485c59deeaf4a696de18b8834e85 /release
parentf2309ba57943eb7e5a06119b6d45d9ba3b664c8b (diff)
UI / 3D View: Fix Rigid Body panel, being closed per default.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 2081a7cf4f2..766a8ebf70f 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -221,7 +221,7 @@ class VIEW3D_PT_tools_animation(View3DPanel, Panel):
col.operator("nla.bake", text="Bake Action")
-class VIEW3D_PT_tools_rigidbody(View3DPanel, Panel):
+class VIEW3D_PT_tools_rigid_body(View3DPanel, Panel):
bl_category = "Physics"
bl_context = "objectmode"
bl_label = "Rigid Body Tools"