[Bf-blender-cvs] [9c755ef] master: UI / 3D View: Fix Rigid Body panel, being closed per default.

Thomas Dinges noreply at git.blender.org
Tue Feb 25 10:59:40 CET 2014


Commit: 9c755ef6521319e08969aedbb2703ccbd3a25db7
Author: Thomas Dinges
Date:   Tue Feb 25 10:59:05 2014 +0100
https://developer.blender.org/rB9c755ef6521319e08969aedbb2703ccbd3a25db7

UI / 3D View: Fix Rigid Body panel, being closed per default.

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

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

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

diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 2081a7c..766a8eb 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"




More information about the Bf-blender-cvs mailing list