mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 20:31:56 +02:00
[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:
parent
c0c28b5dcf
commit
b8730324c7
6 changed files with 98 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
|||
#!/usr/bin/env python
|
||||
import argparse
|
||||
|
||||
import meshroom
|
||||
meshroom.setupEnvironment()
|
||||
|
||||
import meshroom.core.graph
|
||||
from meshroom.core.node import Status
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue