From 61b684da24216a3e078ec24aebe609182753ae13 Mon Sep 17 00:00:00 2001 From: Cyprien CAILLOT Date: Wed, 11 Sep 2024 11:56:40 +0200 Subject: [PATCH] Enhancement: Add tools_env to data context entities --- openpype/plugins/publish/collect_context_entities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/plugins/publish/collect_context_entities.py b/openpype/plugins/publish/collect_context_entities.py index 4e42c0c727d..b130eec0be9 100644 --- a/openpype/plugins/publish/collect_context_entities.py +++ b/openpype/plugins/publish/collect_context_entities.py @@ -85,4 +85,4 @@ def process(self, context): context.data["fps"] = data["fps"] - context.data["tools_env"] = data.get("tools_env", []) \ No newline at end of file + context.data["tools_env"] = data.get("tools_env", [])