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