Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-10-22 17:24:04 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-11-02 11:57:47 +0300
commitb9a821bf6045f36c20c6a52f87a2f79e4bfde257 (patch)
treecc83c20cc3f014b0180f23b4ed8ba66cfe73c542 /rigify/rigs/basic/pivot.py
parentaf18f8d5695cc392f22124d5aaf7c20639577a12 (diff)
Rigify: switch the human metarig from simple_tentacle to super_finger.
For better compatibility, support the Tweak layer assignment in super_finger for the detail controls, and allow changing the B-Bone resolution.
Diffstat (limited to 'rigify/rigs/basic/pivot.py')
-rw-r--r--rigify/rigs/basic/pivot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/rigs/basic/pivot.py b/rigify/rigs/basic/pivot.py
index d4c5898d..c0625c1a 100644
--- a/rigify/rigs/basic/pivot.py
+++ b/rigify/rigs/basic/pivot.py
@@ -85,13 +85,13 @@ class Rig(BaseRig):
params.make_extra_control = bpy.props.BoolProperty(
name = "Extra Control",
default = False,
- description = "Create an extended control"
+ description = "Create an optional control"
)
params.make_extra_deform = bpy.props.BoolProperty(
name = "Extra Deform",
default = False,
- description = "Create an extra deform bone"
+ description = "Create an optional deform bone"
)