Visual Shader Editing for 2D
Editing 2D shaders with visual editor seems to work now.
This commit is contained in:
parent
79af805710
commit
11c1756257
12 changed files with 137 additions and 29 deletions
|
|
@ -4035,7 +4035,8 @@ EditorNode::EditorNode() {
|
|||
add_editor_plugin( memnew( ScriptEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( EditorHelpPlugin(this) ) );
|
||||
add_editor_plugin( memnew( AnimationPlayerEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ShaderGraphEditorPlugin(this) ) );
|
||||
add_editor_plugin( memnew( ShaderGraphEditorPlugin(this,true) ) );
|
||||
add_editor_plugin( memnew( ShaderGraphEditorPlugin(this,false) ) );
|
||||
add_editor_plugin( memnew( ShaderEditorPlugin(this,true) ) );
|
||||
add_editor_plugin( memnew( ShaderEditorPlugin(this,false) ) );
|
||||
add_editor_plugin( memnew( CameraEditorPlugin(this) ) );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue