c4d.modules.net
¶
Follow me to the Inheritance diagramm .
New in version R15.037.
SetErrorLevel()
GetGlobalNetRenderService()
VerificationStateToString()
JobCommandToString()
JobStateToString()
NetSpecialEventAdd()
NetGeSyncMessage()
c4d.modules.net.
SetErrorLevel
(
printDebugErrors
,
stackInErrors
,
locationInErrors
)
¶
New in version R16.038.
Sets the level for stack and location in errors.
Parameters: |
|
---|
c4d.modules.net.
GetGlobalNetRenderService
(
)
¶
Get the global NET render service.
Return type: | c4d.modules.net.NetRenderService |
---|---|
Returns: | The global NET render service. |
c4d.modules.net.
VerificationStateToString
(
state
)
¶
Format a verification state as a string.
Parameters: |
state
(
int
) –
The verification state:
|
||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||||||||||||||||||
Returns: | The formatted verification state. |
c4d.modules.net.
JobCommandToString
(
command
)
¶
Format a job command as a string.
Parameters: |
command
(
int
) –
The job command:
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||
Returns: | The formatted job command. |
c4d.modules.net.
JobStateToString
(
state
)
¶
New in version R16.021.
Format a job state as a string.
Parameters: |
command
(
int
) –
The job state:
|
||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Return type: | str | ||||||||||||||||||||||||||||||||||||
Returns: | The formatted job state. |
c4d.modules.net.
NetSpecialEventAdd
(
service
,
remoteUuid
,
msg
[
,
forceConnect=True
]
)
¶
New in version R16.021.
Adds a custom event over NET.
Parameters: |
|
---|---|
Return type: |
bool |
Returns: |
True if successful, otherwise False . |
c4d.modules.net.
NetGeSyncMessage
(
service
,
remoteUuid
,
msg
[
,
forceConnect=True
]
)
¶
New in version R16.021.
Sends a synchronous event message over NET.
Parameters: |
|
---|---|
Return type: |
tuple(bool,
|
Returns: |
The successful status and result container. |