-
Notifications
You must be signed in to change notification settings - Fork 99
4.x Version History
Andreas Dieckmann edited this page Mar 1, 2026
·
3 revisions
(not yet released)
Migrated v3.4.0 from CPython to PythonNet.
That means that this package is not compatible with Revit versions below 2025 and Dynamo versions below 3.x.
Affected nodes:
- ...
- All nodes checked against Revit 2027 / Dynamo 4 - made changes to the following nodes:
- ...
- ...
- Code-breaking changes:
- BuiltInCategory.FromInput now returns the built-in category again (not a string)
- Removed code for Revit versions prior to Revit 2025 from the following nodes:
- All Elements of FamilyType+
- All Families of Category
- Category.SubCategories
- Document.BuiltInCategories
- Document.ProjectParameters
- Document.ProjectParametersByCategory
- Element.AllInstances
- Element.AllInstancesAtLevel
- Element.AllViewDependentInstances
- Element.Category+
- Element.Geometry+
- Element.ID+
- Element.Level
- Group.IsMirrored
- ParameterFilterElement.FilterRuleString
- ParameterFilterElement.Parameters
- Room.Finishes
- ScheduleField.Parameter
- Rewrote more nodes in an ongoing effort to get rid of nested custom nodes (mostly TurnIntoList & ReturnListOrSingleValue nodes):
- ...
- Miscellaneous changes:
- ...
- The following nodes were removed:
- ...
- See https://github.com/andydandy74/ClockworkForDynamo/wiki/Deprecated-Nodes-&-Packages#clockwork-for-dynamo-4x for more information.