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