update regex in ayon settings

This commit is contained in:
Kayla Man 2024-02-05 20:12:22 +08:00
parent 6b9da9b1e8
commit 12f78b1766

View file

@ -123,7 +123,7 @@ DEFAULT_PUBLISH_SETTINGS = {
"enabled": True,
"optional": True,
"active": False,
"regex": "*_(?P<subset>.*)_(GEO)"
"regex": "(.*)_(?P<subset>.*)_(GEO)"
},
"ValidateLoadedPlugin": {
"enabled": False,