paya.runtime.parts.TransformGuide#

class TransformGuide(groupNode)#

Inheritance

PartGuide PartBase Trunk

classmethod create(worldMatrix=None)#

Guide for a Transform part.

Note

Control matrix vectors will be normalized when this guide is used to create the rig part.

Parameters

worldMatrix/wm (tuple, list, Matrix) – the initial control matrix; defaults to the identity matrix

getPartCreateArgsKwargs()#
Returns

Positional and keyword arguments that can be passed along to the create() method on the associated Part subclass.

Return type

(tuple, dict)