multiple Configurations within facilities?


Brendan Bolles <bre...@...>
 

A single app-wide OCIO configuration is probably fine as long as you can launch multiple instances of the app and use different configurations in each one. I would not do a global preferences setting, except as a default that can be overridden.

In a studio, the configuration is controlled by setting $OCIO on the command line when the user launches an app using different parameters like which show they're working on or something.


Brendan


Paul Miller <pa...@...>
 

On 12/14/2011 12:46 PM, Brendan Bolles wrote:
A single app-wide OCIO configuration is probably fine as long as you can launch multiple instances of the app and use different configurations in each one. I would not do a global preferences setting, except as a default that can be overridden.

In a studio, the configuration is controlled by setting $OCIO on the command line when the user launches an app using different parameters like which show they're working on or something.
Aha - that makes complete sense. Thanks for explaining it in different terms.