Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3120 from pypeclub/bugfix/OP-3151_nuke-workfile-b…
Browse files Browse the repository at this point in the history
…uilder-wrong-defaults-in-settings

Nuke: fixing default settings for workfile builder loaders
  • Loading branch information
jakubjezek001 authored May 2, 2022
2 parents fc55ad3 + 7504f27 commit c33be57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions openpype/settings/defaults/project_settings/nuke.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,12 @@
"repre_names": [
"exr",
"dpx",
"mov"
"mov",
"mp4",
"h264"
],
"loaders": [
"LoadSequence",
"LoadMov"
"LoadClip"
]
}
],
Expand Down

0 comments on commit c33be57

Please sign in to comment.