mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🚨 fix hound 🐶
This commit is contained in:
parent
2a2326971a
commit
87584b5f49
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue