Commit graph

44 commits

Author SHA1 Message Date
Candice Bentéjac
5e98c9427b Update current version from "2024.1.0" to "2025.1.0" 2025-01-06 16:05:19 +01:00
Candice Bentéjac
b65197e23e [qt6] Set the RHI backend to "opengl" 2024-11-07 18:09:06 +01:00
Candice Bentéjac
41e885d9ff Linting: Clean-up files 2024-09-12 10:50:13 +02:00
Fabien Servant @ TCS
98780160aa Ion version retrieval 2024-07-16 14:36:31 +02:00
Candice Bentéjac
4046e97e4c Set QML_XHR_ALLOW_FILE_WRITE to 1 2024-07-03 08:40:25 +01:00
Aurore LAFAURIE
cc2099534b [ui] Use of pyseq for getting sequences
[ui] To squash
2024-06-20 11:54:30 +02:00
Candice Bentéjac
8210187621 [release] Update version to "2024.1.0" and to "develop" status 2023-12-11 11:28:29 +00:00
Candice Bentéjac
813878df9c [release] Update version 2023.3 status to "release" 2023-12-07 11:30:50 +01:00
Loïc Vital
5a1d94ff5a
Merge pull request #2090 from alicevision/build/semanticSegmentationModel
Set `ALICEVISION_SEMANTIC_SEGMENTATION_MODEL` variable during the initialisation
2023-07-11 16:23:48 +02:00
Candice Bentéjac
8c2a7bba0f Qt5.15: Force QML_XHR_ALLOW_FILE_READ environment variable to 1
Setting this variable allows to keep on using "GET" on local files
with XMLHttpRequest.
2023-07-04 11:59:36 +02:00
Candice Bentéjac
86f143c67e Set ALICEVISION_SEMANTIC_SEGMENTATION_MODEL variable 2023-06-29 14:22:58 +02:00
Candice Bentéjac
a6ac0bcf49 [release] Update version to "2023.3.0" and to "develop" status 2023-06-26 19:33:52 +02:00
Candice Bentéjac
123a12591e [release] Update version status to "release" for 2023.2 2023-06-26 15:03:54 +02:00
Candice Bentéjac
b8b65688e6 Set ALICEVISION_SPHERE_DETECTION_MODEL variable
The `ALICEVISION_SPHERE_DETECTION` variable needs to be declared and set
using the installation path. If it is not, no node using it will be able
to work unless the users set this environment variable on their own.
2023-06-26 12:01:39 +02:00
Fabien Castan
65b3d87ce9
Start Development Version 2023.2.0 2023-04-03 21:56:57 +02:00
Fabien Castan
6f27192946 [core] set ALICEVISION_ROOT on frozen install 2023-03-27 13:57:54 +02:00
Fabien Castan
8ef216eefe [core] add some log on init paths 2023-03-27 13:57:54 +02:00
Fabien Castan
3a36cb7d86 [core] option to change verbose level from env variable
This allows to change the verbose level from the early import step to
enable verbosity on init code.
2023-03-27 13:57:54 +02:00
Fabien Castan
5943c68a93 [release] Release version 2023.1.0 and update version label/status
Add new version status: release/develop
Update version label in develop status with explicit branch and
packaging versions labels
2023-03-27 13:57:53 +02:00
Loïc Vital
b2db98f128 [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
Fabien Castan
2b0b119b73 Update meshroom version to 2021.1.0 2021-02-26 00:52:50 +01:00
Fabien Castan
1102ce84e0 Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
Conflicts:
	meshroom/core/graph.py
	meshroom/ui/qml/main.qml
2020-12-01 20:02:43 +01:00
Fabien Castan
fc28636f5c [release] Update version to 2020.1.1
Update changelog
2020-10-14 00:43:42 +02:00
Fabien Castan
c144ec1ded [release] Update software version to 2020.1.0 2020-10-09 00:27:19 +02:00
Julien-Haudegond
68162e16a4 [root] fix add env to path 2020-08-11 11:31:24 +02:00
Fabien Castan
7f84097c24 [core] Option to make chunks optional 2020-02-05 12:35:59 +01:00
Yann Lanthony
1fce38a128 [release] Update Meshroom version to 2019.2.0 2019-08-12 19:10:27 +02:00
Yann Lanthony
ff70b0bcd3
[setup] add 'ALICEVISION_BIN_PATH' env. var to path
Enables to add AliceVision binaries folder to path (without having to manipulate PATH) using ALICEVISION_BIN_PATH.
2019-06-26 12:57:30 +02:00
Fabien Castan
81e372a6c0
[packaging] avoid trailing characters in version_name 2019-06-17 13:07:32 +02:00
Yann Lanthony
a85b4660ce
[packaging] dissociate meshroom.__version__ / __version_name__
Introduce meshroom.__version_name__ variable in order not to modify meshroom.__version__ and use this as displayed application version. 
meshroom.__version__ is stored in scene files and used when making a package and should not contain anything other than major.minor.micro information.
2019-06-17 12:46:26 +02:00
Fabien Castan
6fc1f09aed [core] Add git branch name in version name
During development the git branch will be added to the version name. In releases, as there is no git repository included, the __version__ will not be modified.
2019-06-06 13:05:34 +02:00
Fabien Castan
c2382c1960 Release 2019.1.0 2019-02-27 19:21:12 +01:00
Fabien Castan
6e6114ca83 Allow version override from env variable 2019-01-31 16:01:05 +01:00
Yann Lanthony
6cd0522183 Release 2018.1.0
First release of Meshroom, based on AliceVision 2.0.0.
2018-08-09 17:32:49 +02:00
Yann Lanthony
14780157c5 [setup] fix default filenames in frozen configuration
* voctree: missing SIFT descriptor type
* missing "aliceVision" folder for AliceVision COPYING.md
2018-08-09 17:29:48 +02:00
Fabien Castan
5bf62502f7 [setup] init LD_LIBRARY_PATH in cx_Freeze
As it cannot be modified later in python.
2018-08-08 16:36:31 +00:00
Fabien Castan
c073b766ae [setup] minor update of the AliceVision docker 2018-08-08 14:15:11 +02:00
Fabien Castan
7aae234b02 [setup] add aliceVision lib64 folder to LD_LIBRARY_PATH 2018-08-07 21:29:02 +02:00
Yann Lanthony
a05030f7fc [setup] tweak included system libs on Linux
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 20:27:11 +02:00
Yann Lanthony
b8730324c7 [setup] add 'setupEnvironment' for setting-up standalone configuration
* setup environment vars to work in a prebuilt, standalone configuration
* call 'setupEnvironment' at the beginning of executables
2018-08-03 17:24:04 +02:00
Yann Lanthony
e776d99944 [meshroom] add initial version 2018.1 2018-07-19 13:50:45 +02:00
Yann Lanthony
6c3c50048a [misc] fix indentation 2017-10-20 14:56:14 +02:00
Fabien Castan
931ad23f50 Add explicit backend between standalone and pyside 2017-10-16 12:23:59 +02:00
Yann Lanthony
7488de782c reorder modules and packages
* meshroom package at root
* use pep8 recommandation for import orders
2017-09-19 11:38:28 +02:00
Renamed from nodes/__init__.py (Browse further)