-
Notifications
You must be signed in to change notification settings - Fork 636
API Changes in Dynamo 1.1
Martin Misol Monzo edited this page Jun 9, 2020
·
4 revisions
-
Dynamo.Models.DynamoModel
addedIStartConfiguration2
derived fromIStartConfiguration
. It contains a single propertyIsHeadless
. If the object passed toDynamoModel.Start
is derived from this new interface, and theIsHeadless
property istrue
, then update checking and analytics are disabled. This interface should be merged withIStartConfiguration
in 2.0 -
Dynamo.Interfaces.IPreviewBubblePreference
is added, this interface defines a single bool representing if preview bubbles should be on or off. This interface should be merged withIPreferences
in 2.0 -
Dynamo.Interfaces.IBackgroundPreviewPreference
is added, this interface defines settings about different background previews. This interface should be merged withIPreferences
in 2.0 -
PreferenceSettings
now also implementsIPreviewBubblePreference
andIBackgroundPreviewPreference
-
Dynamo.Wpf.ViewModels.Watch3D.IWatchPreferenceProperties
is added which defines a background preview name used to store the background preview state (on or off) for background preview preferences. -
DefaultWatch3DViewModel
now also implementsIWatchPreferenceProperties
- The
ITransformable
interface 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,HelixRenderPackge
as 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