-
Notifications
You must be signed in to change notification settings - Fork 635
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.Models
namespace to theDynamo.Nodes
namespace. This namespace will change again in the next release.
-
DSIronPythonNode.PythonNodeBase
is nowPythonNodeModels.PythonNodeBase
-
DSIronPythonNode.PythonNode
is nowPythonNodeModels.PythonNode
-
DSIronPythonNode.PythonStringNode
is nowPythonNodeModels.PythonStringNode
. -
DSIronPythonNode.PythonNodeViewCustomization
is nowPythonNodeModelsWpf.PythonNodeViewCustomization
-
DSIronPythonNode.ScriptEditorWindow
is 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