mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
update regex in ayon settings
This commit is contained in:
parent
6b9da9b1e8
commit
12f78b1766
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ DEFAULT_PUBLISH_SETTINGS = {
|
|||
"enabled": True,
|
||||
"optional": True,
|
||||
"active": False,
|
||||
"regex": "*_(?P<subset>.*)_(GEO)"
|
||||
"regex": "(.*)_(?P<subset>.*)_(GEO)"
|
||||
},
|
||||
"ValidateLoadedPlugin": {
|
||||
"enabled": False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue