trigger.utils.shape_transfer.protocols.uvdelta

Uv Delta Transfer Protocol. This method allows the user to transfer Shapes between two topologically different meshes by sampling UVs.

Classes

UvDeltaTransfer

Base class for protocols.

Module Contents

class UvDeltaTransfer

Bases: trigger.utils.shape_transfer.protocol_core.ProtocolCore

Base class for protocols.

prepare()

Prepare the protocol for execution.

ui_refresh()

Override the ui_refresh method to add the UV set selection.

display_name = 'UV Delta Transfer'
name = 'uvDeltaTransfer'
type = 'shape'