Shape Manager および Shape Editor 属性

導入

v5.0

Shape Manager と Shape Editor のビュー属性です。カスタム メニュー フックから Shape Manager または Shape Editor の機能を拡張すると、これらの属性を使用できます。これらの属性のいくつかは、View.GetAttributeValue および View.SetAttributeValue で使用できますが、View.GetAttributeValue でしか使用できないものもあります。表の 3 番目の列で確認してください。

Relational View をカスタマイズするときに使用できる属性のタイプの全リストについては、「ViewAttributes」を参照してくだい。
属性名 詳細 サポート
targetcontent Shape Manager/Editor ビューの現在のオブジェクトの完全な名前を戻します。 Shape Manager/Editor が空の場合、空の文字列を戻します。

指定可能な値:

説明:

<name of a scene item> Shape Manager/Editor に含まれるオブジェクトの SIObject.FullName
View.GetAttributeValue のみ
createselection Shape Manager/Editor の[作成]タブで選択されている ShapeKey の名前(SIObject.FullName)をカンマで区切ったリストを返します。 これは、targetcontent に実際の ShapeKey がある場合のみ、空の文字列以外を戻します。 Shape Manager/Editor がアニメーションの結果として表示される、またはベースシェイプの結果として表示される場合、"Result"または"BaseShape"の値をそれぞれ戻します。

指定可能な値:

説明:

<name of a scene item> Shape Manager/Editor の[作成]タブで選択したシェイプ キー名(SIObject.FullName)のカンマ区切りリスト。
View.GetAttributeValue のみ
animateselection Shape Manager/Editor の[アニメート]タブで選択されている Parameter の名前(SIObject.FullName)をカンマで区切ったリストを返します。 これは、Shape Manager/Editor が作成モードの場合に空の文字列を戻します。

指定可能な値:

説明:

<name of a scene item> Shape Manager/Editor の[アニメート]タブで選択したシェイプ キー名(SIObject.FullName)のカンマ区切りリスト。
View.GetAttributeValue のみ
refresh Shape Manager/Editorによって現在のオブジェクトの状態はリフレッシュされます。

指定可能な値:

説明:

<any value> この値は無視されます。
View.SetAttributeValue のみ。