artellapipe.launcher.register module

Register module for artellapipe-launcher

artellapipe.launcher.register.cleanup()
artellapipe.launcher.register.register_class(cls_name, cls, is_unique=True, skip_store=False)

This function registers given class into tpDcc module :param cls_name: str, name of the class we want to register :param cls: class, class we want to register :param is_unique: bool, Whether if the class should be updated if new class is registered with the same name :param skip_store: bool, Whether the registered class should be removed during cleanup operation

Useful in scenarios where we want to cleanup registered class manually.