From fe90ef2b4bced9cad6e7f33b667931c4fa1af286 Mon Sep 17 00:00:00 2001 From: Ines Almeida Date: Fri, 10 Aug 2018 22:30:02 +0200 Subject: rigify: update for Blender 2.8 --- rigify/rigs/basic/super_copy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rigify/rigs') diff --git a/rigify/rigs/basic/super_copy.py b/rigify/rigs/basic/super_copy.py index b2045346..20a70bc6 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" -- cgit v1.2.3