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
path: root/rigify
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-10-22 19:18:19 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-10-22 19:24:10 +0300
commit9940479d24b8352f6d151a05c4170366787bfee0 (patch)
tree6f6d055c14f876d712de14998b7da4d63d5206cd /rigify
parentdc212f77d1c82bacbe941a0d84fcfdead9ace17a (diff)
Rigify: Fixup from original 2.80 convertion
This fix an error introduced on fe90ef2b4.
Diffstat (limited to 'rigify')
-rw-r--r--rigify/rigs/basic/super_copy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/basic/super_copy.py b/rigify/rigs/basic/super_copy.py
index 20a70bc6..b2045346 100644
--- a/rigify/rigs/basic/super_copy.py
+++ b/rigify/rigs/basic/super_copy.py
@@ -92,7 +92,7 @@ def add_parameters(params):
""" Add the parameters of this rig type to the
RigifyParameters PropertyGroup
"""
- params.make_control: bpy.props.BoolProperty(
+ params.make_control = bpy.props.BoolProperty(
name = "Control",
default = True,
description = "Create a control bone for the copy"