You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example I want to make multiple instances of Invoke, and I want only execute one of them at a time. Like for switching different presets. I found workarond, I added 'NodeName' property in script node, which I can use in script text or in operator. But it's not much elegant.
By the way, I also simplified UI of a node for myself: https://github.com/JacquesLucke/animation_nodes/assets/133324909/2f6503fe-e3d8-4def-a474-51bb2de619de
Is there a way to get instance of Invoke node from it's script? Something like self.inputs?
The text was updated successfully, but these errors were encountered: