nimphs.properties
Packages
Modules
nimphs.properties.installer
- class NIMPHS_InstallerProperties
Bases:
PropertyGroup
Add-on installer properties.
- configuration: None
Installation configuration. Enum in ['CLASSIC', 'ADVANCED'].
- Type
bpy.props.EnumProperty
- is_custom_base_cls = False
- register_cls = False
- reinstall: None
Indicate if we have to insert '--force-reinstall' when instatlling dependencies.
- Type
bpy.props.BoolProperty
- requirements: None
nimphs.properties.preferences
- class NIMPHS_Preferences
Bases:
PropertyGroup
Add-on preferences properties.
- is_custom_base_cls = False
- log_level: None
Define the log level. Enum in ['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'].
- Type
bpy.props.EnumProperty
- openfoam_extensions: None
List of files to accept when importing OpenFOAM files.
- Type
bpy.props.StringProperty
- register_cls = True
- telemac_extensions: None
List of files to accept when importing TELEMAC files.
- Type
bpy.props.StringProperty