SelectChain

導入

v4.0

カテゴリ

選択

詳細

現在選択されているボーン/エフェクタ オブジェクトを保持するチェインのルートをブランチ選択します。

これは、「SelectObj , "CHAIN"」を呼び出した場合と同じです。

スクリプト構文

SelectChain( [CheckObjectSelectability] );

パラメータ

パラメータ タイプ 詳細
CheckObjectSelectability ブール 選択不可のマークが付いているチェイン オブジェクトを選択するかどうかを指定します。

デフォルト値: False

指定可能な値:

説明:

False 選択不可としてマーキングされたチェインオブジェクトも選択します。
True 選択不可としてマーキングされたチェインオブジェクトは選択しません。

VBScript の例

'The following example uses SelectChain to branch-select the root of the chain that owns the currently selected bone.
NewScene
Create2DSkeleton -4.24271844660194, -1.68031960708853, 0, -2.14563106796117, 2.67102827716385, 0, 0, 0, 0, 4
AppendBone "eff", -0.825242718446603, -1.97170451005186, 0
AppendBone "eff", 1.81553398058252, 2.74873091795407, 0
AppendBone "eff", 3.3495145631068, -1.79687356827387, 0
SelectObj "bone1", , True
SelectChain
logMessage "The whole chain (ie: root) should now be selected in branch"