This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/startup/function_nodes/ui.py

6 lines
120 B
Python
Raw Normal View History

import bpy
class NodeSidebarPanel:
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
bl_category = "Node"