Problem deleting geometry nodes

hi,

i get this error…, i have 2 geometry nodes and i cant delete the second…also not in the "geometry node editor…the node is empty , but i cant delete it

how does that work?

thanls for help
thomes

nodes

One is the object name, one is the Object Data Name. So they are different levels of the same thing.
Or if you hover over each of them the hint that appears is Modifier Name for the top one, and Name (Node Tree consisting of linked nodes used for geometries) for the lower.

1 Like

Let me add this… for certain reason blender distinguish between the actual Object Data (Block) and the real Mesh Data (Block)… (for example instances could use the same mesh … but with different position, rotation and scale values… even different materials… )…
…and the devs used this also with modifiers (here your GN-modifer named: GeometryNodes) and also the actual geometry node tree (here named: Geometry Nodes.001).

1 Like

Thanks you both for reply!

As I’m new to blender it’s too much for me to understand.
If i find time next days I will read into this magic.

So in short… This error message “node group can only have one geometry input” is not problematic ?.. Must / can I change something?

Thomas

This is something completly different … see docs.blender manual modeling geometry_nodes /group

I guess you added any node with some geomtry input and connected this (input) to the Group Input of the GN itself…