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
diff options
context:
space:
mode:
authorFabien Servant @ TCS <100348063+servantftechnicolor@users.noreply.github.com>2022-10-19 19:35:04 +0300
committerGitHub <noreply@github.com>2022-10-19 19:35:04 +0300
commit84e6bdb8697052bc49e50ff1e0439198a92fec4b (patch)
tree2850ffc27b2a1dbf845ba69b9ebc9c2817292301
parente158917a425e62309e965fa84fc1875e7ca9fe18 (diff)
Update startup script for ion
Add ALICEVISION_ROOT to env in startup script
-rw-r--r--bin/ion_start_meshroom.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ion_start_meshroom.sh b/bin/ion_start_meshroom.sh
index 61b80797..5215e054 100644
--- a/bin/ion_start_meshroom.sh
+++ b/bin/ion_start_meshroom.sh
@@ -6,5 +6,6 @@ PATH_PLUGIN_TRUE=`readlink -f $PATH_PLUGIN`/../
export QML2_IMPORT_PATH=$PATH_QML_TRUE:$QML2_IMPORT_PATH
export QT_PLUGIN_PATH=$PATH_PLUGIN_TRUE:$QT_PLUGIN_PATH
+export ALICEVISION_ROOT=${ION_CONTAINER_ROOT}/base
python ${ION_CONTAINER_ROOT}/base/meshroom/meshroom/ui