[Bf-extensions-cvs] [9940479d] blender2.8: Rigify: Fixup from original 2.80 convertion

Dalai Felinto noreply at git.blender.org
Mon Oct 22 18:30:24 CEST 2018


Commit: 9940479d24b8352f6d151a05c4170366787bfee0
Author: Dalai Felinto
Date:   Mon Oct 22 16:18:19 2018 +0000
Branches: blender2.8
https://developer.blender.org/rBA9940479d24b8352f6d151a05c4170366787bfee0

Rigify: Fixup from original 2.80 convertion

This fix an error introduced on fe90ef2b4.

===================================================================

M	rigify/rigs/basic/super_copy.py

===================================================================

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"



More information about the Bf-extensions-cvs mailing list