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:
authorJoshua Leung <aligorith@gmail.com>2013-01-28 06:48:19 +0400
committerJoshua Leung <aligorith@gmail.com>2013-01-28 06:48:19 +0400
commit67c2cd916d626d1557d92847c996eccfa9ff2ab9 (patch)
tree1002ffc582041c0cb17d9a2bb61339834f935b53 /release
parent774ff1c2468a33d113cab605b37d0c5fc93c9868 (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/rigidbody.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/rigidbody.py b/release/scripts/startup/bl_operators/rigidbody.py
index 50aecfd7c63..03dd2c9118a 100644
--- a/release/scripts/startup/bl_operators/rigidbody.py
+++ b/release/scripts/startup/bl_operators/rigidbody.py
@@ -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'}