From 0de8a1ddb3e05480465c4dff5dfd5fcb36636e8a Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Wed, 2 Dec 2020 21:18:02 +0100 Subject: [PATCH] remove old default --- .../defaults/project_settings/attributes.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 pype/settings/defaults/project_settings/attributes.json diff --git a/pype/settings/defaults/project_settings/attributes.json b/pype/settings/defaults/project_settings/attributes.json deleted file mode 100644 index df586c105a..0000000000 --- a/pype/settings/defaults/project_settings/attributes.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "fps": 25, - "frameStart": 1001, - "frameEnd": 1001, - "clipIn": 1, - "clipOut": 1, - "handleStart": 0, - "handleEnd": 0, - "resolutionWidth": 1920, - "resolutionHeight": 1080, - "pixelAspect": 1, - "applications": [ - "maya_2019", - "nuke_12.2" - ] -} \ No newline at end of file