1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Merge pull request #93017 from Chaosus/vs_mesh_emitter_drag_and_drop

Allow drag & drop Mesh to create MeshEmitter in visual shaders
This commit is contained in:
Rémi Verschelde
2024-08-28 00:11:01 +02:00
2 changed files with 16 additions and 0 deletions

View File

@@ -414,6 +414,7 @@ class VisualShaderEditor : public ShaderEditor {
int custom_node_option_idx;
int curve_node_option_idx;
int curve_xyz_node_option_idx;
int mesh_emitter_option_idx;
List<String> keyword_list;
List<VisualShaderNodeParameterRef> uniform_refs;