OctaneRender 2020.2 for Houdini Beta build 2020.2.0.1 RC6

Sub forum for plugin releases

Moderator: juanjgon

User avatar
juanjgon
Octane Plugin Developer
Posts: 8867
Joined: Tue Jan 19, 2010 12:01 pm
Location: Spain

Ah, yes, true, only the Composite AOV Group can be linked to the render target, so you always need to use this node to group all the Composite AOV nodes.

Thanks,
-Juanjo
User avatar
pxlntwrk
Licensed Customer
Posts: 445
Joined: Sat Mar 23, 2013 2:21 pm
Location: France
Contact:

galleon27 wrote: You need to create a Composite AOV Group and plug that into compositeAovs in Render Target. Houdini lets you plug every output to any input but that doesn't really work in Octane. If you use Standalone, you'll notice that you cant plug a Composite AOV node directly into Render Target. It needs to go into Composite AOV Group first.
Oh yeah, many thanks for the hint, it is correctly wired now :D
:::::::::::::::::
pxlntwrk.net
seriawp
Licensed Customer
Posts: 96
Joined: Wed May 31, 2017 9:45 pm

Hello
Gradient tool doesn't work?
Or i doing something wrong?
Image
User avatar
galleon27
Licensed Customer
Posts: 292
Joined: Wed Jul 15, 2015 11:55 am
Location: Serbia
Contact:

seriawp wrote:Hello
Gradient tool doesn't work?
Or i doing something wrong?
Image
Works as expected. Gradient texture produces a gradient blend between colors. It needs an input. Either create a black and white gradient in photoshop and plug that into the gradient input or just use this OSL shader to get the UVs.

Code: Select all

#define U 0
#define V 1


shader use_uv( int channel = 0 [[string widget = "mapper", string label = "Channel", string options = "U:0|V:1|"]], output color out = 0,)
{
    if ( channel == U)
        out = color(u, u, u);
    else if ( channel == V)
        out = color(v, v, v);
}
Win 10 64bit // GTX 4090 + GTX 3090 // 5900x // 64GB // SideFX Houdini // C4D
User avatar
pxlntwrk
Licensed Customer
Posts: 445
Joined: Sat Mar 23, 2013 2:21 pm
Location: France
Contact:

pxlntwrk wrote:In the AOV Composite node, when we create a new layer all the other layers are moved and renamed ex:
if I have 2 layers (1 and 2), when I create a new layer, it takes the name of layer 1, layer 1 is renamed 2, and layer 2 becomes 3.
Why is the new layer not layer 3?
It's a little confusing :?
juanjgon wrote:About the layers workflow, I think that Standalone has this same behavior, designed to mimic how other layer-based compositing software adds the new layers always on top.
Hi,
maybe something wrong on my side, but like i said the new created layer is always at the bottom of stacking (not on top), is always named layer 1.
the layers already created are all renamed incrementally.
In the standalone the next layer created takes the upper number and is found at the top of the stacking.
Here is a link to a video that shows this behaviorin Houdini
https://www.swisstransfer.com/d/c74b18d ... a56087fbde

PS: as we can see at the beginning of this video, when I create a new layer and the liveviewer is running, I have an instant crash. This happens almost all the time for the same operation

thanks
:::::::::::::::::
pxlntwrk.net
seriawp
Licensed Customer
Posts: 96
Joined: Wed May 31, 2017 9:45 pm

Hello :)

1. In last version plugin, Aperture edge = 0 is not working. Image anyway get DOF
Test scene: https://www.dropbox.com/s/x5j6q18rm6gd0 ... t.zip?dl=0

2. In last version plugin, closing IPR window, has 50% chance to crash Houdini
User avatar
galleon27
Licensed Customer
Posts: 292
Joined: Wed Jul 15, 2015 11:55 am
Location: Serbia
Contact:

Hello and Happy New Year.

There seems to be a bug with displacement maps. I've attached screenshots. The one rendered in 2020.1.5 is correct. I also tested it in Standalone. Exported ORBX from both 2020.1.5 and 2020.2.0.1. ORBX from 2020.1.5 renders correctly while the one from 2020.2 is incorrect. I can send you the scene if needed.

Thanks.
Attachments
Exported from 2020.2
Exported from 2020.2
Exported from 2020.1.5
Exported from 2020.1.5
Rendered in 2020.2.0.1
Rendered in 2020.2.0.1
Rendered in 2020.1.5
Rendered in 2020.1.5
Win 10 64bit // GTX 4090 + GTX 3090 // 5900x // 64GB // SideFX Houdini // C4D
perritocochino
Licensed Customer
Posts: 17
Joined: Wed Nov 04, 2015 6:51 pm

galleon27 wrote: There seems to be a bug with displacement maps. I've attached screenshots. The one rendered in 2020.1.5 is correct. I also tested it in Standalone. Exported ORBX from both 2020.1.5 and 2020.2.0.1. ORBX from 2020.1.5 renders correctly while the one from 2020.2 is incorrect. I can send you the scene if needed.

Thanks.
There's indeed a problem with displacement maps and midlevel in houdini plugin 2020.2. Good to sse it's not just on my machine...

I posted a bug report here :
viewtopic.php?f=103&t=76618
User avatar
trogers
Licensed Customer
Posts: 64
Joined: Sun Jan 13, 2019 11:00 pm
Location: Los Angeles

Hey Juanjo,

Just came across a bug using the QT5 IPR. I tried to set the white point using the 'Pick WhiteP' button which worked on the first try, however upon clicking it again to set it to another point it completely froze my machine. I'm Running Win 10.

Edit:
Wow, yea, this build is quite unstable. I just had the IPR open and had switched to my browser to type an email after the IPR had finished rendering at 512 samples and it crashed Houdini. Then restarted Houdini, created a simple scene of a ball with a back wall and a floor. I opened the IPR and let it render to the kernel's setting of 512, then tried to close the IPR and it completely froze my machine.. again had to hit the power switch on the back of the box. Will definitely wait till this is further baked and or officially released. Love the potential of the new functionality though!
Win 10 / AMD 3970x / Nvidia 4090 + 2080 Ti / 128GB
caseyhupke
Licensed Customer
Posts: 42
Joined: Tue Jan 15, 2019 8:08 pm

I can't get the QT5 IPR option to stay enabled. Also isn't RTX supposed to be on by default? I had to re-enable it.
Post Reply

Return to “Releases”