R23's Execution Order
-
Hi! I'm aware Scene Nodes happen after Generators, but I was wondering if they go by the usual -499 to 499 evaluation ranges. Are these exposed in any nodes?
Thanks for your time,
Leo
-
Hi @Leo_Saramago thanks for reaching out to us.
With regard to execution priority, as you've already spotted, the scene nodes are evaluated after generator because classic Cinema items can indeed be used as entry point for the node graph. With regard instead to nodes graph execution priority, nodes are executed left-to-right, or better said, a node is evaluated when its input ports have received the needed data from the “preceding" nodes!
Hope it answers your question.
Riccardo -
It sure does answer the question.
Thanks, Riccardo!