Re: multiple config file
dbr/Ben <dbr....@...>
Merging/hierarchical configs have been discussed in the past, but I suspect will not happen any time soon (it is a difficult problem to solve)
toggle quoted message
Show quoted text
The best solution/alternative I am aware of is to generate your configs via a Python script. For example have a function which produces your base OCIO.Config object, then a function which does show-specific modifications and writes out a show-specific config That way you have a single source for all your common colorspaces etc, while still preserving a self-contained config.ocio for each show There is examples of creating configs from Python in the OpenColorIO-configs repository - Ben Sent from my phone On 29 Apr 2015, at 12:30, lucien...@... wrote: |
|