nimphs.menus.telemac
Modules
nimphs.menus.telemac.telemac_create_sequence_menu
- class NIMPHS_MT_TelemacCreateSequenceMenu
Bases:
Menu
Main menu for the TELEMAC > Create sequence.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_TelemacCreateSequenceMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'Create sequence'
The menu label
- Type
Union[str, Any]
- draw(_context: Context) → None
UI layout of the menu.
- Parameters
_context (Context) -- context
- is_custom_base_cls = False
- register_cls = True
nimphs.menus.telemac.telemac_main_menu
- class NIMPHS_MT_TelemacMainMenu
Bases:
Menu
Main menu for the TELEMAC module.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_TelemacMainMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'TELEMAC'
The menu label
- Type
Union[str, Any]
- draw(_context: Context) → None
UI layout of the menu.
- Parameters
_context (Context) -- context
- is_custom_base_cls = False
- register_cls = True
nimphs.menus.telemac.telemac_point_data_menu
- class NIMPHS_MT_TelemacPointDataMenu
Bases:
Menu
Main menu for TELEMAC > Point data.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_TelemacPointDataMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'Point data'
The menu label
- Type
Union[str, Any]
- draw(context: Context) → None
UI layout of the menu.
- Parameters
context (Context) -- context
- is_custom_base_cls = False
- register_cls = True
nimphs.menus.telemac.telemac_volume_menu
- class NIMPHS_MT_TelemacVolumeMenu
Bases:
Menu
Main menu for TELEMAC > Volume.
- bl_idname: Union[str, Any] = 'NIMPHS_MT_TelemacVolumeMenu'
If this is set, the menu gets a custom ID, otherwise it takes the name of the class used to define the menu (for example, if the class name is "OBJECT_MT_hello", and bl_idname is not set by the script, then bl_idname = "OBJECT_MT_hello")
- Type
Union[str, Any]
- bl_label: Union[str, Any] = 'Volume'
The menu label
- Type
Union[str, Any]
- draw(_context: Context) → None
UI layout of the menu.
- Parameters
_context (Context) -- context
- is_custom_base_cls = False
- register_cls = True