-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Assignees
Labels
enhancementNew feature or requestNew feature or request