trigger.utils.shape_splitter

splits blendshapes with the given maps

Attributes

log

Classes

Splitter

dict() -> new empty dictionary

Module Contents

class Splitter

Bases: 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)

add_blendshapes(meshes=None)
add_splitmap(file_path, name=None)
clear_blendshapes()
clear_splitmaps()
get_blendshapes()
get_splitmaps()
prepare_for_painting(mesh, split_maps=None)
set_splitmap(blendshape, split_maps)
split_shapes()
log