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>2020-12-08 13:31:07 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2020-12-08 13:31:07 +0300
commitb0361dcaac3034cde90a5c146e3ef3f07d226da9 (patch)
tree9dff4b37f71374882a2c8dbc1347018ce293e7d1 /rigify/__init__.py
parent9bc98387d9edf988695e294bedaa152043a35de7 (diff)
Rigify: support choosing widgets out of a list in super_copy and pivot.
Register the most generic widgets in the list and add a few more. Use it to assign a nicer looking shoulder widget in human metarigs.
Diffstat (limited to 'rigify/__init__.py')
-rw-r--r--rigify/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 7e5ee944..63e42d1d 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -574,6 +574,8 @@ def register():
name="Rigify Active Collection",
description="The selected rig collection")
+ IDStore.rigify_widgets = CollectionProperty(type=RigifyName)
+
IDStore.rigify_types = CollectionProperty(type=RigifyName)
IDStore.rigify_active_type = IntProperty(name="Rigify Active Type", description="The selected rig type")