debug message

This commit is contained in:
Kayla Man 2023-10-31 16:10:22 +08:00
parent 33a21674c5
commit ce80ca2397

View file

@ -72,6 +72,8 @@ class ValidateAttributes(OptionalPyblishPluginMixin,
if not rt.Execute(f"isValidValue {object_name}"):
# Skip checking if the node does not
# exist in MaxWrapper Class
cls.log.debug(f"Unable to find '{object_name}'."
f" Skipping validation of attributes")
continue
for property_name, value in required_properties.items():