[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54134] trunk/blender/release/scripts/ startup/bl_operators/rigidbody.py: Made the tooltip for rigid body constraint "Connect" operator clearer

Joshua Leung aligorith at gmail.com
Mon Jan 28 03:48:23 CET 2013


Revision: 54134
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54134
Author:   aligorith
Date:     2013-01-28 02:48:19 +0000 (Mon, 28 Jan 2013)
Log Message:
-----------
Made the tooltip for rigid body constraint "Connect" operator clearer

Previously it wasn't clear what it was supposed to be doing, or what was
required for it to work.
TODO: figure out why the operator redo settings panel won't work. The workflow
here is still a bit clunky.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_operators/rigidbody.py

Modified: trunk/blender/release/scripts/startup/bl_operators/rigidbody.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_operators/rigidbody.py	2013-01-28 01:59:59 UTC (rev 54133)
+++ trunk/blender/release/scripts/startup/bl_operators/rigidbody.py	2013-01-28 02:48:19 UTC (rev 54134)
@@ -190,7 +190,7 @@
 
 
 class ConnectRigidBodies(Operator):
-    '''Connect selected rigid bodies to active'''
+    '''Create rigid body constraint between two selected rigid bodies'''
     bl_idname = "rigidbody.connect"
     bl_label = "Connect Rigid Bodies"
     bl_options = {'REGISTER', 'UNDO'}




More information about the Bf-blender-cvs mailing list