Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.06 KB

Release-Notes-0.5.md

File metadata and controls

28 lines (18 loc) · 1.06 KB

New Feature

  • Add support for MacOS

Bug Fix

  • Fix axial alignment redundancy handling

FreeCAD LinkStage3

  • Introduce new LinkScrop::Hidden and the associated PropertyLinkHidden, 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 new ColoredElement property in Part::Feature that stores the geometry reference for color override. This PropertyLinkSubHidden property links to the object itself.

  • Enhanced [[Topological Naming|Topological-Naming-Algorithm]] support for tracing element evolving [[history|Topological-Naming-Algorithm#trace-model-history]].

  • Complete support of new topological naming in PartDesign workbench

  • Support element color mapping in PartGui::ViewProviderPartExt derived view providers, including PartDesign objects.

    [[images/partdesign-color.gif]]