-
Notifications
You must be signed in to change notification settings - Fork 23
Version History
Andreas Dieckmann edited this page Aug 15, 2019
·
28 revisions
- Journal.AuditModel
- Journal.AuditModels
- Journal.ByWorkspacePath, Journal.PurgeModel & Journal.PurgeModels now support opening Revit projects in audit mode
- RevitAddinsPath.ByVersion & RevitExecutablePath.ByVersion now default to Revit 2018
- Removed dependency on Clockwork package
- Config.GetPath
- As long as DynamoAutomation has a dependency on Clockwork, it will from now on follow Clockwork's version naming.
- Removed all Presets nodes (nodes were not working any more and presets will be discarded in Dynamo 2.0 anyway)
- All Journal nodes will now check any file paths (models and Dynamo graphs) for journal compatibility
- Journal.ByWorkspacePath can now switch the active view to the default 3D view before launching DynamoRevit (solves the issue of projects saved in perspective view not being able to run DynamoRevit).
- Journal.ByWorkspacePath, Journal.PurgeModel & Journal.PurgeModels can now open models detached and discard worksets.
- Unblocked Zero Touch nodes
- Journal.PurgeModel
- Journal.PurgeModels
- Journal.RevitStartupArguments
- Process.KillCurrentProcess
- Support for models with warnings (new debugMode setting in Journal.ByWorkspacePath)
- Standardized Revit version data type (works with string for all nodes now)
- JournalFiles.Cleanup will now catch all journal-related files
- Finally achieved compatibility with Revit 2017 & 2018
- Made Config.Read backwards compatible with any Dynamo 1.x version
- Config.Read
- Backwards compatibility (all Dynamo 1.x versions) for all custom nodes
- Refactoring of ZT nodes
- Modified node execution sequence in JournalFiles.Cleanup
- Fixed string concatenation bugs in RevitAddinsPath.ByVersion & RevitExecutablePath.ByVersion
- Added Dynamo version detection
- Added Revit 2017 compatibility
- Fixed a bug that would let some nodes appear twice in the node browser
- JournalFiles.Cleanup will now overwrite existing files by default
Contributions from redinkinc
- Presets.ByWorkspacePathAndSliderNames
- Presets.ByWorkspacePathSliderNamesAndNewPath
- Presets.Clear
Initial Commit
- Journal.ByWorkspacePath
- JournalFiles.Cleanup
- Process.ByPathAndArguments
- RevitAddinsPath.ByVersion
- RevitExecutablePath.ByVersion