Merge pull request #94371 from KoBeWi/insane_particle_unification_😱

Unify particle editors
This commit is contained in:
Thaddeus Crews 2024-10-14 14:09:42 -05:00
commit 5c00d0a54e
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
14 changed files with 1192 additions and 1820 deletions

View file

@ -6737,10 +6737,6 @@ EditorNode::EditorNode() {
ED_SHORTCUT("editor/group_selected_nodes", TTR("Group Selected Node(s)"), KeyModifierMask::CMD_OR_CTRL | Key::G);
ED_SHORTCUT("editor/ungroup_selected_nodes", TTR("Ungroup Selected Node(s)"), KeyModifierMask::CMD_OR_CTRL | KeyModifierMask::SHIFT | Key::G);
// Used in the GPUParticles/CPUParticles 2D/3D editor plugins.
// The shortcut is Ctrl + R even on macOS, as Cmd + R is used to run the current scene on macOS.
ED_SHORTCUT("particles/restart_emission", TTR("Restart Emission"), KeyModifierMask::CTRL | Key::R);
FileAccess::set_backup_save(EDITOR_GET("filesystem/on_save/safe_save_on_backup_then_rename"));
_update_vsync_mode();