How to render the viewport out (w/ transparent background)?

   3579   3   0
User Avatar
Member
423 posts
Joined: Aug. 2019
Offline
I'm working on some math education video (similar to 3Blue1Brown if you know that). Houdini seems to be a good tool to visualize some math functions in 3D. The problem is I don't know how to render it out. I don't need texture/material, I just want to render the viewport out as it is. I tried the flipbook, but it renders the viewport's background and UI altogether, and it makes the later composition work harder.

I could probably just render with Karma... but it'd be a huge waste of time. All I need is already there, right in the viewport. I just want to export it as an image sequence.
Edited by raincole - May 14, 2022 06:51:56
User Avatar
Member
43 posts
Joined: Feb. 2017
Offline
Use Opengl ROP
OpenGL render node... [www.sidefx.com]

But use png. jpg not support transparency.
Edited by tachbek - May 14, 2022 06:57:48
User Avatar
Member
236 posts
Joined: March 2013
Offline
If the viewport color is set to black, and the grid is off it will store an alpha from the flipbook
if you save as exr.
I'm not lying, I'm writing fiction with my mouth.
User Avatar
Staff
5154 posts
Joined: July 2005
Offline
Use the flipbook, but change the output from Current Viewport to Beauty Pass Only. You'll get only the objects rendered without the bg, grids and handles. If you use exr, it'll also be written as HDR (fp16).
  • Quick Links