GPU rendering and matte object

Anonymous

GPU rendering and matte object

Anonymous
Not applicable

I have read that you cannot use a matte (holdout) object if you are rendering GPU. Not interested in shadows, just want a matte object. Has this been dealt with? Shocking, all I want is an object to basically render a black alpha.

Does anybody have a workaround that doesn't involve a second render pass just to get an alpha for my scene?

0 Likes
Reply
Accepted solutions (1)
939 Views
2 Replies
Replies (2)

Stephen.Blair
Community Manager
Community Manager
Accepted solution

That's right, matte (the matte parameter on a shape, the matte shader, and the matte parameters on a standard_surface) are not supported yet on GPU.

How about a custom AOV where you output black for some objects, and white for all the rest? That's doable. But if you have partial transparency, that's more complicated.



// Stephen Blair
// Arnold Renderer Support
0 Likes

Anonymous
Not applicable

actually, I just tried that out last night and it worked like a charm. Perfect!!!

0 Likes