Re: Error loading lut using environment variables
Sean Cooper <se...@...>
Per-shot colorspaces are generally handeled by the OCIOLooks not OCIOColorspace. Additionally, with Looks you are able to use conditionals (atleast on unix, Id have to try it on other systems) So if you had a Look called "perShot" with a file transform pointing to /path/to/$SHOW/$SHOT.lut you can then apply the Look using a conditional like "perShot|" where if perShot fails it will do the pipe/OR and instead do nothing. You can even do more complicated combinations like "+look1|+look1+look2|". This is pretty specific to Looks that modify the view, but that's usually how shot-specific transforms are used. You might be able to use this for other purposes if that isnt your use case.
On Mar 14, 2017 12:33 AM, "Simon Björk" <bjork...@...> wrote:
|
|