Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
OP-6360 - update defaults for Ayon
Browse files Browse the repository at this point in the history
Changes to Ayon settings should also bump up version of addon.
  • Loading branch information
kalisp committed Aug 11, 2023
1 parent 96cafd1 commit 4391b25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server_addon/maya/server/settings/publishers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ class PublishersModel(BaseSettingsModel):
},
"ValidateCameraContents": {
"enabled": True,
"optional": False,
"optional": True,
"validate_shapes": True
},
"ExtractPlayblast": DEFAULT_PLAYBLAST_SETTING,
Expand Down
2 changes: 1 addition & 1 deletion server_addon/maya/server/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring addon version."""
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 4391b25

Please sign in to comment.