Hacker News new | ask | show | jobs
by whatswrong 1284 days ago
It's been a while since I played with GN, but aren't "drivers" merely python scripts that outputs values that can been used as input fields?
1 comments

You can use scripted expressions in drivers, and if the expression is complex it uses the Python interpreter, but drivers are an entirely separate system than GN. They always (afaik) put out a single value, so while you can use them to control a value of a socket or channel inside GN, they wouldn't be evaluated dynamically for every element of a geometry so they wouldn't be a "field".