Skip to content

MacOS compatibilitly for the Converter Tool #11

@ChristopherRemde

Description

@ChristopherRemde

Currently, the Converter tool is only builded for, and only runs on Windows.

#10 makes it possible to run the Converter on MacOS, but without texture conversion support. We'd need to swap the existing windows-only texture conversion libraries with platform-independent ones.

Right now, the Converter Tool also can't be built because of: pyinstaller/pyinstaller#9335
When this issue is fixed, a MacOS build can be done with:

pyinstaller Sequence_Converter_UI.py --collect-all=pymeshlab --collect-all=numpy --icon=resources/logo.icns --windowed

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions