mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge pull request #2991 from pypeclub/bugfix/OP-2517_Photoshop-illegal-charater-repair-bug
PS: fix renaming subset incorrectly in PS
This commit is contained in:
commit
f9e97b5f1d
2 changed files with 6 additions and 5 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"active": true
|
||||
},
|
||||
"ValidateNaming": {
|
||||
"invalid_chars": "[ \\\\/+\\*\\?\\(\\)\\[\\]\\{\\}:,]",
|
||||
"invalid_chars": "[ \\\\/+\\*\\?\\(\\)\\[\\]\\{\\}:,;]",
|
||||
"replace_char": "_"
|
||||
},
|
||||
"ExtractImage": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue