|
@@ -88,7 +88,6 @@
|
|
#include "editor/plugins/mesh_editor_plugin.h"
|
|
#include "editor/plugins/mesh_editor_plugin.h"
|
|
#include "editor/plugins/mesh_instance_editor_plugin.h"
|
|
#include "editor/plugins/mesh_instance_editor_plugin.h"
|
|
#include "editor/plugins/multimesh_editor_plugin.h"
|
|
#include "editor/plugins/multimesh_editor_plugin.h"
|
|
-#include "editor/plugins/navigation_mesh_editor_plugin.h"
|
|
|
|
#include "editor/plugins/navigation_polygon_editor_plugin.h"
|
|
#include "editor/plugins/navigation_polygon_editor_plugin.h"
|
|
#include "editor/plugins/particles_2d_editor_plugin.h"
|
|
#include "editor/plugins/particles_2d_editor_plugin.h"
|
|
#include "editor/plugins/particles_editor_plugin.h"
|
|
#include "editor/plugins/particles_editor_plugin.h"
|
|
@@ -5365,7 +5364,6 @@ EditorNode::EditorNode() {
|
|
add_editor_plugin(memnew(TextureEditorPlugin(this)));
|
|
add_editor_plugin(memnew(TextureEditorPlugin(this)));
|
|
add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor)));
|
|
add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor)));
|
|
add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor)));
|
|
add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor)));
|
|
- add_editor_plugin(memnew(NavigationMeshEditorPlugin(this)));
|
|
|
|
add_editor_plugin(memnew(SkeletonEditorPlugin(this)));
|
|
add_editor_plugin(memnew(SkeletonEditorPlugin(this)));
|
|
add_editor_plugin(memnew(PhysicalBonePlugin(this)));
|
|
add_editor_plugin(memnew(PhysicalBonePlugin(this)));
|
|
|
|
|