mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Various fixes
This commit is contained in:
parent
60a29777fa
commit
3fa7a0d4fa
27 changed files with 171 additions and 177 deletions
|
|
@ -854,6 +854,11 @@ function WorldEditorPlugin::onActivated( %this )
|
|||
EWorldEditor.makeFirstResponder(true);
|
||||
EditorTree.open($scenesRootGroup,true);
|
||||
EWCreatorWindow.setNewObjectGroup(getScene(0));
|
||||
|
||||
EditorTree.expandItem(1);
|
||||
EditorTree.buildVisibleTree(true);
|
||||
EditorTree.expandItem(2);
|
||||
EditorTree.buildVisibleTree(true);
|
||||
|
||||
EWorldEditor.syncGui();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue