-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 2.12
Many WPF controls which are no longer used are removed. In general, the WPF controls in DynamoCoreWPF should not be included in the DynamoCore API. As the Dynamo UI changes controls may be modified or removed if required.
-
NodeHelpPrompt Control is removed.
-
When creating types that implement
IGraphicItemsnote that some members are nowobsoleteand may no longer function fully, to add color and texture maps now implement the newIRenderPackageSupplementinterface. This will provide much enhanced performance and memory consumption in Dynamo. -
When using DynamoCore APIs to access
RenderPackages directly, you will notice that usually only a single render package per node is produced, instead of a render package per computation. Use the new APIs likeIRenderPackageSupplement.TextureMapsListto find the resulting texture you wish to access.
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