rr Module¶
None
- rr.clientAll_count() int¶
- C++ signature :
int clientAll_count()
- rr.clientAll_get((int)arg1) _Client_ALL¶
- C++ signature :
struct rrC::_Client_ALL clientAll_get(int)
- rr.clientSendCommand((list)arg1, (int)arg2, (object)arg3) bool¶
-deprecated-
- C++ signature :
bool clientSendCommand(class boost::python::list,unsigned char,struct _object * __ptr64)
- rr.clientSend_Command((list)clientIDlist, (int)commandID, (object)param) bool¶
Send Command to a rrClient
- C++ signature :
bool clientSend_Command(class boost::python::list,unsigned char,struct _object * __ptr64)
- rr.getClient() _Client_ALL¶
- C++ signature :
struct rrC::_Client_ALL getClient()
- rr.jobAll_count() int¶
- C++ signature :
int jobAll_count()
- rr.jobAll_getbyID((int)arg1) _JobInfo¶
- C++ signature :
class rrJ::_JobSend jobAll_getbyID(unsigned __int64)
- rr.jobModify((list)arg1, (_SettingsOnly)arg2, (_SettingsOnly)arg3) bool¶
-deprecated-
- C++ signature :
bool jobModify(class boost::python::list,struct rrJ::_SettingsOnly,struct rrJ::_SettingsOnly)
- rr.jobSelected_count() int¶
- C++ signature :
int jobSelected_count()
- rr.jobSelected_setShotgunID((int)arg1, (object)arg2)¶
- C++ signature :
void jobSelected_setShotgunID(int,struct _object * __ptr64)
- rr.jobSendCommand((list)arg1, (_LogMessage)arg2, (int)arg3) bool¶
-deprecated-
- C++ signature :
bool jobSendCommand(class boost::python::list,enum rrJ::_LogMessage,unsigned __int64)
- rr.jobSend_AddFrameset((int)jobID, (str)frameSet) bool¶
Add the frames to the old Frameset
- C++ signature :
bool jobSend_AddFrameset(unsigned __int64,class QByteArray)
- rr.jobSend_AddFramesetBinary((int)jobID, (_binaryFrameSet)frameSet) bool¶
Add the frames to the old Frameset
- C++ signature :
bool jobSend_AddFramesetBinary(unsigned __int64,class rrJ::_binaryFrameSet)
- rr.jobSend_ChangeClientAssignment((list)jobIDlist, (bool)assign, (bool)deassign, (list)clientIDlist) bool¶
Change the client assignment. If one of ‘assign’ or ‘deassign’ is true, then the clients in clientIDs list are changed accordingly. If ‘assign’ AND ‘deassign’ are true, then the clients clientIDs list are assigned, all other are deassigned.
- C++ signature :
bool jobSend_ChangeClientAssignment(class boost::python::list,bool,bool,class boost::python::list)
- rr.jobSend_Command((list)jobIDlist, (_LogMessage)commandID, (int)commandParam) bool¶
Send command to job(s)
- C++ signature :
bool jobSend_Command(class boost::python::list,enum rrJ::_LogMessage,unsigned __int64)
- rr.jobSend_ReplaceFrameset((int)jobID, (str)frameSet) bool¶
Replaces the old Frameset
- C++ signature :
bool jobSend_ReplaceFrameset(unsigned __int64,class QByteArray)
- rr.jobSend_ReplaceFramesetBinary((int)jobID, (_binaryFrameSet)frameSet) bool¶
Replaces the old Frameset
- C++ signature :
bool jobSend_ReplaceFramesetBinary(unsigned __int64,class rrJ::_binaryFrameSet)
- rr.jobSend_Settings((list)jobIDlist, (_SettingsOnly)settingsValues, (_SettingsOnly)changeBoolean) bool¶
Change rrJob settings
- C++ signature :
bool jobSend_Settings(class boost::python::list,struct rrJ::_SettingsOnly,struct rrJ::_SettingsOnly)
- rr.jobVisible_count() int¶
- C++ signature :
int jobVisible_count()
- rr.perClientCurrent() int¶
- C++ signature :
int perClientCurrent()
- rr.perClientMax() int¶
- C++ signature :
int perClientMax()
- rr.perJobCurrent() int¶
- C++ signature :
int perJobCurrent()
- rr.perJobMax() int¶
- C++ signature :
int perJobMax()