Notch Notch Manual 1.0
 Light | Dark
Clone Cache

Clone Cache

Caches a clone system for faster and repeatable results.

image

image

Method #

The Clone Cache node allows baking of cloner animations to disk and playback of baked cloner animations. Caches playback deterministically, with minimal resources required for simulation. When the baking is finished the effectors can be disabled as they will no longer apply to the cache. Caches don’t save the cloned geometry, only the transforms and colour information - so you can swap out the cloned geometry at any time.

Setup #

  1. Prepare your clone scene with cloners and effectors.

  2. Add the Clone Cache node and connect the output of the cloner as it’s parent.

  3. In Property window for the Clone Cache node, click on the “bake now” button, then choose a file destination and baking rate. baking property window

Cloner baking can generate very large files. The frames per second, complexity, numbers of clones will influence the size of the baking file.

Parameters

These properties control the 3D transforms of the node. Transforms will generally be inherited by child nodes, although they can be ignored through the Inherit Transform Channels attributes.

ParameterDetails
Position XMove along the local x-axis.
Position YMove along the local y-axis.
Position ZMove along the local z-axis.
Rotation HeadingRotate around the local y-axis.
Rotation PitchRotate around the local x-axis.
Rotation BankRotate around the local z-axis.
Scale XScale along the local x-axis.
Scale YScale along the local y-axis.
Scale ZScale along the local z-axis.

Control the inheritance of the transforms from the parent.

ParameterDetails
PositionToggle inheritance of the Position from the parent.
RotationToggle inheritance of the Rotation from the parent.
ScaleToggle inheritance of the Scale from the parent.
World Position OnlyInherit the world position from the parent only, rotation and scale will be ignored. Overrides above properties.
Inherit TimeToggle inheritance of time from the parent.

These properties control how the clone system is baked and where the cached file will be baked to.

ParameterDetails
Bake Now..Open the baking window for caching the clone system.
Clone CacheCached file to playback.

Related Videos