-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 0.9
Martin Misol Monzo edited this page Jun 9, 2020
·
2 revisions
- All node attributes,
NodeNameAttribute,NodeCategoryAttribute,NodeSearchTagAttribute..., have been moved from theDynamo.Modelsnamespace to theDynamo.Nodesnamespace. This namespace will change again in the next release.
-
DSIronPythonNode.PythonNodeBaseis nowPythonNodeModels.PythonNodeBase -
DSIronPythonNode.PythonNodeis nowPythonNodeModels.PythonNode -
DSIronPythonNode.PythonStringNodeis nowPythonNodeModels.PythonStringNode. -
DSIronPythonNode.PythonNodeViewCustomizationis nowPythonNodeModelsWpf.PythonNodeViewCustomization -
DSIronPythonNode.ScriptEditorWindowis nowPythonNodeModelsWpf.ScriptEditorWindow
Looking for help with using the Dynamo application? Try dynamobim.org.
- Dynamo 2.0 Language Changes Explained
- How Replication and Replication Guide work: Part 1
- How Replication and Replication Guide work: Part 2
- How Replication and Replication Guide work: Part 3