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

Commit

Permalink
added settings for new validator which is turned off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 21, 2021
1 parent 2b38639 commit 4e9ee04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openpype/settings/defaults/project_settings/tvpaint.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"optional": true,
"active": true
},
"ValidateStartFrame": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateAssetName": {
"enabled": true,
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"key": "ValidateStartFrame",
"label": "Validate Scene Start Frame",
"docstring": "Validate first frame of scene is set to '0'."
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
Expand Down

0 comments on commit 4e9ee04

Please sign in to comment.