-
Notifications
You must be signed in to change notification settings - Fork 636
API Changes in Dynamo 2.9
aparajit-pratap edited this page Nov 17, 2020
·
2 revisions
- Port (function parameter) names
str
updated tostring
,c
updated tocolor
,args
updated toarguments
,obj
updated toobject
for Dynamo OOTB nodes -
IntegerSlider
class for Integer Slider nodes has been deprecated in favor of a newIntegerSlider64Bit
class that supports 64-bit integers for the Integer Slider node. This is backwards compatible where IntegerSlider nodes from older JSON graphs will still open and function as 64-bit nodes and the new 64-bit node will save as the old node so that they can be used in older Dynamo versions. Note that however, any external code that checks for theIntegerSlider
class name in a live graph could fail as it will now deserialize as anIntegerSlider64Bit
class in Dynamo.
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