Hello everyone,
I’m working on a Python script in Blender to create a simple animation and want to simultaneously render RGB, depth, and normal videos.
Could you please provide a sample script that demonstrates how to:
- Extract depth information and render it to a video in Blender 2.8 and above.
- Extract normal information and render it to a video in Blender 2.8 and above.
- Simultaneously render RGB, depth, and normal videos using a Python script in Blender.
I would greatly appreciate any example scripts or tutorials that you can share.
Thank you in advance for your help!