Redo the shader editor
* Shader editor is permanent (no longer transient). * Can edit multiple files at the same time. Likely fixes many usability issues (please lend me a hand Bugsquad team to identify them).
This commit is contained in:
parent
2e8862887c
commit
73c102f272
6 changed files with 230 additions and 84 deletions
|
|
@ -7047,7 +7047,6 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin(VersionControlEditorPlugin::get_singleton());
|
||||
add_editor_plugin(memnew(ShaderEditorPlugin));
|
||||
add_editor_plugin(memnew(ShaderFileEditorPlugin));
|
||||
add_editor_plugin(memnew(VisualShaderEditorPlugin));
|
||||
|
||||
add_editor_plugin(memnew(Camera3DEditorPlugin));
|
||||
add_editor_plugin(memnew(ThemeEditorPlugin));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue