Skip to content

Commit 9872016

Browse files
committed
Removed self-contained for 5.0.0
1 parent 6a5968c commit 9872016

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ right-click {{< mousebutton "right" >}} the macro module to open the context men
4848
*\\MyPackageGroup\\General\\Modules\\Macros\\MyProject*.
4949

5050
{{<alert class="info" caption="Info">}}
51-
Make sure to chose *Directory Structure* as *self-contained*. This makes sure that all files of your module are stored in a single directory.
51+
If you are working with MeVisLab versions before 5.0, make sure to chose *Directory Structure* as *self-contained*. This makes sure that all files of your module are stored in a single directory. Later versions always use *self-contained*.
5252

5353
Also keep in mind that Python files are only created automatically if selected in the Project Wizard. Converting a local macro to a global macro does NOT create a Python file automatically.
5454
{{</alert>}}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Project Wizard, which you find under {{< menuitem "File" "Run Project Wizard" >}
2929
Now, you have to edit:
3030
1. Name: The name of your module
3131
2. Package: Select the package you like to save the macro module in.
32-
3. Directory Structure: Change to *Self-contained*
32+
3. Directory Structure: Change to *Self-contained* (this setting is only available in MeVisLab versions before 5.0.0, later versions always use *self-contained*)
3333
4. Project: Select you project name
3434

3535
Press *Next* and edit the following:

0 commit comments

Comments
 (0)