trigger.utils.shape_splitter ============================ .. py:module:: trigger.utils.shape_splitter .. autoapi-nested-parse:: splits blendshapes with the given maps Attributes ---------- .. autoapisummary:: trigger.utils.shape_splitter.log Classes ------- .. autoapisummary:: trigger.utils.shape_splitter.Splitter Module Contents --------------- .. py:class:: Splitter Bases: :py:obj:`dict` dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2) .. py:method:: add_blendshapes(meshes=None) .. py:method:: add_splitmap(file_path, name=None) .. py:method:: clear_blendshapes() .. py:method:: clear_splitmaps() .. py:method:: get_blendshapes() .. py:method:: get_splitmaps() .. py:method:: prepare_for_painting(mesh, split_maps=None) .. py:method:: set_splitmap(blendshape, split_maps) .. py:method:: split_shapes() .. py:data:: log