* Model Browser: default bind '/'

m1 = assign model to selected entity nodes (shift + e to select nodes of group entities)
		m1x2 = insert "misc_model" with given model
		m1 drag = rotate model
		Preferences.Model Browser: list of * separated folderToLoad/depth values, e.g. *models/mapobjects/99*maps/1*; */99* loads root
This commit is contained in:
Garux
2020-04-26 07:28:23 +03:00
parent 49b725a1b2
commit 06cd1e98ff
12 changed files with 1547 additions and 39 deletions

View File

@@ -59,6 +59,7 @@
#include "points.h"
#include "gtkmisc.h"
#include "texwindow.h"
#include "modelwindow.h"
#include "mainframe.h"
#include "build.h"
#include "mru.h"
@@ -246,6 +247,7 @@ Radiant(){
XYWindow_Construct();
BuildMonitor_Construct();
TextureBrowser_Construct();
ModelBrowser_Construct();
Entity_Construct();
Autosave_Construct();
EntityInspector_construct();
@@ -265,6 +267,7 @@ Radiant(){
EntityInspector_destroy();
Autosave_Destroy();
Entity_Destroy();
ModelBrowser_Destroy();
TextureBrowser_Destroy();
BuildMonitor_Destroy();
XYWindow_Destroy();