The render queue is used for batch rendering. To get the batch render instance, see GetBatchRender()
Open the batch render.
Return type: | bool |
---|---|
Returns: | True on success, otherwise False. |
Add a scene file to the batch render.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True on success, otherwise False. |
Delete a file from the list.
Return type: | bool |
---|---|
Returns: | True on success, otherwise False. |
Check if the batch render is in the render mode.
Return type: | bool |
---|---|
Returns: | True if the batch render is in render mode, otherwise False. |
Return the count how many scenes are in the batch render list.
Return type: | int |
---|---|
Returns: | The count. |
Start or stop the rendering of the batch render.
Parameters: | set (int) – One of the modes:
|
---|
Return the scene path of the element.
Parameters: | n (int) – The element. |
---|---|
Raises IndexError: | |
If the element index n is out of range : 0<=n<GetElementCount(). | |
Return type: | str |
Returns: | The path. |
Enable or disable the element for the rendering.
Parameters: |
|
---|---|
Raises IndexError: | |
If the element index n is out of range : 0<=n<GetElementCount(). |
Enable or disable the element for the rendering.
Parameters: | n (int) – The element. |
---|---|
Raises IndexError: | |
If the element index n is out of range : 0<=n<GetElementCount(). | |
Return type: | bool |
Returns: | True when the element is enabled, otherwise False. |
Get the status of the element.
Parameters: | n (int) – The element. | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Raises IndexError: | |||||||||||||||||
If the element index n is out of range : 0<=n<GetElementCount(). | |||||||||||||||||
Return type: | int | ||||||||||||||||
Returns: | The status:
|
Private.