mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
hound
This commit is contained in:
parent
04f9d4caaa
commit
746e34aa55
1 changed files with 1 additions and 2 deletions
|
|
@ -60,8 +60,7 @@ class ExtractThumbnail(publish.Extractor):
|
|||
"displayFilmPivot": False,
|
||||
"displayFilmOrigin": False,
|
||||
"overscan": 1.0,
|
||||
"depthOfField": cmds.getAttr(
|
||||
"{0}.depthOfField".format(camera))
|
||||
"depthOfField": cmds.getAttr("{0}.depthOfField".format(camera)), # noqa
|
||||
}
|
||||
)
|
||||
path = lib.playblast_capture(preset, instance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue