|
@@ -2910,7 +2910,7 @@ class SceneEditor {
|
|
|
if (t != null)
|
|
|
roots.push(t);
|
|
|
}
|
|
|
-/*
|
|
|
+
|
|
|
// Handle the export of selection into a fbx file
|
|
|
Ide.inst.chooseFileSave("Export.fbx", function(filePath) {
|
|
|
if (filePath != null) {
|
|
@@ -2920,7 +2920,6 @@ class SceneEditor {
|
|
|
Ide.inst.message('Successfully exported object at path : ${filePath}');
|
|
|
}
|
|
|
});
|
|
|
-*/
|
|
|
}
|
|
|
|
|
|
function groupSelection() {
|