Page MenuHome

Geometry Nodes: Fix logging socket value to group input socket.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Nov 23 2021, 5:39 PM.

Details

Summary

Previously, this would show the info that the value has not been computed. Now it shows the socket value (only if it was actually used of course).

Diff Detail

Repository
rB Blender

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Nov 23 2021, 5:39 PM
Jacques Lucke (JacquesLucke) created this revision.
Hans Goudey (HooglyBoogly) accepted this revision.EditedNov 23 2021, 6:10 PM

The change makes sense.

It might be helpful to describe what origin_socket means for this function in a comment. It took me a couple moments to remember that it's the socket from outside of a group, or (I think), the socket connected by reroutes?

This revision is now accepted and ready to land.Nov 23 2021, 6:10 PM