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

This commit is contained in:
Thomas Dinges
2014-02-25 10:59:05 +01:00
parent f2309ba579
commit 9c755ef652

View File

@@ -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"