-
-
Notifications
You must be signed in to change notification settings - Fork 74
Release Notes 0.5
New Feature
- Add support for MacOS
Bug Fix
- Fix axial alignment redundancy handling
FreeCAD LinkStage3
-
Introduce new
LinkScrop::Hidden
and the associatedPropertyLinkHidden
,PropertyLinkSubHidden
, etc. The hidden links are not included in dependency calculation, but still have all the benefits of auto link tear down when linked object are deleted, and more importantly auto geometry reference update. One example use case is the newColoredElement
property inPart::Feature
that stores the geometry reference for color override. ThisPropertyLinkSubHidden
property links to the object itself. -
Enhanced Topological Naming support for tracing element evolving history.
-
Complete support of new topological naming in
PartDesign
workbench -
Support element color mapping in
PartGui::ViewProviderPartExt
derived view providers, includingPartDesign
objects.