Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2019-03-31 22:16:01 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2019-03-31 22:16:15 +0300
commit2896210678ce9f6fe7a8bd93457e38a2c1bfc17f (patch)
tree7e8d63dd458f139eb7b96825567e7280fedf972d /space_view3d_math_vis
parent2b2c5d4f7326d7b9fadfbc4199ea943af46a35f7 (diff)
fix: blender 2.80 class name conventions
Diffstat (limited to 'space_view3d_math_vis')
-rw-r--r--space_view3d_math_vis/__init__.py3
1 files changed, 2 insertions, 1 deletions
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,