v1.0
Toolbar Panel の指定のツールバー メニューに切り替えます。 ツールバーのメニューには、[Model]、[Animate]、[Render]、[Simulate]、および[Hair]の各メニューがあります。
注: パネルを切り替える場合(Toolbar Panel、Weight Paint Panel など)、 代わりに OpenView コマンドを使用する必要があります。
SwitchToolbar( Target ); |
パラメータ | タイプ | 説明 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Target | Integer |
ツールバー ID
|
/* 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 ); |