diff --git a/meshroom/core/plugins.py b/meshroom/core/plugins.py index e4dc3f2d..8d790c17 100644 --- a/meshroom/core/plugins.py +++ b/meshroom/core/plugins.py @@ -368,6 +368,11 @@ class NodePlugin(BaseObject): return self.plugin.processEnv return None + @property + def runtimeEnv(self) -> dict: + """ Return the environment dictionary for the runtime. """ + return self.processEnv.getEnvDict() + class NodePluginManager(BaseObject): """