mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
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:
parent
791dd3ee6e
commit
4fa079c312
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue