New in version R15.037.
Note
This type cannot be instantiated.
Gets the UUID of the service.
Return type: | UUID |
---|---|
Returns: | The UUID of the service. |
New in version R16.021.
Sends a message to the render service.
Parameters: |
|
---|---|
Return type: | bool |
Returns: |
New in version R16.021.
Clears the results.
Parameters: | jobUuid – The job UUID. |
---|---|
Return type: | bool |
Returns: | True if results were cleared, otherwise False. |
Gets the internal port.
Return type: | int |
---|---|
Returns: | The internal port. |
Gets the external port.
Return type: | int |
---|---|
Returns: | The external port. |
New in version R16.021.
Retrieves the NET preferences.
Return type: | BaseContainer |
---|---|
Returns: | The NET preferences container. For the container IDs, see preferences dialog and WPREF_NET in the C++ API header ge_prepass.h. |
Retrieves the UUIDs of all machines (with default parameters). Parameters can be changed to filter the machines.
Parameters: |
|
||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | list of UUID |
||||||||||||||||||||||||||||||||||||||||
Returns: | The list of all machine UUIDs. |
New in version R16.021.
Retrieves the information of all machines.
Parameters: | getOnlyThisMachine – Pass a machine UUID to get only the information for this machine. |
---|---|
Return type: | list of BaseContainer |
Returns: | The list of machines. |
New in version R16.021.
Retrieves the render jobs.
Parameters: |
|
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | list of BaseContainer |
||||||||||||||||||||||||
Returns: | The render jobs. |
New in version R16.021.
Creates a render job.
Parameters: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | int |
||||||||||||
Returns: | The result:
|
New in version R16.021.
Starts a render job.
Parameters: |
|
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | int |
||||||||||||
Returns: | The result:
|
New in version R16.021.
Initialiazes a render job.
Parameters: |
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | int |
||||||||||||||||||||
Returns: | The result:
|
New in version R16.021.
Starts a render job fully asynchronous.
Return type: | bool |
---|---|
Returns: | True if rendering was started, otherwise False. |
New in version R16.021.
Stops a render job.
Parameters: |
|
---|
New in version R16.021.
Deletes a render job.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if the render job was deleted, otherwise False. |
New in version R16.021.
Inserts jobUuid1 after jobUuid2.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if jobUuid1 was inserted after jobUuid2 otherwise False. |
New in version R16.021.
Inserts jobUuid1 before jobUuid2.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if jobUuid1 was inserted before jobUuid2 otherwise False. |
New in version R16.021.
Sets the Default Scene Name.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful, otherwise False. |
New in version R16.021.
Retrieves the repository for the service.
Return type: | Repository |
---|---|
Returns: | The repository. |
New in version R16.021.
Add a string to the job log.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful, otherwise False. |
New in version R16.021.
Adds a string to the machine log.
Parameters: |
|
---|---|
Return type: | bool |
Returns: | True if successful, otherwise False. |
New in version R16.021.
Gets the name of the service.
Return type: | str |
---|---|
Returns: | The name of the service. |
New in version R16.021.
Prints a string to the service.
Parameters: |
|
---|