Depth of field is already preserved from camera by generate_capture_preset

This commit is contained in:
Roy Nieterau 2023-12-20 23:18:19 +01:00
parent 82e5e6bcde
commit 208e3f1654

View file

@ -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)