Render event order
To execute some actions at different stages of rendering, the developers have provided a set of handlers in the Blender Python API – special functions for handling events.
To execute some actions at different stages of rendering, the developers have provided a set of handlers in the Blender Python API – special functions for handling events.
Sometimes, to effectively distribute the hardware load it is necessary to make a render from Blender only on certain video cards of several of them.
To do this we can use a simple script in which specify the numbers of devices to be used for rendering.
Render from console only on the specified GPU devicesRead More »