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
Base class for protocols. |
Module Contents
- class UvDeltaTransfer
Bases:
trigger.utils.shape_transfer.protocol_core.ProtocolCoreBase 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'