How to do this: Render shadow on transparent background with Blender Render from script? I need to set a transparent background color before render a mesh.
Asked
Active
Viewed 2,270 times
1 Answers
2
When you hover over a property, you can see its Python property.
Here, it is simply :
scene.render.alpha_mode = 'SKY' # in ['TRANSPARENT', 'SKY']
Jonathan Chemla
- 418
- 3
- 15