Render TOP not rendering geometry

Hi,
I have the network setup as seen in the screenshot. I am instancing a geometry to create an array of cards and display the geo in the render TOP. I have a camera and light that im referecing in my render TOP along with the geo and yet i am seeing a blank render, any clue what’s happening here?


bug.toe (13.2 KB)

Looks like you’re missing the render flag inside of your card_template base.

Looking inside you’ll see that your out SOP only has the blue flag (display) checked.

If you also enable the purple flag (render) -

Your geometry will show up in your render TOP:

Hope that helps.

That’s perfect, thank you so much!!