mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Depth of field is already preserved from camera by generate_capture_preset
This commit is contained in:
parent
82e5e6bcde
commit
208e3f1654
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ class ExtractThumbnail(publish.Extractor):
|
|||
"displayFilmPivot": False,
|
||||
"displayFilmOrigin": False,
|
||||
"overscan": 1.0,
|
||||
"depthOfField": cmds.getAttr("{0}.depthOfField".format(camera)), # noqa
|
||||
}
|
||||
)
|
||||
path = lib.render_capture_preset(preset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue