Methods ¶
parm()
→ hou.Parm
Return the parameter associated with the channel graph selection.
path()
→ str
Return the parameter path associated with the channel graph selection.
keyframes()
→ tuple
of hou.BaseKeyframe
Return the keyframes on the parameter. The selection arrays match the order of the keyframes.
flags()
→ tuple
of int
Return the raw selection flags for all keyframes of the parameter.
setFlags()
→ tuple
of int
Set the raw selection flags for all keyframes of the parameter.
values()
→ tuple
of int
Return the value selection flags for all keyframes of the parameter.
timeMarks()
→ tuple
of int
Return the time mark selection flags for all keyframes of the parameter.
slopes()
→ tuple
of int
Return the slope selection flags for all keyframes of the parameter.
accelerations()
→ tuple
of int
Return the acceleration selection flags for all keyframes of the parameter.
segments()
→ tuple
of int
Return the segment selection flags for all keyframes of the parameter.
inValues()
→ tuple
of int
Return the incoming value selection flags for all keyframes of the parameter.
inSlopes()
→ tuple
of int
Return the incoming slope selection flags for all keyframes of the parameter.
inAccelerations()
→ tuple
of int
Return the incoming acceleration selection flags for all keyframes of the parameter.
outValues()
→ tuple
of int
Return the outgoing value selection flags for all keyframes of the parameter.
outSlopes()
→ tuple
of int
Return the outgoing slope selection flags for all keyframes of the parameter.
outAccelerations()
→ tuple
of int
Return the outgoing acceleration selection flags for all keyframes of the parameter.
selectValues(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe value handles.
selectTimeMarks(self,selections)
Select time mark handles.
selectSlopes(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe slope handles.
selectAccelerations(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe acceleration handles.
selectSegments(self,selections)
Select segment handles.
deselectValues(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe value handles.
deselectTimeMarks(self,selections)
Select time mark handles.
deselectSlopes(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe slope handles.
deselectAccelerations(self,selections,sel_incoming,sel_outgoing)
Select incoming or outgoing keyframe acceleration handles.
deselectSegments(self,selections)
Select segment handles.