-
Notifications
You must be signed in to change notification settings - Fork 665
API Changes in Dynamo 1.1
Martin Misol Monzo edited this page Jun 9, 2020
·
4 revisions
-
Dynamo.Models.DynamoModeladdedIStartConfiguration2derived fromIStartConfiguration. It contains a single propertyIsHeadless. If the object passed toDynamoModel.Startis derived from this new interface, and theIsHeadlessproperty istrue, then update checking and analytics are disabled. This interface should be merged withIStartConfigurationin 2.0 -
Dynamo.Interfaces.IPreviewBubblePreferenceis added, this interface defines a single bool representing if preview bubbles should be on or off. This interface should be merged withIPreferencesin 2.0 -
Dynamo.Interfaces.IBackgroundPreviewPreferenceis added, this interface defines settings about different background previews. This interface should be merged withIPreferencesin 2.0 -
PreferenceSettingsnow also implementsIPreviewBubblePreferenceandIBackgroundPreviewPreference -
Dynamo.Wpf.ViewModels.Watch3D.IWatchPreferencePropertiesis added which defines a background preview name used to store the background preview state (on or off) for background preview preferences. -
DefaultWatch3DViewModelnow also implementsIWatchPreferenceProperties
- The
ITransformableinterface has been introduced, this interface can be applied to a render package implemenation to provide users of those render packages with the ability to transform their geometry inside the visualization pipeline. For example,HelixRenderPackgeas part of Dynamo Studio can make use of Transforms that a node author sets duringtessellation. Note: this API is still in development and is a new addition post Dynamo 1.0, currently it requires using reflection to make sure it exists to avoid breaking backward compatibility with Dynamo 1.0. see this entry for more information: here
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