synthpic2.errors¶
Custom exceptions.
Module Contents¶
- exception synthpic2.errors.SynthPic2Error¶
Bases:
ExceptionBase class for other exceptions.
- exception synthpic2.errors.ConventionError¶
Bases:
SynthPic2ErrorThrown, when a SynthPic2 convention is violated.
- exception synthpic2.errors.PrototypeNotFoundError(blend_file_path: synthpic2.custom_types.AnyPath, name_in_blend_file: str)¶
Bases:
SynthPic2ErrorException to raise when a prototype cannot be found in a blend file.
- exception synthpic2.errors.PrototypeAlreadyExistsError(prototype_name: str)¶
Bases:
SynthPic2ErrorThrown, when a prototype already exists.
- exception synthpic2.errors.BlenderError¶
Bases:
SynthPic2ErrorRaised, when an action caused a Blender error.
- exception synthpic2.errors.BlenderConventionError¶
Bases:
SynthPic2ErrorRaised, when an action violates a Blender convention.