NodeIcon SaveTransform

Saves transform to a file in JSON format.


Inputs

Geometry

Geometry Geometry which transform will be saved

Parameters

File Name:

file name pattern to save transform to.

Any occurrence of # will be replaced with current frame number during saving.

For example if current frame is 1, “Transform##.txt” will be replaced with “Transform01.txt”

Format:
Scale, Rotation(Quaternion), Translation

store transform as scale, rotation quaternion, and translation

Scale, Rotation(Euler Angles), Translation

store transform as scale, rotation represented with euler angles, and translation

Matrix

store transform as Matrix (size 4x4)

Inverted:

if set, inverted transform will be saved

Compute Current Frame:

computes the node at current frame and saves result to file.