XformTransfer

vtool.maya_lib.deform.XformTransfer() Wrap deform joints from one mesh to another.
class XformTransfer

Wrap deform joints from one mesh to another.

store_relative_scope(parent)

Set all transforms under parent.

Parameters:parent (str) – The name of a parent transform.
set_scope(scope)

Set the transforms to work on.

Parameters:scope (list) – Names of transforms.
set_source_mesh(name)

Source mesh must match point order of target mesh.

set_target_mesh(name)

Target mesh must match point order of source mesh.

run()