Updated the Simulation Nodes of Animation Nodes

This update makes the Simulation Nodes UI similar to the Geometry Nodes’ Simulation Nodes, making it easier to switch between these two workflows.
I have added the Delta Time and Elapsed Time outputs to the Simulation Input node and the Data output to the Simulation Output node.

Delta Time (Simulation Input node): It is defined as the 1/FPS (Frame Rate).
Elapsed Time (Simulation Input node): It starts counting the frame from the Start Frame of the Simulation Input Node.
Data Output (Simulation Output node): It outputs the last cached data. Therefore, it is the user’s responsibility how to initialize and specify the data for the Simulation Output node.

For more info: https://github.com/3DSinghVFX/animation_nodes/pull/187

2 Likes