Skip to content

3.25.1

Choose a tag to compare

@fernandotonon fernandotonon released this 30 Jul 13:44

QtMeshEditor 3.25.1

Hotfix for Performance Capture webcam access on Linux Snap (3.25.0 regression).

Bugfix: mocap camera enumeration on Linux Snap (#927 follow-up)

On modern Linux desktops, Qt 6 Multimedia uses PipeWire to list webcams (libpipewire-0.3 is loaded at runtime). The 3.25.0 Snap shipped the FFmpeg multimedia plugin but not the PipeWire client library, so startup logged:

qt.multimedia.symbolsresolver: Couldn't load pipewire-0.3 library

and Performance Capture showed no camera available even after snap connect qtmesheditor:camera.

This release:

  • Bundles libpipewire-0.3.so.0 in the Linux .deb / Snap
  • Adds the Snap audio-record plug (PipeWire client socket access)
  • Updates mocap hints and docs/MOCAP.md

After upgrading (Snap)

One-time setup — both interfaces are required:

sudo snap refresh qtmesheditor
snap connect qtmesheditor:camera
snap connect qtmesheditor:audio-record

Then restart QtMeshEditor and try Animation Mode → Performance Capture → Preview again.


Install: Releases · Windows · macOS · Linux .deb · Snap

Includes all features from 3.25.0 (Paint v2 layers/stamps, PartOps explode/join, segmentation split cleanup).