From e239c2bb0b580dd7bc9d4b69d62017e9fb2f3277 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Apr 2021 18:49:32 +0200 Subject: [PATCH] added pre-set applications back to default --- .../defaults/project_anatomy/attributes.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/openpype/settings/defaults/project_anatomy/attributes.json b/openpype/settings/defaults/project_anatomy/attributes.json index 1d16be42c5..987021f25b 100644 --- a/openpype/settings/defaults/project_anatomy/attributes.json +++ b/openpype/settings/defaults/project_anatomy/attributes.json @@ -9,6 +9,18 @@ "resolutionWidth": 1920, "resolutionHeight": 1080, "pixelAspect": 1.0, - "applications": [], + "applications": [ + "maya_2020", + "nuke_12-2", + "nukex_12-2", + "hiero_12-2", + "resolve_16", + "houdini_18-5", + "blender_2-90", + "harmony_20", + "photoshop_2021", + "aftereffects_2021", + "unreal_4-24" + ], "tools_env": [] } \ No newline at end of file