feat: modules moved and engine moved to submodule

This commit is contained in:
Jan van der Weide 2025-04-12 18:40:44 +02:00
parent dfb5e645cd
commit c33d2130cc
5136 changed files with 225275 additions and 64485 deletions

View file

@ -166,7 +166,7 @@ void ShaderFileEditor::_update_options() {
}
}
if (version_list.size() == 0) {
if (version_list.is_empty()) {
for (int i = 0; i < RD::SHADER_STAGE_MAX; i++) {
stages[i]->set_disabled(true);
}
@ -319,6 +319,3 @@ ShaderFileEditorPlugin::ShaderFileEditorPlugin() {
button = EditorNode::get_bottom_panel()->add_item(TTR("ShaderFile"), shader_editor, ED_SHORTCUT_AND_COMMAND("bottom_panels/toggle_shader_file_bottom_panel", TTRC("Toggle ShaderFile Bottom Panel")));
button->hide();
}
ShaderFileEditorPlugin::~ShaderFileEditorPlugin() {
}