6
$\begingroup$

So I just installed the brand new Blender 5.0 and looked at the implementation of the new GeoNodes-based array modifier. I watched some videos about the changes to GeoNodes introduced in 5.0, for example bundles and the new socket shapes. But no video mentioned these double lines, and I found nothing about them on the internet, so I figure it must be something new? Tooltips and node descriptions also revealed nothing interesting to me.

So what are they? And why is the line suddenly no longer doubled after branching off to the Switch node?

Screenshot of a part of the new array modifier implementation in geometry nodes in Blender 5.0

$\endgroup$
1
  • 1
    $\begingroup$ ...That looks like those extra lines that are added when using gizmos. $\endgroup$ Commented Nov 19 at 9:20

1 Answer 1

8
$\begingroup$

It is not something new in 5.0, as you can see on the Group Input nodes to which those double lines are connected, there are these gizmo icons next to the sockets indicating that these values are editable with the gizmos you can see on the object:

transform gizmos

The gizmos have already been added to Geometry Nodes in version 4.3, the double lines are there to show that information travels both ways - from the gizmo to the nodes but also the other direction if you have editable input fields in the modifier.

So for example when you move the cross gizmo in X direction, the Offset changes. But you can also manually enter an Offset value in the modifier and then the gizmo moves with the value you have set there. The reason something becomes a single line means in the example of the Switch node that there is no information going from the False socket to the gizmo, the Switch node is just receiving data. The lines stay double until they get plugged into a not-gizmo node where they terminate (or something like that).

Something more about gizmos in Geometry Nodes you can find in my answer here: What do I need to use the Transform Gizmo in Geometry Nodes?, but they can become a bit complicated so if you want to learn more about them I would recommend you watch some dedicated tutorials.

$\endgroup$
1
  • $\begingroup$ Ah thanks, hopefully the search engines will pick this up to spare others the frustration. :D $\endgroup$ Commented Nov 19 at 9:44

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.