Grendizer
Aug. 19, 2025 04:49:22
Hi all
I'm trying to render cast shadows on a ground plane and I messed with the options in the object node's render tab, in "view visibility", but I couldn't find a way to cast shadows on this grid object while keeping it invisible.
This should work with Mantra and Karma.
Thanks for any tips.
DS
Kirill_Kolobushkin
Aug. 29, 2025 07:06:11
Hi!
you can use LPE: holdout;shadow;C.*<L.'domelight1'>
to make it works in Render Geometry Settings switch Holdout Mode to Matte or Background.
"C" avoids shadow reflections.
"<L.'..'>" split LPE tags
You can also make shadow casting geometry phantom
Grendizer
Aug. 30, 2025 10:07:57
Hey thanks for your help. Could you tell me where to put these options? I didn't find them in the object node, light node or Mantra_ipr node... thanks!
Kirill_Kolobushkin
Sept. 1, 2025 07:39:10
In mantra you can build specific shader using shadowmatte node, depending of compose task bind it to AOV or render as beauty. unfortunately I don't imagine way to avoid beauty calculating.
In Karma use render geometry settings node to set shading properties, type LPE exp and it will be enough. This way is faster because beauty might not being rendering.