Simulation Zone

Simulation zones allow the result of one frame to influence the next one. That way even a set of simple rules can lead to complex results, with the passing of time. The most common type of them is physics simulation, with specific solvers for physical phenomena.

../../../_images/modeling_geometry-nodes_simulation_zone.png

Initial simulation nodes and simulation zone.

When adding a simulation, two nodes are added, defining between them a "Simulation Zone".

The inputs that are connected to the Simulation Input node are evaluated only once, at the beginning of the simulation, passed to the next simulation state and eventually outputted. Other nodes can be linked inside the simulation region from the outside. Those are re-evaluated every step based on their value at the given frame.

It is not possible to have any link going towards outside. The result of the simulation can only be accessed via the Simulation Output node. This also allows sub-frame interpolation for motion blur.

注釈

This node cannot be used in the Tool context—only in the Modifier context.

Clock

The simulation is tied to the animation system, with support for sub-steps. It will only be evaluated while the animation frame changes, and is cached like the existing physics simulations in Blender.

Properties(プロパティ)

In the Node Editor the inputs can be renamed, shuffled and removed. This is also the place where sub-steps can be defined for a simulation.

入力

Delta Time

The time in seconds between frames. Essentially this the inverse of the render Frame Rate.

This delta is used to drive the simulation by connecting it node setups that depend on a rate. This will keep the simulation playback consistent when the frame rate changes.

Skip

Forward the output of the simulation input node directly to the output node and ignore the nodes in the simulation zone.

Baking(ベイク)

The simulation is automatically cached during playback. The valid cache can be seen as a strong yellow line in the timeline editor. This allows for animators to quickly inspect all the previous frames of a simulation.

../../../_images/modeling_geometry-nodes_simulation_baking_timeline.png

Cached frames in the Timeline.

For the cases where the current frame is the only one relevant, users can opt-out of "Cache" to save memory.

When the result is ready to be sent to a render-farm, it can be baked to disk. This allows for the simulation to be rendered in a non-sequential order.

../../../_images/modeling_geometry-nodes_simulation_baking.png

Simulation and Physics, Simulation Nodes user interface.

注釈

Baking the simulation will bake all the simulations in all modifiers for the selected objects.

Combined with the Index of Nearest, this can be used for a number of sphere-based simulations.

../../../_images/modeling_geometry-nodes_simulation_example.png

Index of Nearest sample file CC-BY Sean Christofferson.