path joint

パスジョイントの操作に使用する。
形状の一部として保持されている設定値をプラグイン/スクリプトから容易に取得するためのインターフェイス。


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