From 729af899723071b64b3fd4337c714a63d7977911 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Apr 2021 15:35:10 +0200 Subject: [PATCH] removed applications from default settings --- .../defaults/project_anatomy/attributes.json | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/openpype/settings/defaults/project_anatomy/attributes.json b/openpype/settings/defaults/project_anatomy/attributes.json index 987021f25b..be271f4970 100644 --- a/openpype/settings/defaults/project_anatomy/attributes.json +++ b/openpype/settings/defaults/project_anatomy/attributes.json @@ -1,26 +1,14 @@ { "fps": 25.0, "frameStart": 1001, - "frameEnd": 1001, + "frameEnd": 1025, "clipIn": 1, - "clipOut": 1, + "clipOut": 25, "handleStart": 0, "handleEnd": 0, "resolutionWidth": 1920, "resolutionHeight": 1080, "pixelAspect": 1.0, - "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" - ], + "applications": [], "tools_env": [] } \ No newline at end of file