Skip to content

A dynamo view extension which automates converting workspaces to dynamo 2.0 format.

License

Notifications You must be signed in to change notification settings

reddyashish/DynamoWorkspaceUpgradeExtension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A dynamo view extension which automates converting workspaces to dynamo 2.0 format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%