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:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user