Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-16[setup] add all scripts in bin/ as executablesChemicalXandco
2021-02-25[bin] rename meshroom_photogrammetry as meshroom_batchFabien Castan
2020-10-09[install] Minor update to setup.pyFabien Castan
2020-09-09[setup] add optional modulesFabien Castan
2020-03-16make comment clearerChemicalXandco
2020-03-11fix sketchfab upload node not working in buildChemicalXandco
2019-08-21[cxFreeze] bundle more context filesdev/submitterFabien Castan
2019-02-27[bin] use sys.exit + build meshroom_compute executableYann Lanthony
* cx_Freeze removes builtin 'exit' function, use sys.exit in executables instead * build: generate an executable for "meshroom_compute"
2018-08-08[setup] init LD_LIBRARY_PATH in cx_FreezeFabien Castan
As it cannot be modified later in python.
2018-08-06[setup] tweak included system libs on LinuxYann Lanthony
based on https://github.com/Ultimaker/cura-build/blob/master/packaging/setup_linux.py.in + add root "lib" folder to the LD_LIBRARY_PATH
2018-08-06[setup] add PlatformExecutable to handle variations between platformsYann Lanthony
2018-08-03[setup] make meshroom_photogrammetry an ExecutableYann Lanthony
provides a command line tool to launch the photogrammetry pipeline
2018-08-03[ui] add "About" dialogYann Lanthony
Accessible from main menu Help > About Meshroom, or by pressing "F1". Provides info about Meshroom version + useful links and related Open Source Licenses. * load COPYING.md from Meshroom/AliceVision files (either provided with the standalone package or online) + translate them to HTML for display (added `markdown` package in requirements) * request.js: centralize function to open file urls * provide system info from MeshroomApp (exposed as contextProperty)
2018-08-03[setup] update COPYING.md and include it in build_exeYann Lanthony
* add Python, Pyside2 and Qt plugins
2018-08-03[setup] get correct Meshroom version + add 'cx_Freeze' to setup_requiresYann Lanthony
2018-08-03[setup] add ".ico" for Meshroom executable (Windows)Yann Lanthony
+ small rewrite of executable customization per platform
2018-06-08[setup] use cx_Freeze to package applicationYann Lanthony
2017-10-06[setup.py] fix typo in requirementsYann Lanthony
2017-09-25[setup.py] remove extra 'pytest'Yann Lanthony
2017-09-19add setup.py + switch to pytestYann Lanthony
* pytest: more modern and easy-to-use testing framework