UT3FrameWeights.to_t3frameweights ================================= .. py:method:: t3toolbox.uniform_frame_variations_format.UT3FrameWeights.to_t3frameweights() .. code-block:: python def to_t3frameweights(self): # -> T3FrameWeights (unstacked) or a nested tree (shaped like C) of them Convert back to ragged form. Unstacked: one :py:class:`~t3toolbox.frame_variations_format.T3FrameWeights`. Stacked: a nested tree of them (a varying-rank stack has no single stacked ragged weight -- the :py:meth:`UT3Frame.to_t3frame` pattern).