From 2896210678ce9f6fe7a8bd93457e38a2c1bfc17f Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Sun, 31 Mar 2019 21:16:01 +0200 Subject: fix: blender 2.80 class name conventions --- space_view3d_math_vis/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'space_view3d_math_vis') diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index 0dcb7b7a..f64de364 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -63,7 +63,7 @@ class PanelConsoleVars(Panel): bl_region_type = 'WINDOW' bl_context = 'scene' bl_label = "Math Vis Console" - bl_idname = "mathvis.panel_console_vars" + bl_idname = "MATHVIS_PT_panel_console_vars" bl_category = "Math Vis" bl_options = {'DEFAULT_CLOSED'} @@ -182,6 +182,7 @@ class MathVisStateProp(PropertyGroup): class MathVisVarList(UIList): + bl_idname = "MATHVIS_UL_MathVisVarList" def draw_item(self, context, -- cgit v1.2.3