-
Notifications
You must be signed in to change notification settings - Fork 4
Download, Installation & Configuration
Andreas Dieckmann edited this page Jul 24, 2018
·
4 revisions
- Compiled versions of DynaMonito for Dynamo 1.3.x are available for download in the Releases section of this repository.
- Download, unzip and follow the installation instructions included in the zip file.
- DynaMonito for Dynamo 2.x is available via Dynamo's package manager.
- After installing the package you'll need to restart Dynamo
Edit Monito.dll.config
in a text editor in order to customize the view extension.
- Set
Enable{TOOL_NAME}
to anything but1
in order to disable tool{TOOL_NAME}
. - Set
MyGraphsDirectoryPaths
to any directory paths that you want to have access to in the menu. Use a semicolon (;
) as a delimiter if you have multiple graph directories. - Set
MyTemplatesDirectoryPath
to the path of your template directory.
Flavour of DynaMonito | Location |
---|---|
DynaMonito for Dynamo 1.3.x | C:\Program Files\Dynamo\Dynamo Core\1.3 |
DynaMonito for Dynamo 2.x (from Package Manager) | {YOUR_PACKAGES_DIRECTORY}\DynaMonito\extra |
DynaMonito for Dynamo 2.x (built from source) | C:\Program Files\Dynamo\Dynamo Core\2 |