Skip to content

API Changes in Dynamo 2.9

aparajit-pratap edited this page Nov 17, 2020 · 2 revisions

DSCoreNodes

  • Port (function parameter) names str updated to string, c updated to color, args updated to arguments, obj updated to object for Dynamo OOTB nodes
  • IntegerSlider class for Integer Slider nodes has been deprecated in favor of a new IntegerSlider64Bit 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 the IntegerSlider class name in a live graph could fail as it will now deserialize as an IntegerSlider64Bit class in Dynamo.

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally