Page 1 of 2

OctaneRender 2023.1.3.0|OctaneSolaris - RC10[OBSOLETE]

Posted: Mon Apr 29, 2024 4:23 am
by BK
OTOY® is proud to announce the availability of the new DCC plugin OctaneRender 2023.1.3.0|OctaneSolaris - RC9.

The world's fastest unbiased GPU rendering engine on CUDA and Metal now integrates completely with Houdini 19.5 & Houdini 20.0 Solaris.
OctaneSolaris builds supported by this release: 19.0.720, 19.5.805, 20.0.506, 20.0.547, 20.0.590, 20.0.625, 20.0.653.

What is OctaneRender for Solaris?
The OctaneRender for Solaris plugin is based on Pixar’s USD (Universal Scene Description) and Pixar’s Hydra API to empower artist workflows across look development, scene layout, lighting, and final rendering.

Image

Image

Pixar's USD pipeline
https://renderman.pixar.com/stories/pixars-usd-pipeline



-Installation steps-

Insert the OctaneRender® plugin folder path to the houdini.env file. Houdini®creates this file after launching it for the first time.
On Linux and macOS® systems, append a single line to enable OctaneRender®:

HOUDINI_PATH = "/path/to/octane;&"

On Windows® systems, you need to set the PATH to point to the plugin bin folder as well:

PATH = "C:/path/to/octane/bin;$PATH"


Setting this environment variable outputs any error related to loading the OctaneRender® plugin on the command line for diagnosing installation problems:
HOUDINI_DSO_ERROR = 2

-Houdnin Packages/json installation steps-

- Please create a folder inside Documents\houdini19.5 and name it as Packages
- Open notepad or any text editor and use these lines

Code: Select all

{
    "enable" : true,
    "env": 
    [
        {
        "OCTANE_AUTOSPAREPARAMS" : 
        {
            "value": 1,
        },
            //location to your octane folder (example below)
            "OCTVERSION": "PATH\TO\OCTANESOLARIS\Win64FOLDER",
        },       
     
        {
            "HOUDINI_PATH" : 
            {
                "value": "$OCTVERSION",
            },

            "PATH" : 
            {
                "value": "$OCTVERSION/bin",
            },
            "PXR_PLUGINPATH_NAME" :
            {
                //if you have the Solaris version installed 
                "value": "$PATH\TO\OCTANESOLARIS\dso\usd_plugins",
            }, 
        }
    ]
}
- Then Save as OctaneSolaris.json
- Please make sure to disable the .env paths

New features
To learn more about the new features and improvements of OctaneRender 2023.1.3 and the Render Node app, please check out the 2023.1.3 release post


- Change log since last release
  • - Fixed camera bug
  • - Fixed switch node


Note: Click the link below to refer to Important SOP to USD attribute conversion
https://www.sidefx.com/docs/houdini18.5 ... mport.html

-Known Issues-
- Deep AOV is yet to support!

Important: if using macOS, we strongly recommend that you update to version 14..

Linux Note
On Linux only compatibility Houdini 20 build is supported (gcc9.3).
It can only be installed by downloading it from the downloads page since it's not visible in the Launcher:
https://www.sidefx.com/download/daily-b ... ction=true
or direct download link: houdini-20.0.653-linux_x86_64_gcc9.3.tar.gz
We are looking into supporting the gcc11.2 build.



=================================
Subscription Studio+ Downloads
=================================

OctaneSolaris [Windows]

OctaneSolaris [macOS]

OctaneSolaris [Linux]





Happy GPU Rendering !!



Your team
OTOY

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Mon May 06, 2024 11:28 am
by adrianr
The denoise AOV format parameter is now set to float - this means when rendering to disk with USD render only the red channel of the denoise pass is getting written out. Needs to be reverted to color3f (or color4f, whichever it was). Also the Beauty > rgba renaming is not coming through USD render either. We're still getting black rgba and having to shuffle out Beauty.

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Wed May 08, 2024 10:59 am
by seriawp
orthographic cameras still do not work correctly in solaris. octane not rendered correctly, see for yourself.
I have attached a simple example, there are 4 cameras.
Cameras with perspective render well, but orthographic and orthographic cropped ones are completely incorrect, please fix this, this is important to me.


https://drive.google.com/file/d/1XBqSb6 ... sp=sharing

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Mon May 20, 2024 12:22 pm
by davidyannick_1
I'm trying to install the solaris plugin on my Mac Studio, the normal plugin works but how can I do to make the solaris part works ?
Thanks

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Tue May 21, 2024 12:25 am
by BK
davidyannick_1 wrote:I'm trying to install the solaris plugin on my Mac Studio, the normal plugin works but how can I do to make the solaris part works ?
Thanks
Hi David,
Thanks for the post.
OctaneSoalris should work if the normal plugin is working!
Is there any error? Please check if you can see Octane in the Stage workspace!

cheers

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Tue May 21, 2024 4:30 am
by davidyannick_1
BK wrote:
davidyannick_1 wrote:I'm trying to install the solaris plugin on my Mac Studio, the normal plugin works but how can I do to make the solaris part works ?
Thanks
Hi David,
Thanks for the post.
OctaneSoalris should work if the normal plugin is working!
Is there any error? Please check if you can see Octane in the Stage workspace!

cheers
Here is my json :

Code: Select all

{
    "enable": true,
    "env": [
        {
            "HOUDINI_PATH": {
                "value": "/Users/david/Downloads/Octane_2023.1.3.0_Houdini_20.0.653_macos_Prime"
            },
            "PXR_PLUGINPATH_NAME": {
                "value": "/Users/david/Downloads/Octane_2023.1.3.0_Solaris_20.0.653_macos_Prime/dso/usd_plugins"
            }
        }
    ]
}
When I'm on stage, I have a reference in the viewport and in use render lop, but in other LOPS (light...) nothing about octane

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Wed May 22, 2024 3:31 pm
by Vasker
I had a similar issue, make sure you disable the OTOY path in the env if you haven't done so

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Thu May 23, 2024 2:22 am
by BK
davidyannick_1 wrote:
BK wrote:
davidyannick_1 wrote:I'm trying to install the solaris plugin on my Mac Studio, the normal plugin works but how can I do to make the solaris part works ?
Thanks
Hi David,
Thanks for the post.
OctaneSoalris should work if the normal plugin is working!
Is there any error? Please check if you can see Octane in the Stage workspace!

cheers
Here is my json :

Code: Select all

{
    "enable": true,
    "env": [
        {
            "HOUDINI_PATH": {
                "value": "/Users/david/Downloads/Octane_2023.1.3.0_Houdini_20.0.653_macos_Prime"
            },
            "PXR_PLUGINPATH_NAME": {
                "value": "/Users/david/Downloads/Octane_2023.1.3.0_Solaris_20.0.653_macos_Prime/dso/usd_plugins"
            }
        }
    ]
}
When I'm on stage, I have a reference in the viewport and in use render lop, but in other LOPS (light...) nothing about octane
Hi David,

Thanks for the json paths.
It might be the usd path is missing the *$* sign. Please try mine and let us know if that works!

cheers

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Wed May 29, 2024 1:35 pm
by k3xx
I get the following error if a texture image node's color space parameter is set to anything other than sRGB:
*** OCTANE API ERROR: Tried to access attribute via invalid ID A_INITIAL_COLOR_SPACE_SELECTED (434)
Octane Error: Tried to access attribute via invalid ID A_INITIAL_COLOR_SPACE_SELECTED (434)

Re: OctaneRender 2023.1.3.0|OctaneSolaris - RC10

Posted: Mon Jun 24, 2024 5:21 am
by BK
k3xx wrote:I get the following error if a texture image node's color space parameter is set to anything other than sRGB:
*** OCTANE API ERROR: Tried to access attribute via invalid ID A_INITIAL_COLOR_SPACE_SELECTED (434)
Octane Error: Tried to access attribute via invalid ID A_INITIAL_COLOR_SPACE_SELECTED (434)
Hi K3xx,

Thank you so much for the post.
We can replicate this issue.
We are checking with our developer to confirm, however, the error seems to be hydra requiring Linear input from Octane engine.
Will keep you upto date


cheers