Difference between revisions of "Houdini Env"
Jump to navigation
Jump to search
(Created page with "=Houdini - Install third party renderer= === Octane installation === <pre> // Use with Expression node cyan g*b-r magenta r*b-g yellow r*g-b blue b-(g+r) green g-(b+r) r...") |
(→Octane installation) |
||
Line 1: | Line 1: | ||
=Houdini - Install third party renderer= | =Houdini - Install third party renderer= | ||
− | === Octane installation === | + | === Octane installation - Windows === |
<pre> | <pre> | ||
− | // | + | // Copy where you want the folder of the Octane Render package. |
+ | // In this example the folder has been copied to C:/Otoy/ | ||
+ | // Edit the houdini.env file and add these lines: | ||
− | + | # ---- OCTANE ---- | |
− | + | HOUDINI_DSO_ERROR = 2 | |
+ | PATH="C:/Otoy/Octane_2020.1.5.3_Houdini_18.5.351_demo_Win64/bin;$PATH" | ||
+ | HOUDINI_PATH="C:/Otoy/Octane_2020.1.5.3_Houdini_18.5.351_demo_Win64;&" | ||
+ | </pre> | ||
− | + | === Redshift installation - Windows === | |
− | + | <pre> | |
− | + | // Install Redshift first. | |
− | + | // Edit the houdini.env file and add these lines: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | # ---- REDSHIFT ---- | ||
+ | HOUDINI_DSO_ERROR = 2 | ||
+ | PATH = "C:/ProgramData/Redshift/bin;$PATH" | ||
+ | HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/17.0.459;&" | ||
+ | HOUDINI_NVIDIA_OPTIX_DSO_PATH = C:/Users/Gestalt/Documents/houdini17.0\optix | ||
</pre> | </pre> |
Latest revision as of 21:56, 26 June 2021
Houdini - Install third party renderer
Octane installation - Windows
// Copy where you want the folder of the Octane Render package. // In this example the folder has been copied to C:/Otoy/ // Edit the houdini.env file and add these lines: # ---- OCTANE ---- HOUDINI_DSO_ERROR = 2 PATH="C:/Otoy/Octane_2020.1.5.3_Houdini_18.5.351_demo_Win64/bin;$PATH" HOUDINI_PATH="C:/Otoy/Octane_2020.1.5.3_Houdini_18.5.351_demo_Win64;&"
Redshift installation - Windows
// Install Redshift first. // Edit the houdini.env file and add these lines: # ---- REDSHIFT ---- HOUDINI_DSO_ERROR = 2 PATH = "C:/ProgramData/Redshift/bin;$PATH" HOUDINI_PATH = "C:/ProgramData/Redshift/Plugins/Houdini/17.0.459;&" HOUDINI_NVIDIA_OPTIX_DSO_PATH = C:/Users/Gestalt/Documents/houdini17.0\optix