Skip to content

Commit 9e688a5

Browse files
committed
Macro Module *edited
1 parent ebc3a73 commit 9e688a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mevislab.github.io/content/tutorials/basicmechanisms/macromodules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Macro modules typically contain the following files:
8686

8787
* **Field changes**: You can also react on any changes of fields in your module and create Field Listeners. See below for details.
8888
* **Python file (*\*.py*):** *(Optional)*: The Python file contains the Python code that is used by the module. You can add Python functions to fields or UI elements to react on user interactions in the *\*.script* file.
89-
89+
* **MeVisLab network file (*\*.mlab*):** Stores the internal network of modules that make up the macro module. This file essentially defines the macro module's internal structure and connections.
90+
* **Macro help file (*\*.help*):***(Optional)*:Provides help documentation for the macro module. This file is used to display information to users about the module’s functionality, usage, and any specific instructions.
9091
### Field Listeners:
9192
Field listeners are mechanisms to execute Python code automatically when the value of a field changes. This allows you to create dynamic responses to user interactions in the module's parameter panel.
9293

0 commit comments

Comments
 (0)