From 3acebdeecdbd31be44be26bb3f56c37a8fd1416e Mon Sep 17 00:00:00 2001 From: "Andrii Doroshenko (Xrayez)" Date: Sun, 8 Mar 2020 19:32:25 +0200 Subject: [PATCH] Fix missing module editor icons Module icons need to be renamed to PascalCase as well for them to be registered in 4.0. See godotengine/godot#36513. --- modules/csg/icons/{icon_c_s_g_box.svg => CSGBox.svg} | 0 modules/csg/icons/{icon_c_s_g_capsule.svg => CSGCapsule.svg} | 0 modules/csg/icons/{icon_c_s_g_combiner.svg => CSGCombiner.svg} | 0 modules/csg/icons/{icon_c_s_g_cylinder.svg => CSGCylinder.svg} | 0 modules/csg/icons/{icon_c_s_g_mesh.svg => CSGMesh.svg} | 0 modules/csg/icons/{icon_c_s_g_polygon.svg => CSGPolygon.svg} | 0 modules/csg/icons/{icon_c_s_g_sphere.svg => CSGSphere.svg} | 0 modules/csg/icons/{icon_c_s_g_torus.svg => CSGTorus.svg} | 0 .../icons/{icon_g_d_native_library.svg => GDNativeLibrary.svg} | 0 .../gdnative/icons/{icon_native_script.svg => NativeScript.svg} | 0 modules/gdscript/icons/{icon_g_d_script.svg => GDScript.svg} | 0 modules/gridmap/icons/{icon_grid_map.svg => GridMap.svg} | 0 modules/mono/icons/{icon_c_sharp_script.svg => CSharpScript.svg} | 0 .../icons/{icon_noise_texture.svg => NoiseTexture.svg} | 0 .../icons/{icon_visual_script.svg => VisualScript.svg} | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename modules/csg/icons/{icon_c_s_g_box.svg => CSGBox.svg} (100%) rename modules/csg/icons/{icon_c_s_g_capsule.svg => CSGCapsule.svg} (100%) rename modules/csg/icons/{icon_c_s_g_combiner.svg => CSGCombiner.svg} (100%) rename modules/csg/icons/{icon_c_s_g_cylinder.svg => CSGCylinder.svg} (100%) rename modules/csg/icons/{icon_c_s_g_mesh.svg => CSGMesh.svg} (100%) rename modules/csg/icons/{icon_c_s_g_polygon.svg => CSGPolygon.svg} (100%) rename modules/csg/icons/{icon_c_s_g_sphere.svg => CSGSphere.svg} (100%) rename modules/csg/icons/{icon_c_s_g_torus.svg => CSGTorus.svg} (100%) rename modules/gdnative/icons/{icon_g_d_native_library.svg => GDNativeLibrary.svg} (100%) rename modules/gdnative/icons/{icon_native_script.svg => NativeScript.svg} (100%) rename modules/gdscript/icons/{icon_g_d_script.svg => GDScript.svg} (100%) rename modules/gridmap/icons/{icon_grid_map.svg => GridMap.svg} (100%) rename modules/mono/icons/{icon_c_sharp_script.svg => CSharpScript.svg} (100%) rename modules/opensimplex/icons/{icon_noise_texture.svg => NoiseTexture.svg} (100%) rename modules/visual_script/icons/{icon_visual_script.svg => VisualScript.svg} (100%) diff --git a/modules/csg/icons/icon_c_s_g_box.svg b/modules/csg/icons/CSGBox.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_box.svg rename to modules/csg/icons/CSGBox.svg diff --git a/modules/csg/icons/icon_c_s_g_capsule.svg b/modules/csg/icons/CSGCapsule.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_capsule.svg rename to modules/csg/icons/CSGCapsule.svg diff --git a/modules/csg/icons/icon_c_s_g_combiner.svg b/modules/csg/icons/CSGCombiner.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_combiner.svg rename to modules/csg/icons/CSGCombiner.svg diff --git a/modules/csg/icons/icon_c_s_g_cylinder.svg b/modules/csg/icons/CSGCylinder.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_cylinder.svg rename to modules/csg/icons/CSGCylinder.svg diff --git a/modules/csg/icons/icon_c_s_g_mesh.svg b/modules/csg/icons/CSGMesh.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_mesh.svg rename to modules/csg/icons/CSGMesh.svg diff --git a/modules/csg/icons/icon_c_s_g_polygon.svg b/modules/csg/icons/CSGPolygon.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_polygon.svg rename to modules/csg/icons/CSGPolygon.svg diff --git a/modules/csg/icons/icon_c_s_g_sphere.svg b/modules/csg/icons/CSGSphere.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_sphere.svg rename to modules/csg/icons/CSGSphere.svg diff --git a/modules/csg/icons/icon_c_s_g_torus.svg b/modules/csg/icons/CSGTorus.svg similarity index 100% rename from modules/csg/icons/icon_c_s_g_torus.svg rename to modules/csg/icons/CSGTorus.svg diff --git a/modules/gdnative/icons/icon_g_d_native_library.svg b/modules/gdnative/icons/GDNativeLibrary.svg similarity index 100% rename from modules/gdnative/icons/icon_g_d_native_library.svg rename to modules/gdnative/icons/GDNativeLibrary.svg diff --git a/modules/gdnative/icons/icon_native_script.svg b/modules/gdnative/icons/NativeScript.svg similarity index 100% rename from modules/gdnative/icons/icon_native_script.svg rename to modules/gdnative/icons/NativeScript.svg diff --git a/modules/gdscript/icons/icon_g_d_script.svg b/modules/gdscript/icons/GDScript.svg similarity index 100% rename from modules/gdscript/icons/icon_g_d_script.svg rename to modules/gdscript/icons/GDScript.svg diff --git a/modules/gridmap/icons/icon_grid_map.svg b/modules/gridmap/icons/GridMap.svg similarity index 100% rename from modules/gridmap/icons/icon_grid_map.svg rename to modules/gridmap/icons/GridMap.svg diff --git a/modules/mono/icons/icon_c_sharp_script.svg b/modules/mono/icons/CSharpScript.svg similarity index 100% rename from modules/mono/icons/icon_c_sharp_script.svg rename to modules/mono/icons/CSharpScript.svg diff --git a/modules/opensimplex/icons/icon_noise_texture.svg b/modules/opensimplex/icons/NoiseTexture.svg similarity index 100% rename from modules/opensimplex/icons/icon_noise_texture.svg rename to modules/opensimplex/icons/NoiseTexture.svg diff --git a/modules/visual_script/icons/icon_visual_script.svg b/modules/visual_script/icons/VisualScript.svg similarity index 100% rename from modules/visual_script/icons/icon_visual_script.svg rename to modules/visual_script/icons/VisualScript.svg