From aeabdc02a83a976b2f594cd66873c6d2b537e669 Mon Sep 17 00:00:00 2001 From: NBurn <7nburn@gmail.com> Date: Thu, 17 Jan 2019 16:48:54 -0500 Subject: Update Add-ons class properties to annotations This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed. --- btrace/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'btrace/__init__.py') diff --git a/btrace/__init__.py b/btrace/__init__.py index 8f00f2c3..dee32a3f 100644 --- a/btrace/__init__.py +++ b/btrace/__init__.py @@ -66,7 +66,7 @@ from bpy.props import ( class btrace_preferences(AddonPreferences): bl_idname = __name__ - expand_enum = EnumProperty( + expand_enum: EnumProperty( name="UI Options", items=[ ('list', "Drop down list", -- cgit v1.2.3