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:
Jakub Ježek 2022-05-05 11:55:57 +02:00 committed by GitHub
commit eb16e36ce6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@
"regexInputs": {
"inputs": [
{
"regex": "[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]",
"regex": "(beauty).*(?=.exr)",
"colorspace": "linear"
}
]