🚨 fix hound 🐶

This commit is contained in:
Ondřej Samohel 2022-10-06 16:34:19 +02:00
parent 2a2326971a
commit 87584b5f49
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -57,8 +57,9 @@ class MayaPluginInfo:
RenderLayer = attr.ib(default=None) # Render only this layer
Renderer = attr.ib(default=None)
ProjectPath = attr.ib(default=None) # Resolve relative references
# Include all lights flag
RenderSetupIncludeLights = attr.ib(
default="1", validator=_validate_deadline_bool_value) # Include all lights flag
default="1", validator=_validate_deadline_bool_value)
@attr.s