v0.53.0
Changed
- Breaking:
- Move axes to std constants; move helix, revolve, and mirror2d to be declared in KCL
- Change unit conversion functions to operate on input rather than return a conversion factor
- KCL:
angledLine
now uses keyword arguments, andangledLineTo
has been removed. - KCL:
tangentialArc
now uses keyword arguments, andtangentialArcTo
has been removed.
- Rename the app to Zoo Design Studio. If your app didn't automatically reopen after updating, this is why!
- Change default project name to 'untitled'
- Remove the camera projection toggle from the UI
- Disable all automatic "zoom-to-fit" workflows. We no longer take control of users camera when re-executing
Added
- Traditional menu actions in desktop application. This is our first pass so give us feedback! Different menu sets on home and modeling views
- Last-used tool shows as primary button in toolbar dropdowns
- "Create share link" added to left sidebar actions
- KCL:
extrude
andrevolve
can now be bidirectional
Fixed
- Comments don't disappear now when splitting up sketch pipelines for multi-profile sketches
- Sketching on a
mirror2d
thats been extruded fixed! - Fix unclickable state while opening share link in browser
- Fix to not filter out empty modules from the Feature Tree
- Improve hovers for KCL standard library functions
- Toolbar UX fixes
- Formatting now inserts a newline between block comments and attributes, preventing bugs
Full Changelog: v0.52.0...v0.53.0