trigger.utils.shape_transfer.protocols.uvdelta ============================================== .. py:module:: trigger.utils.shape_transfer.protocols.uvdelta .. autoapi-nested-parse:: Uv Delta Transfer Protocol. This method allows the user to transfer Shapes between two topologically different meshes by sampling UVs. Classes ------- .. autoapisummary:: trigger.utils.shape_transfer.protocols.uvdelta.UvDeltaTransfer Module Contents --------------- .. py:class:: UvDeltaTransfer Bases: :py:obj:`trigger.utils.shape_transfer.protocol_core.ProtocolCore` Base class for protocols. .. py:method:: prepare() Prepare the protocol for execution. .. py:method:: ui_refresh() Override the ui_refresh method to add the UV set selection. .. py:attribute:: display_name :value: 'UV Delta Transfer' .. py:attribute:: name :value: 'uvDeltaTransfer' .. py:attribute:: type :value: 'shape'