A dynamo view extension which automates converting workspaces to dynamo 2.0 format. Use at your own risk at this time.
- Built in visual studio 2015.
- Make sure to enable restore nuget references on build.
Copy bin/Debug/DynamoXMLtoJsonMigrator.dll
to your <dynamo install directory>
alongside the other core dlls.
Copy src/migration_ViewExtensionDefinition.xml
to your <dynamo install directory>/ViewExtensions/
- run only on dynamo 2.x
- if the extension is loaded it will add a menu item to the view menu.
- currently will not recurse into sub folders of the selected directory.
- will append jsonMigrated to any files it migrates.
- conversion to json requires that the nodes in the graph are loaded at the time the graph is opened.