Hi. I have a node tree “MyNT” that I am trying to add to a Geo Nodes modifer but can’t seem to find a way. bpy.ops.node.new_geometry_node_group_assign works fine for new trees but not existing ones. I tried also bpy.ops.node.add_group(“MyNT”) but this fails with:
I am new to python and blender and having the same issue of creating a custom node and getting it visible on the general Geometry Node. If you could share a simple script that shows creating a custom node and getting it shown on the Geo Node Editor, then it would be of a great help.