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

Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
This commit is contained in:
Toke Jepsen 2023-06-05 15:42:06 +01:00 committed by GitHub
parent 791dd3ee6e
commit 4fa079c312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,6 @@ class CollectArnoldSceneSource(pyblish.api.InstancePlugin):
camera = node
instance.data["camera"] = camera
else:
self.log.debug("No renderable cameraes found.")
self.log.debug("No renderable cameras found.")
self.log.debug("data: {}".format(instance.data))