mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Simplify regex for "beauty" pass
Simplifies the "regex" used to sift for the reviewable pass for thumbnail and burnin
This commit is contained in:
parent
b517fa0ce0
commit
8efa09c6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
"skip_integration_repre_list": [],
|
||||
"aov_filter": {
|
||||
"maya": [
|
||||
".*(?:[\\._-])*([Bb]eauty)(?:[\\.|_])*.*"
|
||||
".*([Bb]eauty).*"
|
||||
],
|
||||
"nuke": [
|
||||
".*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue