メソッド ¶
path()
→ str
チャンネルグラフ選択に関連付けられているパラメータパスを返します。
keyframes()
→ tuple
of hou.BaseKeyframe
パラメータ上のキーフレームを返します。 選択配列はキーフレームの順番に一致します。
flags()
→ tuple
of int
パラメータのすべてのキーフレームのRaw選択フラグを返します。
setFlags()
→ tuple
of int
パラメータのすべてのキーフレームに対してRaw選択フラグを設定します。
values()
→ tuple
of int
パラメータのすべてのキーフレームのValue選択フラグを返します。
timeMarks()
→ tuple
of int
パラメータのすべてのキーフレームのTime Mark選択フラグを返します。
slopes()
→ tuple
of int
パラメータのすべてのキーフレームのSlope選択フラグを返します。
accelerations()
→ tuple
of int
パラメータのすべてのキーフレームのAcceleration選択フラグを返します。
segments()
→ tuple
of int
パラメータのすべてのキーフレームのSegment選択フラグを返します。
inValues()
→ tuple
of int
パラメータのすべてのキーフレームのIn Value選択フラグを返します。
inSlopes()
→ tuple
of int
パラメータのすべてのキーフレームのIn Slope選択フラグを返します。
inAccelerations()
→ tuple
of int
パラメータのすべてのキーフレームのIn Acceleration選択フラグを返します。
outValues()
→ tuple
of int
パラメータのすべてのキーフレームのOut Value選択フラグを返します。
outSlopes()
→ tuple
of int
パラメータのすべてのキーフレームのOut Slope選択フラグを返します。
outAccelerations()
→ tuple
of int
パラメータのすべてのキーフレームのOut Acceleration選択フラグを返します。
selectValues(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームValueハンドルを選択します。
selectTimeMarks(self,selections)
Time Markハンドルを選択します。
selectSlopes(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームSlopeハンドルを選択します。
selectAccelerations(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームAccelerationハンドルを選択します。
selectSegments(self,selections)
Segmentハンドルを選択します。
deselectValues(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームValueハンドルを選択解除します。
deselectTimeMarks(self,selections)
Time Markハンドルを選択解除します。
deselectSlopes(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームSlopeハンドルを選択解除します。
deselectAccelerations(self,selections,sel_incoming,sel_outgoing)
InまたはOutのキーフレームAccelerationハンドルを選択解除します。
deselectSegments(self,selections)
Segmentハンドルを選択解除します。