From ea473594086ebc4d0f5ec8d3cb5fac1607909571 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 7 Jul 2018 09:04:22 -0300 Subject: Add option to convert Particles to CPUParticles --- editor/plugins/particles_editor_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/plugins/particles_editor_plugin.h') diff --git a/editor/plugins/particles_editor_plugin.h b/editor/plugins/particles_editor_plugin.h index d1fef1fbc1..622ce6e8a9 100644 --- a/editor/plugins/particles_editor_plugin.h +++ b/editor/plugins/particles_editor_plugin.h @@ -84,6 +84,7 @@ class ParticlesEditor : public ParticlesEditorBase { MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE, MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH, MENU_OPTION_CLEAR_EMISSION_VOLUME, + MENU_OPTION_CONVERT_TO_CPU_PARTICLES, }; -- cgit v1.2.3