Zona de simulación¶
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.
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.
Nota
Este nodo no podrá ser usado en el contexto de Herramienta, sino sólo en el contexto de Modificador.
Reloj¶
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.
Propiedades¶
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.
Entradas¶
- Geometría
Standard geometry input, which is available by default to input geometry into the simulation zone. More bake items can be added by dragging sockets into the blank socket or in the Simulation State panel. Items can be renamed by Ctrl-LMB on the socket name or in the nodes Properties panel.
- Tiempo delta
El tiempo, expresado en segundos, entre fotogramas. Esencialmente se trata el inverso de la Velocidad de fotogramas al procesar.
Este delta de tiempo será usado para controlar la simulación, conectando configuraciones de nodos que dependan de un cierto ritmo. Permitirá mantener consistente la reproducción de la simulación, cuando la velocidad de fotogramas sea modificada.
- Omitir
Forward the output of the simulation input node directly to the output node and ignore the nodes in the simulation zone.
Captura¶
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.
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.
Nota
Al capturar se capturarán todas las simulaciones de todos los modificadores de los objetos seleccionados.
Ejemplos¶
Al combinarse con el Nodo Identificador del más cercano, esto podrá usarse para realizar una serie de simulaciones basadas en esferas.