mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Improve logging message to end user
- Previously only the slightly more complex node name was logged
This commit is contained in:
parent
488c0000da
commit
07e2f35c96
1 changed files with 2 additions and 1 deletions
|
|
@ -119,8 +119,9 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
continue
|
||||
|
||||
expected_layer_name = match.group(1)
|
||||
self.log.info("Processing '{}' as layer [ {} ]"
|
||||
"".format(layer, expected_layer_name))
|
||||
|
||||
self.log.info("processing %s" % layer)
|
||||
# check if layer is part of renderSetup
|
||||
if expected_layer_name not in maya_render_layers:
|
||||
msg = "Render layer [ {} ] is not in " "Render Setup".format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue