7 lines
121 B
Python
7 lines
121 B
Python
import bpy
|
|
|
|
class NodeSidebarPanel:
|
|
bl_space_type = 'NODE_EDITOR'
|
|
bl_region_type = 'UI'
|
|
bl_category = "Node"
|