Hello,
Do i have still have on the 18.5 to modify my .env for the ocio to work? or i can grab a ocio configuration somewhere?
i see that in display option i have the chance to do so, but i don't know where to get the correct configuration file.
Especially as my render look washed out both in the ipr and the actual render
Thank you
Ocio configuration
8490 10 4- hidalgo884
- Member
- 15 posts
- Joined: March 2020
- Offline
- jsmack
- Member
- 8041 posts
- Joined: Sept. 2011
- Offline
hidalgo884
Do i have still have on the 18.5 to modify my .env for the ocio to work?
The environment Houdini inherits must have OCIO evaluate to a valid config file. Using the houdini.env is one way to modify Houdini's environment, but not the only way.
hidalgo884
or i can grab a ocio configuration somewhere?
i see that in display option i have the chance to do so, but i don't know where to get the correct configuration file.
You can use any valid industry standard OCIO profile. There are some publicly available ones on github for supporting the ACES working space and others.
Edited by jsmack - Nov. 7, 2020 17:45:12
- Soothsayer
- Member
- 874 posts
- Joined: Oct. 2008
- Offline
http://github.com/imageworks/OpenColorIO-Configs/zipball/master [github.com]
and then set a variable called OCIO to for example whereverthisis/OCIO/imageworks-OpenColorIO-Configs-0bb079c/aces_1.0.3/config.ocio
Houdini will pick it up automatically then, but you may have to choose it in the display in that little downpointing arrow menu thing.
and then set a variable called OCIO to for example whereverthisis/OCIO/imageworks-OpenColorIO-Configs-0bb079c/aces_1.0.3/config.ocio
Houdini will pick it up automatically then, but you may have to choose it in the display in that little downpointing arrow menu thing.
Edited by Soothsayer - Nov. 8, 2020 09:58:54
--
Jobless
Jobless
- jparker
- Member
- 314 posts
- Joined:
- Offline
- blahParsec
- Member
- 2 posts
- Joined: Feb. 2021
- Offline
- malexander
- Staff
- 5205 posts
- Joined: July 2005
- Online
- toadstorm
- Member
- 384 posts
- Joined: April 2017
- Offline
Since you're on Windows, the easiest way to do this is to create a batch file that sets the OCIO variable and then immediately launches Houdini. You could set OCIO as a system-wide variable, but this can cause problems if you have to run some projects using an OCIO configuration and others without (or with a different configuration).
Add this to a batch file called "houdini_ocio.bat" or whatever, then run it:
Add this to a batch file called "houdini_ocio.bat" or whatever, then run it:
SET OCIO=C:\Users\KataCore1\Documents\houdini18.5\aces_1.0.3\config.ocio "C:\Program Files\Side Effects Software\Houdini 18.5.462\bin\houdinifx.exe"
MOPs (Motion Operators for Houdini): http://www.motionoperators.com [www.motionoperators.com]
- jsmack
- Member
- 8041 posts
- Joined: Sept. 2011
- Offline
- chrisbrejon
- Member
- 1 posts
- Joined: May 2020
- Offline
- adlabac
- Member
- 21 posts
- Joined: Sept. 2015
- Offline
- travisrogers
- Member
- 14 posts
- Joined: April 2019
- Offline
I'm curious if anyone else in this thread is using Octane with ACES in Houdini. My Houdini viewport is set to display ACES with an sRGB view transform, but it makes the colors much lighter than what ends up being displayed in my Octane IPR with an sRGB view transform. The final render converted in Affinity Photo looks exactly like it appeared in the Octane IPR. If I set the Houdini viewport transform to Raw it looks like it does in Octane, but clearly these should match when both are set on sRGB(?). I'm also referencing the same OCIO config file in all the apps (ACES 1.2).
Also, the color picker in Houdini (using ACES) only matches Octane when it is also set to a view transform of Raw.
Any perspective here would be appreciated!
I'm running Houdini Indie 18.5.633 and Octane 2020.2.5.0
Edit: I believe I found the issue. I was using an Octane light that was set to BlackBody which was influencing the color. Switching it to Texture makes it (mostly) match the Houdini viewport.. user error
Travis
Also, the color picker in Houdini (using ACES) only matches Octane when it is also set to a view transform of Raw.
Any perspective here would be appreciated!
I'm running Houdini Indie 18.5.633 and Octane 2020.2.5.0
Edit: I believe I found the issue. I was using an Octane light that was set to BlackBody which was influencing the color. Switching it to Texture makes it (mostly) match the Houdini viewport.. user error
Travis
Edited by travisrogers - Oct. 27, 2021 00:01:53
-
- Quick Links