fix: blender 2.80 class name conventions

This commit is contained in:
Gaia Clary 2019-03-31 21:16:01 +02:00
parent 2b2c5d4f73
commit 2896210678
Notes: blender-bot 2023-02-14 18:07:03 +01:00
Referenced by commit abfbf6e0: Fix incorrect UI list ID in mathvis addon
Referenced by commit abfbf6e0, Fix incorrect UI list ID in mathvis addon
1 changed files with 2 additions and 1 deletions

View File

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