mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #3119 from pypeclub/bugfix/OP-3148_Nuke-regexInput-has-wrong-defaults
Nuke: fix anatomy imageio regex default
This commit is contained in:
commit
eb16e36ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@
|
|||
"regexInputs": {
|
||||
"inputs": [
|
||||
{
|
||||
"regex": "[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]",
|
||||
"regex": "(beauty).*(?=.exr)",
|
||||
"colorspace": "linear"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue