Rigify: Fixup from original 2.80 convertion

This fix an error introduced on fe90ef2b4.
This commit is contained in:
Dalai Felinto 2018-10-22 16:18:19 +00:00
parent dc212f77d1
commit 9940479d24
Notes: blender-bot 2023-02-14 18:07:23 +01:00
Referenced by commit 0a412d98: Rigify: revert erroneous edits from Blender 2.8 update commit.
Referenced by commit 0a412d98, Rigify: revert erroneous edits from Blender 2.8 update commit.
1 changed files with 1 additions and 1 deletions

View File

@ -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"