[Bf-blender-cvs] [895f68c8b24] functions: fix panel idname

Jacques Lucke noreply at git.blender.org
Tue Mar 26 11:29:08 CET 2019


Commit: 895f68c8b24756578950c90a507e16088071ee1c
Author: Jacques Lucke
Date:   Tue Mar 26 11:28:59 2019 +0100
Branches: functions
https://developer.blender.org/rB895f68c8b24756578950c90a507e16088071ee1c

fix panel idname

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

M	release/scripts/startup/function_nodes/tree_panel.py

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

diff --git a/release/scripts/startup/function_nodes/tree_panel.py b/release/scripts/startup/function_nodes/tree_panel.py
index 9a8b47b3e84..ce1556920c3 100644
--- a/release/scripts/startup/function_nodes/tree_panel.py
+++ b/release/scripts/startup/function_nodes/tree_panel.py
@@ -2,7 +2,7 @@ import bpy
 from . function_tree import FunctionTree
 
 class TreePanel(bpy.types.Panel):
-    bl_idname = "fn_tree_panel"
+    bl_idname = "FN_PT_tree_panel"
     bl_label = "Functions Tree"
     bl_space_type = 'NODE_EDITOR'
     bl_region_type = 'UI'



More information about the Bf-blender-cvs mailing list