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
Is it possible to have a container that gets an input key, process it and set it as an output key?
The idea is having number of containers processing the same parameter and passing it between them.
Process A edits a key, passes it to process B (in some cases to C), and then next time A is reached it will use again the same key and edit it.
Thank you for the help.
The text was updated successfully, but these errors were encountered:
Yes, this is totally possible and quite common. Simply define an input key and an output key for the respective container and map them to the same name (in the properties-panel of the container in the editor).
Is it possible to have a container that gets an input key, process it and set it as an output key?
The idea is having number of containers processing the same parameter and passing it between them.
Process A edits a key, passes it to process B (in some cases to C), and then next time A is reached it will use again the same key and edit it.
Thank you for the help.
The text was updated successfully, but these errors were encountered: