[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
This commit is contained in:
Yann Lanthony 2018-08-01 19:40:37 +02:00
parent c0c28b5dcf
commit b8730324c7
6 changed files with 98 additions and 5 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env python
import argparse
import meshroom
meshroom.setupEnvironment()
import meshroom.core.graph
from meshroom.core.node import Status