objcleantransform command

Zeroes transforms on an object.

All Usages Options

See also: objextractpretransform, objresetpretransform, objpretransform

Usages

  1. objcleantransform object_name [-t] [-r] [-s]

Resets the parameters of the given object so that it maintains its world position at the current time, but the transforms have the default values.

Sets… To…
All translates 0.0
All rotates 0.0
All scale values 1.0
Uniform scale 1.0
Note

Internally, this command will moves the object’s transforms into its pre-transform.

You typically use this command on an object to define its “natural” coordinate space prior to animation.

Options

-t

Zero translation.

-r

Zero rotation.

-s

Zero scale.