SwitchToolbar

導入

v1.0

詳細

Toolbar Panel の指定のツールバー メニューに切り替えます。 ツールバーのメニューには、[Model]、[Animate]、[Render]、[Simulate]、および[Hair]の各メニューがあります。

注: パネルを切り替える場合(Toolbar Panel、Weight Paint Panel など)、 代わりに OpenView コマンドを使用する必要があります。

スクリプト構文

SwitchToolbar( Target );

パラメータ

パラメータ タイプ 説明
Target Integer ツールバー ID

指定可能な値:

説明:

1 [Model]ツールバー
2 [Animate]ツールバー
3 [Render]ツールバー
4 [Simulate]ツールバー
5 [Hair]ツールバー

JScript の例

/* 

	This example opens the Weight Paint Panel, then the Toolbar Panel, then switches

	to the Simulate and then Hair menus on that panel. (It happens so fast

	that you can't really see it well in the UI, but you can run each line

	individually to see each result.)

*/

OpenView( "Weight Paint Panel" );

OpenView( "Toolbar Panel" );

SwitchToolbar( 4 );

SwitchToolbar( 5 );

関連項目

OpenView