Skip to content

3.x Version History

Andreas Dieckmann edited this page Oct 28, 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

Migrated v2.12.2 from IronPython to CPython. Of the 289 nodes containing Python code the following had to be changed:

  • ...

Changes

  • Code-breaking changes:
    • Document.ProjectParameters no longer has a unitType output
    • Document.ProjectParametersByCategory no longer has a unitType output
    • Document.UnitTypes no longer has any doc or toggle inputs
  • Removed code for Revit versions prior to Revit 2022. Affected nodes:
    • All Intersecting Elements Of Category By BoundingBox
    • Application.BasicFileInfo
    • Application.Version
    • DetailComponent.ByCurve
    • DisplayUnit.ToInternalUnit
    • Document.ProjectParameters
    • Document.ProjectParametersByCategory
    • Document.ProjectPosition
    • Document.UnitTypes
    • Element.Area
    • Element.DependentElements
    • Element.Materials+
    • FamilyParameter.GetValueByFamilyType
    • FamilyParameter.Properties
    • FamilyType.CompoundStructureLayers
    • FamilyType.SetCompoundLayerWidth
    • InternalUnit.ToDisplayUnit
    • Level.Views
    • ParameterFilterElement.Parameters
    • ParameterFilterElement.FilterRuleString
    • PlanView.Underlay
    • Room.Boundaries
    • Room.Finishes
    • SchemaField.Properties
    • UnitType.DisplayUnitType
    • View.CategoryIsVisible
  • Document.UnitTypes now has an additional output that returns the ForgeTypeId as a string
  • Room.AtPointInPhase now works for linked models as well
  • Room.UnplacedByNameAndNumber will now replace illegal characters in room names and numbers

Deprecation:

Older versions:

Clone this wiki locally