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:
authorSergej Reich <sergej.reich@googlemail.com>2013-10-25 15:54:10 +0400
committerSergej Reich <sergej.reich@googlemail.com>2013-10-25 15:54:10 +0400
commit826713809ea8301ad1fc89ffc2a63195d407bdf6 (patch)
treef6c1a3b6f70fff416c9df9125f1597986966152a /release
parent692693b92f8183ba6ee8fd58cda956ff55570df0 (diff)
rigidbody: Add "Apply Transformation" button
This is just the "Apply Visual Transform" operator. It's very usefull for rigid body simulations but hard to find and users usually don't know about it/don't know it's usefull to apply rigid body transformations. It seems bit out of place (especially the tooltip) so we might need to do a bit more here.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 0bb31f51c1b..088dfc31973 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -135,6 +135,7 @@ class VIEW3D_PT_tools_rigidbody(View3DPanel, Panel):
col.operator("rigidbody.shape_change", text="Change Shape")
col.operator("rigidbody.mass_calculate", text="Calculate Mass")
col.operator("rigidbody.object_settings_copy", text="Copy from Active")
+ col.operator("object.visual_transform_apply", text="Apply Transformation")
col.operator("rigidbody.bake_to_keyframes", text="Bake To Keyframes")
col.label(text="Constraints:")
col.operator("rigidbody.connect", text="Connect")