NodeIcon SaveTransform

Saves transform to a file in JSON format.


Inputs

Geometry

Geometry Geometry which transform will be saved

Parameters

File Name:

a file path to save to. Supports Path Interpretation.

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.

Create Intermediate Directories:

if set, nonexistent directories in the file path will be created.

Compute Current Frame:

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

Compute Frame Range:

opens Compute Frame Range Dialog to render node graph in multiple background processes.