NodeIcon LoadTransform

Loads transform from a file in JSON format and apply it to specified geometry.


Inputs

Geometry

Geometry Geometry with existing transform

Output

Geometry Geometry with modified transform

Parameters

File Name

file name pattern to load transform from.

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

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

Combine with Self Transform

if set, the current model transform will be combined with a loaded one.

Inverted

if set, loaded transform will be inverted.