Merge remote-tracking branch 'upstream/feature/OP-2524_Maya-looks-support-for-native-Redshift-texture-format' into maya_extract_look_tx_colorspace

# Conflicts:
#	openpype/hosts/maya/plugins/publish/extract_look.py
This commit is contained in:
Roy Nieterau 2023-03-24 20:15:09 +01:00
commit 5961d6dfb9
5 changed files with 225 additions and 55 deletions

View file

@ -110,6 +110,7 @@
"CreateLook": {
"enabled": true,
"make_tx": true,
"rs_tex": false,
"defaults": [
"Main"
]

View file

@ -21,6 +21,11 @@
"key": "make_tx",
"label": "Make tx files"
},
{
"type": "boolean",
"key": "rs_tex",
"label": "Make Redshift texture files"
},
{
"type": "list",
"key": "defaults",