OpenXSIExplorer

導入

v4.0

詳細

ビューア(右側)に入力ビューが設定された状態で、XSI Explorer を開きます。 Explorer ツリー(左側)には、入力オブジェクトが選択された状態で、入力オブジェクトが表示されます。

スクリプト構文

oReturn = OpenXSIExplorer( [Scope], [Viewer], [InputObjs], [ShowToolbar], Title, [Reuse] );

戻り値

新しい XSI Explorer ビューを View オブジェクトとして戻します。

パラメータ

パラメータ タイプ 説明
Scope siExplorerScope Explorer に表示する、ツリーのスコープ

デフォルト値: siExplorerScopeDefault

Viewer 文字列 XSI Explorer に表示するビューア(Object View など)

デフォルト値:なし:XSI Explorerはデフォルトで、直前に表示していたビューアを表示します。

指定可能な値:

説明:

Schematic Schematic
Object View Object View
Render Tree Render Tree
Explorer Explorer
Texture Editor Texture Editor
Image Clip Viewer Image Clip Viewer
Property Editor Property Editor
InputObjs 文字列 オブジェクトのリスト(たとえば、cone)。

デフォルト値:現在選択されているオブジェクト

ShowToolbar Boolean XSI Explorer を表示するかどうかを指定します。

デフォルト値: True

Title 文字列 専用のウィンドウ タイトル(デフォルトのタイトルを使用する場合には空にします)。

デフォルト値: ""

Reuse Boolean True に設定すると現在の OpenXSIExplorer を再利用し、False に設定すると新規の OpenXSIExplorer が開きます。

デフォルト値: True

VBScript の例

'Create an object and set a key on it

CreatePrim "Cone", "MeshSurface"

Translate , -7.92963227268228, 5.31226706028277, -0.531226706028277, siRelative, siView, siObj, siXYZ

SaveKey "cone.kine.local.posx,cone.kine.local.posy,cone.kine.local.posz", 1

'Open the XSI Explorer with the default viewer

OpenXSIExplorer

'Open the XSI Explorer with the Object Viewer as the viewer and automatically show the input object

OpenXSIExplorer "Object View", "cone"

関連項目

OpenView