-
Notifications
You must be signed in to change notification settings - Fork 96
3.x Version History
Andreas Dieckmann edited this page Oct 23, 2024
·
26 revisions
(not yet released)
- ...
- 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
The following nodes containing Python code were migrated to CPython:
- ...
- 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
- Schema.Fields will now return an empty list (instead of failing entirely) when processing a schema with insufficient access rights
- The following nodes were removed:
- Booleans.AnyFalse
- Booleans.AnyTrue
- Sheet.Schedules
- View.Direction
- View.Scale
- View.TemporarilyIsolateElement
- See https://github.com/andydandy74/ClockworkForDynamo/wiki/Deprecated-Nodes-&-Packages#clockwork-for-dynamo-3x for more information.