mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #3120 from pypeclub/bugfix/OP-3151_nuke-workfile-builder-wrong-defaults-in-settings
Nuke: fixing default settings for workfile builder loaders
This commit is contained in:
commit
c33be571fd
1 changed files with 4 additions and 3 deletions
|
|
@ -220,11 +220,12 @@
|
|||
"repre_names": [
|
||||
"exr",
|
||||
"dpx",
|
||||
"mov"
|
||||
"mov",
|
||||
"mp4",
|
||||
"h264"
|
||||
],
|
||||
"loaders": [
|
||||
"LoadSequence",
|
||||
"LoadMov"
|
||||
"LoadClip"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue