Skip to content

Konjugate v0.5.11: Node Rotate, Scale, and a Visual Examples Browser

Choose a tag to compare

@github-actions github-actions released this 17 Aug 04:36
· 75 commits to master since this release

Highlights

  • Rotate and scale nodes directly on the canvas — new Rotate and Scale toolbar tools sit alongside the existing Move tool, each constrained to a precise axis via the same gizmo interaction. Precise numeric rotation/scale fields were also added to the node editor's Appearance tab, for exact values instead of eyeballing a drag.
  • Uniform scaling — hold Shift while dragging any scale handle (a single axis or a two-axis corner) to scale a node evenly in all three directions at once.
  • Group rotate — rotating a multi-node selection now revolves every other selected node around the pivot as a rigid body, instead of each node just spinning in place around its own centre.
  • Pose Visualizer respects editor transforms — a node's canvas-authored rotation and scale now carry over into the Pose Visualizer add-on when "Editor shapes" is enabled, composing correctly with the live simulated pose.
  • Examples Explorer — the old text dropdown for bundled example projects is now a searchable dialog with domain filters, a thumbnail grid, and a detail preview pane.
  • User shape library — shapes uploaded via "Import file" (STL/STEP) are now automatically saved into a personal shape library alongside the bundled one, for reuse across projects.

Fixes

  • Long equations in example guides (e.g. the Four Bar Linkage's Rod X equation) no longer hide their left-most portion when scrolled.

Also in this release

  • macOS release builds now cover both Apple Silicon and Intel Macs.