sobotka / filmic-blender

Film Emulsion-Like Camera Rendering Transforms for Blender
https://sobotka.github.io/filmic-blender/
2.07k stars 147 forks source link

Not Working Under Cycles On Linux Debian 8.7.1 64bit #15

Closed AmmoniumDichromate closed 7 years ago

AmmoniumDichromate commented 7 years ago

Using a fresh install of Blender 2.78b with Filmic Blender installed, and I seemingly can't get Filmic Blender to affect how my scenes when using Cycles. Works fine under the internal renderer, but there is absolutely no change to the colours in my scene when switching to Cycles, the scene doesn't even refresh when changing the options around. Here's a short clip of this in action: blenderfilmicissuedemo Any user preferences or plugins that are potentially interfering? Is there more setup needed than just replacing the colormanagment directory?

mARTin-64 commented 7 years ago

Check your colormanagement folder and subfolders permissions. Access was denied on them when i checked. I just change the permission through terminal on Ubuntu Studio 16.04. with the following code:

sudo chmod -R 755 /usr/share/blender/2.78/datafiles/colormanagement

The path to colormanagement folder might be different on your OS so use yours instead of mine. Hope this helps you.

AmmoniumDichromate commented 7 years ago

The permissions seemed alright, tried it nonetheless. Unfortunately nothing has changed.

mARTin-64 commented 7 years ago

Did you try rendering with gpu or cpu? Gpu wont work for me in realtime render.

-----Izvorna poruka----- Šalje: "ThatGuyWhoUsesLinux" notifications@github.com Poslano: ‎21.‎2.‎2017. 18:04 Prima: "sobotka/filmic-blender" filmic-blender@noreply.github.com Kopija: "MisterGoodMorning" cyberzivac@gmail.com; "Comment" comment@noreply.github.com Predmet: Re: [sobotka/filmic-blender] Not Working Under Cycles On Linux Debian8.7.1 64bit (#15)

The permissions seemed alright, tried it nonetheless. Unfortunately nothing has changed. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

AmmoniumDichromate commented 7 years ago

I rendered with the CPU, I don't have a GPU. I heard the open source video drivers don't support my CPU very well, that potentially could be the issue.

sobotka commented 7 years ago

It would seem that it isn't an issue with the configuration itself. Best advice is to try an environment variable such as: export OCIO=/path/to/downloaded/Filmic/config.ocio

AmmoniumDichromate commented 7 years ago

I still have have this issue even when using environment variables. I think Filmic Blender lacks some compatibility on certain setups and this should be looked into further.

sobotka commented 7 years ago

I develop using OCIO using environment variables. I don't believe there are any issues.

AmmoniumDichromate commented 7 years ago

If it is not working properly under certain hardware/software configurations for no foreseeable reason than there is an issue.

sobotka commented 7 years ago

Yes it is a configuration. Yes it is built on top of a library in use in many post houses.

Is there an issue on your end? Sure.

Is it an issue with OpenColorIO or the passive configuration? There is a chance, albeit a very, very, small one.

What is the issue exactly? What have you tried?