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.
This commit is contained in:
Joshua Leung 2013-01-28 02:48:19 +00:00
parent 774ff1c246
commit 67c2cd916d

@ -190,7 +190,7 @@ class BakeToKeyframes(Operator):
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'}