-Ability to set default import presets for type
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
This commit is contained in:
parent
380eae2cc0
commit
66009706c9
12 changed files with 348 additions and 223 deletions
|
|
@ -57,6 +57,12 @@ class ImportDock : public VBoxContainer {
|
|||
|
||||
void _reimport();
|
||||
|
||||
enum {
|
||||
ITEM_SET_AS_DEFAULT = 100,
|
||||
ITEM_LOAD_DEFAULT,
|
||||
ITEM_CLEAR_DEFAULT,
|
||||
};
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue