Fix and restore text, material and mesh previewers.
This commit is contained in:
parent
0a7de5472f
commit
53bec9deeb
11 changed files with 350 additions and 95 deletions
|
|
@ -5904,6 +5904,8 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin(memnew(SkeletonEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(SkeletonIKEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(PhysicalBonePlugin(this)));
|
||||
add_editor_plugin(memnew(MeshEditorPlugin(this)));
|
||||
add_editor_plugin(memnew(MaterialEditorPlugin(this)));
|
||||
|
||||
for (int i = 0; i < EditorPlugins::get_plugin_count(); i++)
|
||||
add_editor_plugin(EditorPlugins::create(i, this));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue