interface version 1
Reads an object’s world (or local) space transformations from an alembic file.
This is a simple variant of the original Alembic Xform, the main difference being that it can provide the world space transformations of an alembic object (so there’s no need to import the parent hierarchy).
Parameters
File Name | Name of the alembic file. | ||||||||||
Object Path | Path of object within the alembic file. | ||||||||||
Frame, FPS | Specifies the time sample to read from the alembic archive. | ||||||||||
World Space | Get the world space transformation of the alembic object (i.e. no need to import the entire parent hierarchy). | ||||||||||
Invert Transform | Invert the transformation. | ||||||||||
Outputs | Read-only values, imported from the alembic data.
|
Release Notes
interface version 1 —
2014-09-23 | Help page updates –
|
2013-09-12 | First version. |