パスジョイントの操作に使用する。
形状の一部として保持されている設定値をプラグイン/スクリプトから容易に取得するためのインターフェイス。
xshade |
↑ |
shape |
↑ |
path_joint |
correction | パス補正 |
flat | フラット |
limit | 範囲 |
path_position | スライダ |
range | 範囲のオン/オフ |
correction
パス補正。
型 :
int : 0 : コントロールポイント、1 : 等速
print xshade.scene().active_shape().path_joint.correction
flat
フラット。
型 :
bool : True : フラット、False : 階層
print xshade.scene().active_shape().path_joint.flat
limit
範囲。
型 :
float2
print xshade.scene().active_shape().path_joint.limit
path_position
スライダ。
型 :
float
print xshade.scene().active_shape().path_joint.path_position
range
範囲のオン/オフ。
型 :
bool
print xshade.scene().active_shape().path_joint.range