[Bf-extensions-cvs] [abfbf6e0] master: Fix incorrect UI list ID in mathvis addon

Campbell Barton noreply at git.blender.org
Mon Apr 6 14:41:48 CEST 2020


Commit: abfbf6e0ffa7c257f868f7d03b2f1522bf7cec83
Author: Campbell Barton
Date:   Mon Apr 6 22:29:18 2020 +1000
Branches: master
https://developer.blender.org/rBAabfbf6e0ffa7c257f868f7d03b2f1522bf7cec83

Fix incorrect UI list ID in mathvis addon

Error in 2896210678ce9f6fe7a8bd93457e38a2c1bfc17f

===================================================================

M	space_view3d_math_vis/__init__.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list