Skip to content

Commit

Permalink
Merge pull request #481 from ynput/enhancement/AY-1001_validate-rende…
Browse files Browse the repository at this point in the history
…r-settings-optional

Add default value for #474
  • Loading branch information
antirotor authored May 3, 2024
2 parents aa9842c + 6a6f9a4 commit 25c9481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server_addon/maya/server/settings/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ class PublishersModel(BaseSettingsModel):
},
"ValidateRenderSettings": {
"enabled": True,
"active": True,
"optional": False,
"arnold_render_attributes": [],
"vray_render_attributes": [],
Expand Down

0 comments on commit 25c9481

Please sign in to comment.