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/nodes/ui.py

7 lines
121 B
Python
Raw Normal View History

import bpy
class NodeSidebarPanel:
bl_space_type = 'NODE_EDITOR'
bl_region_type = 'UI'
2019-04-07 19:44:27 +02:00
bl_category = "Node"