[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60929] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: rigidbody: Add "Apply Transformation " button

Sergej Reich sergej.reich at googlemail.com
Fri Oct 25 13:54:10 CEST 2013


Revision: 60929
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60929
Author:   sergof
Date:     2013-10-25 11:54:10 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-10-25 11:00:16 UTC (rev 60928)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-10-25 11:54:10 UTC (rev 60929)
@@ -135,6 +135,7 @@
         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")




More information about the Bf-blender-cvs mailing list