1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Document the requirement to update GPU particle visibility

This also updates some option names in the editor for consistency
and accuracy.

See #44955.
This commit is contained in:
Hugo Locurcio
2021-01-06 19:15:03 +01:00
parent a18df71789
commit cec16357ef
6 changed files with 10 additions and 4 deletions

View File

@@ -469,7 +469,7 @@ ParticlesEditor::ParticlesEditor() {
particles_editor_hb->hide();
options->set_text(TTR("Particles"));
options->get_popup()->add_item(TTR("Generate AABB"), MENU_OPTION_GENERATE_AABB);
options->get_popup()->add_item(TTR("Generate Visibility AABB"), MENU_OPTION_GENERATE_AABB);
options->get_popup()->add_separator();
options->get_popup()->add_item(TTR("Create Emission Points From Mesh"), MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH);
options->get_popup()->add_item(TTR("Create Emission Points From Node"), MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_NODE);