Cleanup: remove unused function

This commit is contained in:
Jacques Lucke 2021-05-25 13:12:54 +02:00
parent 405534c756
commit 067587e329
1 changed files with 0 additions and 8 deletions

View File

@ -472,14 +472,6 @@ texture_node_categories = [
]),
]
def not_implemented_node(idname):
NodeType = getattr(bpy.types, idname)
name = NodeType.bl_rna.name
label = "%s (mockup)" % name
return NodeItem(idname, label=label)
geometry_node_categories = [
# Geometry Nodes
GeometryNodeCategory("GEO_ATTRIBUTE", "Attribute", items=[