3DSinghVFX / animation_nodes

Node-based visual scripting system designed for motion graphics in Blender.
Other
155 stars 16 forks source link

Update the Simulation Nodes #187

Closed 3DSinghVFX closed 1 year ago

3DSinghVFX commented 1 year ago

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.

screen_an

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: Method 1: Screenshot from 2022-12-27 10-48-14

Method 2: Screenshot from 2022-12-27 10-48-54