mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed clip out and frame end back to previous value
This commit is contained in:
parent
a7c0c70129
commit
05b05f0039
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue