Message 1 of 1
Render Setup layer option non-renderable in batch rendering on/off with python.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
is there a python command to switch the layer option "Set layer as non-renderable in batch rendering" to on or off in the Render Setup window?
Figured out how to switch layers and check if it is renderable or not, but not how to set it to True or False.
render_setup.switchToLayer(render_layer)
render_layer.isRenderable()