-
Notifications
You must be signed in to change notification settings - Fork 635
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
IGraphicItems
note that some members are nowobsolete
and may no longer function fully, to add color and texture maps now implement the newIRenderPackageSupplement
interface. This will provide much enhanced performance and memory consumption in Dynamo. -
When using DynamoCore APIs to access
RenderPackage
s 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.TextureMapsList
to 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