All Collections
Rendering
Blender
How can I use a custom color management configuration (e.g. ACES)
How can I use a custom color management configuration (e.g. ACES)
Kevin Häfeli avatar
Written by Kevin Häfeli
Updated over a week ago

We provide the possibility to use custom color management configurations by including a directory called colormanagement with a config.ocio inside, in your project folder.

Example project structure:

.
├── HelioTestScene.blend
├── colormanagement # <- ensure your folder is named colormanagement
│ ├── baked
│ ├── config.ocio # <- ensure the configuration file is called config.ocio
│ ├── luts
├── someAssets.abc
└── ...

To make sure everything works, we always recommend to render a small example preview with less frames, samples, and resolution before doing a production rendering.

Please contact support if you need help setting this up.

Did this answer your question?