Update openpype/hosts/maya/plugins/publish/collect_arnold_scene_source.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Toke Jepsen 2023-06-05 15:13:37 +01:00 committed by GitHub
parent 51a9d6b73c
commit a6d5b23fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ class CollectArnoldSceneSource(pyblish.api.InstancePlugin):
renderable = [c for c in cameras if cmds.getAttr("%s.renderable" % c)]
if not renderable:
raise ValueError(
"No renderable cameraes found, which is required for "
"No renderable cameras found, which is required for "
"publishing ASS."
)
camera = renderable[0]