Houdini 12 HScript commands

Sets or displays an object’s pre-transform matrix.

Usages

  1. objpretransform [-a ] object_name [matrix]

The matrix argument specifies a 4×4 double precision matrix in column-major format to set into the object.

If you don’t specify a matrix, the object’s current pre-transform is printed in column-major double precision format.

Typically, this command only appears in object scripts created by the opscript command.

Options

-a

Multiply current pretransform with given matrix.