Skip to content
Snippets Groups Projects
shading_nodes.py 64.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Maurice Raybaud's avatar
    Maurice Raybaud committed
        bpy.types.NODE_HT_header.append(menu_func_nodes)
    
    Maurice Raybaud's avatar
    Maurice Raybaud committed
    
    def unregister():
    
    Maurice Raybaud's avatar
    Maurice Raybaud committed
        bpy.types.NODE_HT_header.remove(menu_func_nodes)
        nodeitems_utils.unregister_node_categories("POVRAYNODES")
    
    Maurice Raybaud's avatar
    Maurice Raybaud committed
        for cls in reversed(classes):
            unregister_class(cls)