Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 969 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 969 Bytes

[WIP] Dynamo Workspace Upgrade Extension

A dynamo view extension which automates converting workspaces to dynamo 2.0 format. Use at your own risk at this time.

image

status:

⚠️ WIP

build:

  • Built in visual studio 2015.
  • Make sure to enable restore nuget references on build.

install:

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/

using it:

  • 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.