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__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py
index c56e5f7f..c7a145e9 100644
--- a/space_view3d_math_vis/__init__.py
+++ b/space_view3d_math_vis/__init__.py
@@ -76,7 +76,7 @@ class PanelConsoleVars(Panel):
col.label(text="No vars to display")
else:
layout.template_list(
- 'MathVisVarList',
+ MathVisVarList.bl_idname,
'MathVisStatePropList',
bpy.context.window_manager,
'MathVisStatePropList',