Red9_Tools¶
Red9 Tools is the module for general tools within Red9
Main Classes
SceneReviewerUI () |
this is the reporter Dialogue that the scriptNode calls to display and edit the |
SceneReviewer () |
This is a really simple proc that will stamp data onto the time node and retrieve it so that leads can review and enter info into the scene itself. |
RecordAttrs () |
Simple class to use the Mouse as a MoCap input device #BUG : Maya can’t now record fucking rotate channels as it pushes a unitConvert Node between the rotate and the record plugs and nothing gets captured. |
-
class
SceneReviewerUI
¶ Bases:
object
this is the reporter Dialogue that the scriptNode calls to display and edit the sceneReview data, held on the time node
-
classmethod
show
()¶
-
getSceneName
()¶
-
updateInternalDict
(*args)¶
-
addNewComment
(*args)¶
-
resizeTextScrollers
()¶
-
classmethod
-
class
SceneReviewer
¶ Bases:
object
This is a really simple proc that will stamp data onto the time node and retrieve it so that leads can review and enter info into the scene itself. Why the time1 node??? this saves any issues with merging scenes as the time node is one of the only nodes in Maya that can only exist once, and is managed in that way internally
-
addScriptNode
(*args)¶
-
getReportData
()¶
-
storeReportData
()¶
-
pushCommentToHistory
()¶
-
exists
()¶
-
selectScriptNode
()¶
-
deleteScriptNode
(*args)¶
-
scriptNodeFunc
()¶
-
-
class
RecordAttrs
¶ Bases:
object
Simple class to use the Mouse as a MoCap input device #BUG : Maya can’t now record fucking rotate channels as it pushes a unitConvert Node between the rotate and the record plugs and nothing gets captured. Trying to figure a way round this
-
classmethod
show
()¶
-
addAttrsToRecord
(attrs=None, *args)¶
-
removeAttrsToRecord
(attrs=None, *args)¶
-
recordStart
()¶
-
recordStop
()¶
-
classmethod