mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
parent
51a9d6b73c
commit
a6d5b23fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue