Skip to content

3.x Version History

Andreas Dieckmann edited this page Oct 23, 2024 · 26 revisions

3.2.0

(not yet released)

New nodes:

  • ...

Revit version compatibility:

  • All nodes checked against Revit 2025.2 / Dynamo 3.2 - made changes to the following nodes:
    • AlmostZero
    • Booleans.CountBlocks
    • CustomNode.Properties
    • Document.ProjectParameters
    • Document.ProjectParametersByCategory
    • Document.SaveAs
    • Element.Name+
    • FamilyParameter.Properties
    • RevitLinkType.Reload

CPython migration

The following nodes containing Python code were migrated to CPython:

  • ...

Changes

  • Code-breaking changes:
    • Document.ProjectParameters no longer has a unitType output
    • Document.ProjectParametersByCategory no longer has a unitType output
  • Removed code for Revit versions prior to Revit 2022. Affected nodes:
    • ...
  • Room.AtPointInPhase now works for linked models as well
  • Room.UnplacedByNameAndNumber will now replace illegal characters in room names and numbers

Bug fixes:

  • Schema.Fields will now return an empty list (instead of failing entirely) when processing a schema with insufficient access rights

Deprecation:

Older versions:

Clone this wiki locally