EaryChow / AgX

Eary's Version of AgX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console warning on Blender 3.6.4 while using False Color

Joegenco opened this issue · comments

Blender Console warning:

[OpenColorIO Warning]: Interpolation specified by FileTransform 'tetrahedral' is not allowed with the given file: 'AgX_False_Color.spi1d'.

Setting the interpolation to linear fixes it.
- ! {src: AgX_False_Color.spi1d, interpolation: linear}

Not sure if tetrahedral is needed since its not needed to have banding presicion with falsecolor.

Hmm, I think it was "best" once, and OCIO would just select the best one available, which is probably linear. Then there was a commit to change all "best" to "tetrahedral", that's why the error. Not a big deal though.

Fixed