From 05b05f0039417b34252e201a07c1d1757d9e54e4 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 13 Apr 2021 16:18:21 +0200 Subject: [PATCH] changed clip out and frame end back to previous value --- openpype/settings/defaults/project_anatomy/attributes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/settings/defaults/project_anatomy/attributes.json b/openpype/settings/defaults/project_anatomy/attributes.json index be271f4970..1d16be42c5 100644 --- a/openpype/settings/defaults/project_anatomy/attributes.json +++ b/openpype/settings/defaults/project_anatomy/attributes.json @@ -1,9 +1,9 @@ { "fps": 25.0, "frameStart": 1001, - "frameEnd": 1025, + "frameEnd": 1001, "clipIn": 1, - "clipOut": 25, + "clipOut": 1, "handleStart": 0, "handleEnd": 0, "resolutionWidth": 1920,