mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
5 lines
114 B
Python
5 lines
114 B
Python
import os
|
|
|
|
from meshroom.core import loadAllNodes
|
|
|
|
loadAllNodes(os.path.join(os.path.dirname(__file__), "nodes"))
|