Created
July 8, 2025 09:16
-
-
Save ChuckieChen945/84ca3cc2f693366ee735e3f190195f93 to your computer and use it in GitHub Desktop.
Maya ocio file rules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file_rules: | |
- !<Rule> {name: ColorSpaceNamePathSearch} | |
- !<Rule> {name: BaseColor, colorspace: color_picking, pattern: "*[cC]olor*", extension: "*"} | |
- !<Rule> {name: Emissive, colorspace: data, pattern: "*[eE]missive*", extension: "*"} | |
- !<Rule> {name: Height, colorspace: data, pattern: "*[hH]eight*", extension: "*"} | |
- !<Rule> {name: Metalness, colorspace: data, pattern: "*[mM]etalness*", extension: "*"} | |
- !<Rule> {name: Metallic, colorspace: data, pattern: "*[mM]etallic*", extension: "*"} | |
- !<Rule> {name: AO, colorspace: data, pattern: "*AO*", extension: "*"} | |
- !<Rule> {name: Scattering, colorspace: data, pattern: "*[sS]cattering*", extension: "*"} | |
- !<Rule> {name: Normal, colorspace: data, pattern: "*[nN]ormal*", extension: "*"} | |
- !<Rule> {name: Roughness, colorspace: data, pattern: "*[rR]oughness*", extension: "*"} | |
- !<Rule> {name: bmp, colorspace: color_picking, pattern: "*", extension: bmp} | |
- !<Rule> {name: jpg, colorspace: color_picking, pattern: "*", extension: jpg} | |
- !<Rule> {name: tif, colorspace: color_picking, pattern: "*", extension: tif} | |
- !<Rule> {name: hdr, colorspace: Linear Rec.709 (sRGB), pattern: "*", extension: hdr} | |
- !<Rule> {name: exr, colorspace: Linear Rec.709 (sRGB), pattern: "*", extension: exr} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment