I was trying to get the filmic colour management tool for blender however I installed blender with snap so that I could get 2.8 But now I can't change the folders and add the new folder within the snap directory. Is there any way in which I can change this?
1 Answer
If you have Blender 2.8 you already have filmic as it now comes as standard - .
For anyone running Blender < 2.8 for any reason, you can use the OCIO environment variable as per the docs -
Extract the Filmic Blender files somewhere and create the environment variable:
export OCIO=/path/to/where/the/filmic-blender/config.ocioYou should add this to your .profile to make this permanent.