Revert message back to a warning

This commit is contained in:
Roy Nieterau 2022-09-09 14:13:36 +02:00
parent dc2d6e59a4
commit dfb0677971

View file

@ -269,7 +269,8 @@ class ValidateRenderSettings(pyblish.api.InstancePlugin):
nodes = cmds.ls(type=node_type)
if not nodes:
cls.log.info("No nodes of type '{}' found.".format(node_type))
cls.log.warning(
"No nodes of type '{}' found.".format(node_type))
continue
for node in nodes: