| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492 |
- /**************************************************************************/
- /* register_scene_types.cpp */
- /**************************************************************************/
- /* This file is part of: */
- /* GODOT ENGINE */
- /* https://godotengine.org */
- /**************************************************************************/
- /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */
- /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */
- /* */
- /* Permission is hereby granted, free of charge, to any person obtaining */
- /* a copy of this software and associated documentation files (the */
- /* "Software"), to deal in the Software without restriction, including */
- /* without limitation the rights to use, copy, modify, merge, publish, */
- /* distribute, sublicense, and/or sell copies of the Software, and to */
- /* permit persons to whom the Software is furnished to do so, subject to */
- /* the following conditions: */
- /* */
- /* The above copyright notice and this permission notice shall be */
- /* included in all copies or substantial portions of the Software. */
- /* */
- /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
- /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
- /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */
- /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
- /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
- /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
- /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
- /**************************************************************************/
- #include "register_scene_types.h"
- #include "core/config/project_settings.h"
- #include "core/object/class_db.h"
- #include "core/os/os.h"
- #include "scene/animation/animation_blend_space_1d.h"
- #include "scene/animation/animation_blend_space_2d.h"
- #include "scene/animation/animation_blend_tree.h"
- #include "scene/animation/animation_mixer.h"
- #include "scene/animation/animation_node_extension.h"
- #include "scene/animation/animation_node_state_machine.h"
- #include "scene/animation/animation_player.h"
- #include "scene/animation/animation_tree.h"
- #include "scene/animation/tween.h"
- #include "scene/audio/audio_stream_player.h"
- #include "scene/debugger/scene_debugger.h"
- #include "scene/gui/aspect_ratio_container.h"
- #include "scene/gui/box_container.h"
- #include "scene/gui/button.h"
- #include "scene/gui/center_container.h"
- #include "scene/gui/check_box.h"
- #include "scene/gui/check_button.h"
- #include "scene/gui/code_edit.h"
- #include "scene/gui/color_picker.h"
- #include "scene/gui/color_picker_shape.h"
- #include "scene/gui/color_rect.h"
- #include "scene/gui/control.h"
- #include "scene/gui/dialogs.h"
- #include "scene/gui/file_dialog.h"
- #include "scene/gui/flow_container.h"
- #include "scene/gui/foldable_container.h"
- #include "scene/gui/graph_edit.h"
- #include "scene/gui/graph_frame.h"
- #include "scene/gui/graph_node.h"
- #include "scene/gui/grid_container.h"
- #include "scene/gui/item_list.h"
- #include "scene/gui/label.h"
- #include "scene/gui/line_edit.h"
- #include "scene/gui/link_button.h"
- #include "scene/gui/margin_container.h"
- #include "scene/gui/menu_bar.h"
- #include "scene/gui/menu_button.h"
- #include "scene/gui/nine_patch_rect.h"
- #include "scene/gui/option_button.h"
- #include "scene/gui/panel.h"
- #include "scene/gui/panel_container.h"
- #include "scene/gui/popup_menu.h"
- #include "scene/gui/progress_bar.h"
- #include "scene/gui/reference_rect.h"
- #include "scene/gui/rich_text_effect.h"
- #include "scene/gui/rich_text_label.h"
- #include "scene/gui/scroll_bar.h"
- #include "scene/gui/scroll_container.h"
- #include "scene/gui/separator.h"
- #include "scene/gui/slider.h"
- #include "scene/gui/spin_box.h"
- #include "scene/gui/split_container.h"
- #include "scene/gui/subviewport_container.h"
- #include "scene/gui/tab_bar.h"
- #include "scene/gui/tab_container.h"
- #include "scene/gui/text_edit.h"
- #include "scene/gui/texture_button.h"
- #include "scene/gui/texture_progress_bar.h"
- #include "scene/gui/texture_rect.h"
- #include "scene/gui/tree.h"
- #include "scene/gui/video_stream_player.h"
- #include "scene/gui/virtual_joystick.h"
- #include "scene/main/canvas_item.h"
- #include "scene/main/canvas_layer.h"
- #include "scene/main/http_request.h"
- #include "scene/main/instance_placeholder.h"
- #include "scene/main/missing_node.h"
- #include "scene/main/multiplayer_api.h"
- #include "scene/main/resource_preloader.h"
- #include "scene/main/scene_tree.h"
- #include "scene/main/shader_globals_override.h"
- #include "scene/main/status_indicator.h"
- #include "scene/main/timer.h"
- #include "scene/main/viewport.h"
- #include "scene/main/window.h"
- #include "scene/resources/animation_library.h"
- #include "scene/resources/atlas_texture.h"
- #include "scene/resources/audio_stream_polyphonic.h"
- #include "scene/resources/audio_stream_wav.h"
- #include "scene/resources/bit_map.h"
- #include "scene/resources/bone_map.h"
- #include "scene/resources/camera_attributes.h"
- #include "scene/resources/camera_texture.h"
- #include "scene/resources/canvas_item_material.h"
- #include "scene/resources/color_palette.h"
- #include "scene/resources/compositor.h"
- #include "scene/resources/compressed_texture.h"
- #include "scene/resources/curve_texture.h"
- #include "scene/resources/environment.h"
- #include "scene/resources/external_texture.h"
- #include "scene/resources/font.h"
- #include "scene/resources/gradient.h"
- #include "scene/resources/gradient_texture.h"
- #include "scene/resources/image_texture.h"
- #include "scene/resources/immediate_mesh.h"
- #include "scene/resources/label_settings.h"
- #include "scene/resources/material.h"
- #include "scene/resources/mesh_data_tool.h"
- #include "scene/resources/mesh_texture.h"
- #include "scene/resources/multimesh.h"
- #if !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- #include "scene/resources/navigation_mesh.h"
- #endif // !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- #include "scene/resources/dpi_texture.h"
- #include "scene/resources/packed_scene.h"
- #include "scene/resources/particle_process_material.h"
- #include "scene/resources/placeholder_textures.h"
- #include "scene/resources/portable_compressed_texture.h"
- #include "scene/resources/resource_format_text.h"
- #include "scene/resources/shader_include.h"
- #include "scene/resources/skeleton_profile.h"
- #include "scene/resources/sky.h"
- #include "scene/resources/style_box.h"
- #include "scene/resources/style_box_flat.h"
- #include "scene/resources/style_box_line.h"
- #include "scene/resources/style_box_texture.h"
- #include "scene/resources/surface_tool.h"
- #include "scene/resources/syntax_highlighter.h"
- #include "scene/resources/text_line.h"
- #include "scene/resources/text_paragraph.h"
- #include "scene/resources/texture.h"
- #include "scene/resources/texture_rd.h"
- #include "scene/resources/theme.h"
- #include "scene/resources/video_stream.h"
- #include "scene/resources/visual_shader.h"
- #include "scene/resources/visual_shader_nodes.h"
- #include "scene/resources/visual_shader_particle_nodes.h"
- #include "scene/resources/visual_shader_sdf_nodes.h"
- #include "scene/theme/theme_db.h"
- #ifndef DISABLE_DEPRECATED
- #include "scene/resources/animated_texture.h"
- #endif
- // 2D
- #include "scene/2d/animated_sprite_2d.h"
- #include "scene/2d/audio_listener_2d.h"
- #include "scene/2d/audio_stream_player_2d.h"
- #include "scene/2d/back_buffer_copy.h"
- #include "scene/2d/camera_2d.h"
- #include "scene/2d/canvas_group.h"
- #include "scene/2d/canvas_modulate.h"
- #include "scene/2d/cpu_particles_2d.h"
- #include "scene/2d/gpu_particles_2d.h"
- #include "scene/2d/light_2d.h"
- #include "scene/2d/light_occluder_2d.h"
- #include "scene/2d/line_2d.h"
- #include "scene/2d/marker_2d.h"
- #include "scene/2d/mesh_instance_2d.h"
- #include "scene/2d/multimesh_instance_2d.h"
- #include "scene/2d/parallax_2d.h"
- #include "scene/2d/path_2d.h"
- #include "scene/2d/polygon_2d.h"
- #include "scene/2d/remote_transform_2d.h"
- #include "scene/2d/skeleton_2d.h"
- #include "scene/2d/sprite_2d.h"
- #include "scene/2d/tile_map_layer.h"
- #include "scene/2d/visible_on_screen_notifier_2d.h"
- #include "scene/resources/2d/polygon_path_finder.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_ccdik.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_fabrik.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_lookat.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_stackholder.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_twoboneik.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_stack_2d.h"
- #include "scene/resources/2d/tile_set.h"
- #include "scene/resources/world_2d.h"
- #ifndef DISABLE_DEPRECATED
- #include "scene/2d/parallax_background.h"
- #include "scene/2d/parallax_layer.h"
- #include "scene/2d/tile_map.h"
- #endif
- #ifndef NAVIGATION_2D_DISABLED
- #include "scene/2d/navigation/navigation_agent_2d.h"
- #include "scene/2d/navigation/navigation_link_2d.h"
- #include "scene/2d/navigation/navigation_obstacle_2d.h"
- #include "scene/2d/navigation/navigation_region_2d.h"
- #include "scene/resources/2d/navigation_mesh_source_geometry_data_2d.h"
- #include "scene/resources/2d/navigation_polygon.h"
- #endif // NAVIGATION_2D_DISABLED
- #ifndef _3D_DISABLED
- #include "scene/3d/aim_modifier_3d.h"
- #include "scene/3d/audio_listener_3d.h"
- #include "scene/3d/audio_stream_player_3d.h"
- #include "scene/3d/bone_attachment_3d.h"
- #include "scene/3d/bone_constraint_3d.h"
- #include "scene/3d/bone_twist_disperser_3d.h"
- #include "scene/3d/camera_3d.h"
- #include "scene/3d/ccd_ik_3d.h"
- #include "scene/3d/chain_ik_3d.h"
- #include "scene/3d/convert_transform_modifier_3d.h"
- #include "scene/3d/copy_transform_modifier_3d.h"
- #include "scene/3d/cpu_particles_3d.h"
- #include "scene/3d/decal.h"
- #include "scene/3d/fabr_ik_3d.h"
- #include "scene/3d/fog_volume.h"
- #include "scene/3d/gpu_particles_3d.h"
- #include "scene/3d/gpu_particles_collision_3d.h"
- #include "scene/3d/ik_modifier_3d.h"
- #include "scene/3d/importer_mesh_instance_3d.h"
- #include "scene/3d/iterate_ik_3d.h"
- #include "scene/3d/jacobian_ik_3d.h"
- #include "scene/3d/label_3d.h"
- #include "scene/3d/light_3d.h"
- #include "scene/3d/lightmap_gi.h"
- #include "scene/3d/lightmap_probe.h"
- #include "scene/3d/limit_angular_velocity_modifier_3d.h"
- #include "scene/3d/look_at_modifier_3d.h"
- #include "scene/3d/marker_3d.h"
- #include "scene/3d/mesh_instance_3d.h"
- #include "scene/3d/modifier_bone_target_3d.h"
- #include "scene/3d/multimesh_instance_3d.h"
- #include "scene/3d/node_3d.h"
- #include "scene/3d/occluder_instance_3d.h"
- #include "scene/3d/path_3d.h"
- #include "scene/3d/reflection_probe.h"
- #include "scene/3d/remote_transform_3d.h"
- #include "scene/3d/retarget_modifier_3d.h"
- #include "scene/3d/skeleton_3d.h"
- #include "scene/3d/skeleton_modifier_3d.h"
- #include "scene/3d/spline_ik_3d.h"
- #include "scene/3d/spring_bone_collision_3d.h"
- #include "scene/3d/spring_bone_collision_capsule_3d.h"
- #include "scene/3d/spring_bone_collision_plane_3d.h"
- #include "scene/3d/spring_bone_collision_sphere_3d.h"
- #include "scene/3d/spring_bone_simulator_3d.h"
- #include "scene/3d/sprite_3d.h"
- #include "scene/3d/two_bone_ik_3d.h"
- #include "scene/3d/visible_on_screen_notifier_3d.h"
- #include "scene/3d/voxel_gi.h"
- #include "scene/3d/world_environment.h"
- #include "scene/animation/root_motion_view.h"
- #include "scene/resources/3d/fog_material.h"
- #include "scene/resources/3d/importer_mesh.h"
- #include "scene/resources/3d/joint_limitation_3d.h"
- #include "scene/resources/3d/joint_limitation_cone_3d.h"
- #include "scene/resources/3d/mesh_library.h"
- #include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
- #include "scene/resources/3d/primitive_meshes.h"
- #include "scene/resources/3d/sky_material.h"
- #include "scene/resources/3d/world_3d.h"
- #ifndef NAVIGATION_3D_DISABLED
- #include "scene/3d/navigation/navigation_agent_3d.h"
- #include "scene/3d/navigation/navigation_link_3d.h"
- #include "scene/3d/navigation/navigation_obstacle_3d.h"
- #include "scene/3d/navigation/navigation_region_3d.h"
- #include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
- #endif // NAVIGATION_3D_DISABLED
- #ifndef XR_DISABLED
- #include "scene/3d/xr/xr_body_modifier_3d.h"
- #include "scene/3d/xr/xr_face_modifier_3d.h"
- #include "scene/3d/xr/xr_hand_modifier_3d.h"
- #include "scene/3d/xr/xr_nodes.h"
- #endif // XR_DISABLED
- #ifndef DISABLE_DEPRECATED
- #include "scene/3d/skeleton_ik_3d.h"
- #endif
- #endif // _3D_DISABLED
- #if !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
- #include "scene/resources/physics_material.h"
- #endif // !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
- #ifndef PHYSICS_2D_DISABLED
- #include "scene/2d/physics/animatable_body_2d.h"
- #include "scene/2d/physics/area_2d.h"
- #include "scene/2d/physics/character_body_2d.h"
- #include "scene/2d/physics/collision_polygon_2d.h"
- #include "scene/2d/physics/collision_shape_2d.h"
- #include "scene/2d/physics/joints/damped_spring_joint_2d.h"
- #include "scene/2d/physics/joints/groove_joint_2d.h"
- #include "scene/2d/physics/joints/joint_2d.h"
- #include "scene/2d/physics/joints/pin_joint_2d.h"
- #include "scene/2d/physics/kinematic_collision_2d.h"
- #include "scene/2d/physics/physical_bone_2d.h"
- #include "scene/2d/physics/physics_body_2d.h"
- #include "scene/2d/physics/ray_cast_2d.h"
- #include "scene/2d/physics/rigid_body_2d.h"
- #include "scene/2d/physics/shape_cast_2d.h"
- #include "scene/2d/physics/static_body_2d.h"
- #include "scene/2d/physics/touch_screen_button.h"
- #include "scene/resources/2d/capsule_shape_2d.h"
- #include "scene/resources/2d/circle_shape_2d.h"
- #include "scene/resources/2d/concave_polygon_shape_2d.h"
- #include "scene/resources/2d/convex_polygon_shape_2d.h"
- #include "scene/resources/2d/rectangle_shape_2d.h"
- #include "scene/resources/2d/segment_shape_2d.h"
- #include "scene/resources/2d/separation_ray_shape_2d.h"
- #include "scene/resources/2d/shape_2d.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_jiggle.h"
- #include "scene/resources/2d/skeleton/skeleton_modification_2d_physicalbones.h"
- #include "scene/resources/2d/world_boundary_shape_2d.h"
- #endif // PHYSICS_2D_DISABLED
- #ifndef PHYSICS_3D_DISABLED
- #include "scene/3d/physics/animatable_body_3d.h"
- #include "scene/3d/physics/area_3d.h"
- #include "scene/3d/physics/character_body_3d.h"
- #include "scene/3d/physics/collision_polygon_3d.h"
- #include "scene/3d/physics/collision_shape_3d.h"
- #include "scene/3d/physics/joints/cone_twist_joint_3d.h"
- #include "scene/3d/physics/joints/generic_6dof_joint_3d.h"
- #include "scene/3d/physics/joints/hinge_joint_3d.h"
- #include "scene/3d/physics/joints/joint_3d.h"
- #include "scene/3d/physics/joints/pin_joint_3d.h"
- #include "scene/3d/physics/joints/slider_joint_3d.h"
- #include "scene/3d/physics/kinematic_collision_3d.h"
- #include "scene/3d/physics/physical_bone_3d.h"
- #include "scene/3d/physics/physical_bone_simulator_3d.h"
- #include "scene/3d/physics/physics_body_3d.h"
- #include "scene/3d/physics/ray_cast_3d.h"
- #include "scene/3d/physics/rigid_body_3d.h"
- #include "scene/3d/physics/shape_cast_3d.h"
- #include "scene/3d/physics/soft_body_3d.h"
- #include "scene/3d/physics/spring_arm_3d.h"
- #include "scene/3d/physics/static_body_3d.h"
- #include "scene/3d/physics/vehicle_body_3d.h"
- #include "scene/resources/3d/box_shape_3d.h"
- #include "scene/resources/3d/capsule_shape_3d.h"
- #include "scene/resources/3d/concave_polygon_shape_3d.h"
- #include "scene/resources/3d/convex_polygon_shape_3d.h"
- #include "scene/resources/3d/cylinder_shape_3d.h"
- #include "scene/resources/3d/height_map_shape_3d.h"
- #include "scene/resources/3d/importer_mesh.h"
- #include "scene/resources/3d/mesh_library.h"
- #include "scene/resources/3d/navigation_mesh_source_geometry_data_3d.h"
- #include "scene/resources/3d/primitive_meshes.h"
- #include "scene/resources/3d/separation_ray_shape_3d.h"
- #include "scene/resources/3d/sphere_shape_3d.h"
- #include "scene/resources/3d/world_boundary_shape_3d.h"
- #endif // PHYSICS_3D_DISABLED
- static Ref<ResourceFormatSaverText> resource_saver_text;
- static Ref<ResourceFormatLoaderText> resource_loader_text;
- static Ref<ResourceFormatLoaderCompressedTexture2D> resource_loader_stream_texture;
- static Ref<ResourceFormatLoaderCompressedTextureLayered> resource_loader_texture_layered;
- static Ref<ResourceFormatLoaderCompressedTexture3D> resource_loader_texture_3d;
- static Ref<ResourceFormatSaverShader> resource_saver_shader;
- static Ref<ResourceFormatLoaderShader> resource_loader_shader;
- static Ref<ResourceFormatSaverShaderInclude> resource_saver_shader_include;
- static Ref<ResourceFormatLoaderShaderInclude> resource_loader_shader_include;
- void register_scene_types() {
- OS::get_singleton()->benchmark_begin_measure("Scene", "Register Types");
- SceneStringNames::create();
- OS::get_singleton()->yield(); // may take time to init
- Node::init_node_hrcr();
- if constexpr (GD_IS_CLASS_ENABLED(CompressedTexture2D)) {
- resource_loader_stream_texture.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_stream_texture);
- }
- if constexpr (GD_IS_CLASS_ENABLED(TextureLayered)) {
- resource_loader_texture_layered.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_texture_layered);
- }
- if constexpr (GD_IS_CLASS_ENABLED(Texture3D)) {
- resource_loader_texture_3d.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_texture_3d);
- }
- resource_saver_text.instantiate();
- ResourceSaver::add_resource_format_saver(resource_saver_text, true);
- resource_loader_text.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_text, true);
- if constexpr (GD_IS_CLASS_ENABLED(Shader)) {
- resource_saver_shader.instantiate();
- ResourceSaver::add_resource_format_saver(resource_saver_shader, true);
- resource_loader_shader.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_shader, true);
- }
- if constexpr (GD_IS_CLASS_ENABLED(ShaderInclude)) {
- resource_saver_shader_include.instantiate();
- ResourceSaver::add_resource_format_saver(resource_saver_shader_include, true);
- resource_loader_shader_include.instantiate();
- ResourceLoader::add_resource_format_loader(resource_loader_shader_include, true);
- }
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(Node);
- GDREGISTER_CLASS(MissingNode);
- GDREGISTER_ABSTRACT_CLASS(InstancePlaceholder);
- GDREGISTER_ABSTRACT_CLASS(CanvasItem);
- GDREGISTER_VIRTUAL_CLASS(Texture);
- GDREGISTER_VIRTUAL_CLASS(Texture2D);
- GDREGISTER_VIRTUAL_CLASS(Material);
- GDREGISTER_CLASS(PlaceholderMaterial);
- GDREGISTER_ABSTRACT_CLASS(Viewport);
- GDREGISTER_CLASS(SubViewport);
- GDREGISTER_CLASS(ViewportTexture);
- GDREGISTER_VIRTUAL_CLASS(CompositorEffect);
- GDREGISTER_ABSTRACT_CLASS(MultiplayerPeer);
- GDREGISTER_CLASS(MultiplayerPeerExtension);
- GDREGISTER_ABSTRACT_CLASS(MultiplayerAPI);
- GDREGISTER_CLASS(MultiplayerAPIExtension);
- GDREGISTER_CLASS(HTTPRequest);
- GDREGISTER_CLASS(Timer);
- GDREGISTER_CLASS(CanvasLayer);
- GDREGISTER_CLASS(ResourcePreloader);
- GDREGISTER_CLASS(Window);
- GDREGISTER_CLASS(StatusIndicator);
- /* REGISTER GUI */
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(Control);
- GDREGISTER_VIRTUAL_CLASS(BaseButton);
- GDREGISTER_CLASS(Button);
- GDREGISTER_CLASS(Label);
- GDREGISTER_VIRTUAL_CLASS(Range);
- GDREGISTER_ABSTRACT_CLASS(ScrollBar);
- GDREGISTER_CLASS(HScrollBar);
- GDREGISTER_CLASS(VScrollBar);
- GDREGISTER_CLASS(ProgressBar);
- GDREGISTER_ABSTRACT_CLASS(Slider);
- GDREGISTER_CLASS(HSlider);
- GDREGISTER_CLASS(VSlider);
- GDREGISTER_CLASS(Popup);
- GDREGISTER_CLASS(PopupPanel);
- GDREGISTER_CLASS(CheckBox);
- GDREGISTER_CLASS(CheckButton);
- GDREGISTER_CLASS(LinkButton);
- GDREGISTER_CLASS(Panel);
- GDREGISTER_CLASS(ButtonGroup);
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(Container);
- GDREGISTER_CLASS(TextureRect);
- GDREGISTER_CLASS(ColorRect);
- GDREGISTER_CLASS(NinePatchRect);
- GDREGISTER_CLASS(ReferenceRect);
- GDREGISTER_CLASS(AspectRatioContainer);
- GDREGISTER_CLASS(TabContainer);
- GDREGISTER_CLASS(TabBar);
- GDREGISTER_ABSTRACT_CLASS(Separator);
- GDREGISTER_CLASS(HSeparator);
- GDREGISTER_CLASS(VSeparator);
- GDREGISTER_CLASS(TextureButton);
- GDREGISTER_CLASS(BoxContainer);
- GDREGISTER_CLASS(HBoxContainer);
- GDREGISTER_CLASS(VBoxContainer);
- GDREGISTER_CLASS(GridContainer);
- GDREGISTER_CLASS(CenterContainer);
- GDREGISTER_CLASS(ScrollContainer);
- GDREGISTER_CLASS(PanelContainer);
- GDREGISTER_CLASS(FlowContainer);
- GDREGISTER_CLASS(HFlowContainer);
- GDREGISTER_CLASS(VFlowContainer);
- GDREGISTER_CLASS(MarginContainer);
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(TextureProgressBar);
- GDREGISTER_CLASS(ItemList);
- GDREGISTER_CLASS(LineEdit);
- GDREGISTER_CLASS(VideoStreamPlayer);
- GDREGISTER_VIRTUAL_CLASS(VideoStreamPlayback);
- GDREGISTER_VIRTUAL_CLASS(VideoStream);
- #ifndef ADVANCED_GUI_DISABLED
- GDREGISTER_CLASS(AcceptDialog);
- GDREGISTER_CLASS(ConfirmationDialog);
- GDREGISTER_CLASS(FileDialog);
- GDREGISTER_CLASS(PopupMenu);
- GDREGISTER_CLASS(Tree);
- GDREGISTER_CLASS(TextEdit);
- GDREGISTER_CLASS(CodeEdit);
- GDREGISTER_CLASS(SyntaxHighlighter);
- GDREGISTER_CLASS(CodeHighlighter);
- GDREGISTER_ABSTRACT_CLASS(TreeItem);
- GDREGISTER_CLASS(MenuBar);
- GDREGISTER_CLASS(MenuButton);
- GDREGISTER_CLASS(OptionButton);
- GDREGISTER_CLASS(SpinBox);
- GDREGISTER_CLASS(ColorPicker);
- GDREGISTER_CLASS(ColorPickerButton);
- GDREGISTER_CLASS(RichTextLabel);
- GDREGISTER_CLASS(RichTextEffect);
- GDREGISTER_CLASS(CharFXTransform);
- GDREGISTER_CLASS(SubViewportContainer);
- GDREGISTER_CLASS(SplitContainer);
- GDREGISTER_CLASS(HSplitContainer);
- GDREGISTER_CLASS(VSplitContainer);
- GDREGISTER_CLASS(GraphElement);
- GDREGISTER_CLASS(GraphNode);
- GDREGISTER_CLASS(GraphFrame);
- GDREGISTER_CLASS(GraphEdit);
- GDREGISTER_CLASS(FoldableGroup);
- GDREGISTER_CLASS(FoldableContainer);
- GDREGISTER_CLASS(VirtualJoystick);
- OS::get_singleton()->yield(); // may take time to init
- int swap_cancel_ok = GLOBAL_DEF(PropertyInfo(Variant::INT, "gui/common/swap_cancel_ok", PROPERTY_HINT_ENUM, "Auto,Cancel First,OK First"), 0);
- if (DisplayServer::get_singleton() && swap_cancel_ok == 0) {
- swap_cancel_ok = DisplayServer::get_singleton()->get_swap_cancel_ok() ? 2 : 1;
- }
- AcceptDialog::set_swap_cancel_ok(swap_cancel_ok == 2);
- #endif
- int root_dir = GLOBAL_GET("internationalization/rendering/root_node_layout_direction");
- Control::set_root_layout_direction(root_dir);
- Window::set_root_layout_direction(root_dir);
- /* REGISTER ANIMATION */
- GDREGISTER_CLASS(Tween);
- GDREGISTER_ABSTRACT_CLASS(Tweener);
- GDREGISTER_CLASS(PropertyTweener);
- GDREGISTER_CLASS(IntervalTweener);
- GDREGISTER_CLASS(CallbackTweener);
- GDREGISTER_CLASS(MethodTweener);
- GDREGISTER_CLASS(SubtweenTweener);
- GDREGISTER_ABSTRACT_CLASS(AnimationMixer);
- GDREGISTER_CLASS(AnimationPlayer);
- GDREGISTER_CLASS(AnimationTree);
- GDREGISTER_CLASS(AnimationNode);
- GDREGISTER_CLASS(AnimationRootNode);
- GDREGISTER_CLASS(AnimationNodeBlendTree);
- GDREGISTER_CLASS(AnimationNodeBlendSpace1D);
- GDREGISTER_CLASS(AnimationNodeBlendSpace2D);
- GDREGISTER_CLASS(AnimationNodeStateMachine);
- GDREGISTER_CLASS(AnimationNodeStateMachinePlayback);
- GDREGISTER_VIRTUAL_CLASS(AnimationNodeExtension);
- GDREGISTER_CLASS(AnimationNodeSync);
- GDREGISTER_CLASS(AnimationNodeStateMachineTransition);
- GDREGISTER_CLASS(AnimationNodeOutput);
- GDREGISTER_CLASS(AnimationNodeOneShot);
- GDREGISTER_CLASS(AnimationNodeAnimation);
- GDREGISTER_CLASS(AnimationNodeAdd2);
- GDREGISTER_CLASS(AnimationNodeAdd3);
- GDREGISTER_CLASS(AnimationNodeBlend2);
- GDREGISTER_CLASS(AnimationNodeBlend3);
- GDREGISTER_CLASS(AnimationNodeSub2);
- GDREGISTER_CLASS(AnimationNodeTimeScale);
- GDREGISTER_CLASS(AnimationNodeTimeSeek);
- GDREGISTER_CLASS(AnimationNodeTransition);
- GDREGISTER_CLASS(ShaderGlobalsOverride); // can be used in any shader
- OS::get_singleton()->yield(); // may take time to init
- /* REGISTER 3D */
- #ifndef _3D_DISABLED
- GDREGISTER_CLASS(Node3D);
- GDREGISTER_ABSTRACT_CLASS(Node3DGizmo);
- GDREGISTER_CLASS(Skin);
- GDREGISTER_ABSTRACT_CLASS(SkinReference);
- GDREGISTER_CLASS(Skeleton3D);
- GDREGISTER_CLASS(ImporterMesh);
- GDREGISTER_CLASS(ImporterMeshInstance3D);
- GDREGISTER_VIRTUAL_CLASS(VisualInstance3D);
- GDREGISTER_VIRTUAL_CLASS(GeometryInstance3D);
- GDREGISTER_CLASS(Camera3D);
- GDREGISTER_CLASS(AudioListener3D);
- GDREGISTER_CLASS(MeshInstance3D);
- #ifndef DISABLE_DEPRECATED
- MeshInstance3D::use_parent_skeleton_compat = GLOBAL_GET("animation/compatibility/default_parent_skeleton_in_mesh_instance_3d");
- #endif
- GDREGISTER_CLASS(OccluderInstance3D);
- GDREGISTER_ABSTRACT_CLASS(Occluder3D);
- GDREGISTER_CLASS(ArrayOccluder3D);
- GDREGISTER_CLASS(QuadOccluder3D);
- GDREGISTER_CLASS(BoxOccluder3D);
- GDREGISTER_CLASS(SphereOccluder3D);
- GDREGISTER_CLASS(PolygonOccluder3D);
- GDREGISTER_ABSTRACT_CLASS(SpriteBase3D);
- GDREGISTER_CLASS(Sprite3D);
- GDREGISTER_CLASS(AnimatedSprite3D);
- GDREGISTER_CLASS(Label3D);
- GDREGISTER_ABSTRACT_CLASS(Light3D);
- GDREGISTER_CLASS(DirectionalLight3D);
- GDREGISTER_CLASS(OmniLight3D);
- GDREGISTER_CLASS(SpotLight3D);
- GDREGISTER_CLASS(ReflectionProbe);
- GDREGISTER_CLASS(Decal);
- GDREGISTER_CLASS(VoxelGI);
- GDREGISTER_CLASS(VoxelGIData);
- GDREGISTER_CLASS(LightmapGI);
- GDREGISTER_CLASS(LightmapGIData);
- GDREGISTER_CLASS(LightmapProbe);
- GDREGISTER_ABSTRACT_CLASS(Lightmapper);
- GDREGISTER_CLASS(GPUParticles3D);
- GDREGISTER_ABSTRACT_CLASS(GPUParticlesCollision3D);
- GDREGISTER_CLASS(GPUParticlesCollisionBox3D);
- GDREGISTER_CLASS(GPUParticlesCollisionSphere3D);
- GDREGISTER_CLASS(GPUParticlesCollisionSDF3D);
- GDREGISTER_CLASS(GPUParticlesCollisionHeightField3D);
- GDREGISTER_ABSTRACT_CLASS(GPUParticlesAttractor3D);
- GDREGISTER_CLASS(GPUParticlesAttractorBox3D);
- GDREGISTER_CLASS(GPUParticlesAttractorSphere3D);
- GDREGISTER_CLASS(GPUParticlesAttractorVectorField3D);
- GDREGISTER_CLASS(CPUParticles3D);
- GDREGISTER_CLASS(Marker3D);
- GDREGISTER_CLASS(RootMotionView);
- GDREGISTER_VIRTUAL_CLASS(SkeletonModifier3D);
- GDREGISTER_CLASS(ModifierBoneTarget3D);
- GDREGISTER_CLASS(RetargetModifier3D);
- GDREGISTER_VIRTUAL_CLASS(JointLimitation3D);
- GDREGISTER_CLASS(JointLimitationCone3D);
- GDREGISTER_CLASS(SpringBoneSimulator3D);
- GDREGISTER_VIRTUAL_CLASS(SpringBoneCollision3D);
- GDREGISTER_CLASS(SpringBoneCollisionSphere3D);
- GDREGISTER_CLASS(SpringBoneCollisionCapsule3D);
- GDREGISTER_CLASS(SpringBoneCollisionPlane3D);
- GDREGISTER_VIRTUAL_CLASS(BoneConstraint3D);
- GDREGISTER_CLASS(CopyTransformModifier3D);
- GDREGISTER_CLASS(ConvertTransformModifier3D);
- GDREGISTER_CLASS(AimModifier3D);
- GDREGISTER_ABSTRACT_CLASS(IKModifier3D);
- GDREGISTER_CLASS(TwoBoneIK3D);
- GDREGISTER_ABSTRACT_CLASS(ChainIK3D);
- GDREGISTER_CLASS(SplineIK3D);
- GDREGISTER_ABSTRACT_CLASS(IterateIK3D);
- GDREGISTER_CLASS(FABRIK3D);
- GDREGISTER_CLASS(CCDIK3D);
- GDREGISTER_CLASS(JacobianIK3D);
- GDREGISTER_CLASS(LimitAngularVelocityModifier3D);
- GDREGISTER_CLASS(BoneTwistDisperser3D);
- #ifndef XR_DISABLED
- GDREGISTER_CLASS(XRCamera3D);
- GDREGISTER_CLASS(XRNode3D);
- GDREGISTER_CLASS(XRController3D);
- GDREGISTER_CLASS(XRAnchor3D);
- GDREGISTER_CLASS(XROrigin3D);
- GDREGISTER_CLASS(XRBodyModifier3D);
- GDREGISTER_CLASS(XRHandModifier3D);
- GDREGISTER_CLASS(XRFaceModifier3D);
- #endif // XR_DISABLED
- OS::get_singleton()->yield(); // may take time to init
- #ifndef PHYSICS_3D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(CollisionObject3D);
- GDREGISTER_ABSTRACT_CLASS(PhysicsBody3D);
- GDREGISTER_CLASS(StaticBody3D);
- GDREGISTER_CLASS(AnimatableBody3D);
- GDREGISTER_CLASS(RigidBody3D);
- GDREGISTER_CLASS(KinematicCollision3D);
- GDREGISTER_CLASS(CharacterBody3D);
- GDREGISTER_CLASS(SpringArm3D);
- GDREGISTER_CLASS(PhysicalBoneSimulator3D);
- GDREGISTER_CLASS(PhysicalBone3D);
- GDREGISTER_CLASS(SoftBody3D);
- #endif // PHYSICS_3D_DISABLED
- GDREGISTER_CLASS(BoneAttachment3D);
- GDREGISTER_CLASS(LookAtModifier3D);
- #ifndef DISABLE_DEPRECATED
- GDREGISTER_CLASS(SkeletonIK3D);
- #endif
- #ifndef PHYSICS_3D_DISABLED
- GDREGISTER_CLASS(VehicleBody3D);
- GDREGISTER_CLASS(VehicleWheel3D);
- GDREGISTER_CLASS(Area3D);
- GDREGISTER_CLASS(CollisionShape3D);
- GDREGISTER_CLASS(CollisionPolygon3D);
- GDREGISTER_CLASS(RayCast3D);
- GDREGISTER_CLASS(ShapeCast3D);
- #endif // PHYSICS_3D_DISABLED
- GDREGISTER_CLASS(MultiMeshInstance3D);
- GDREGISTER_CLASS(Curve3D);
- GDREGISTER_CLASS(Path3D);
- GDREGISTER_CLASS(PathFollow3D);
- GDREGISTER_CLASS(VisibleOnScreenNotifier3D);
- GDREGISTER_CLASS(VisibleOnScreenEnabler3D);
- GDREGISTER_CLASS(WorldEnvironment);
- GDREGISTER_CLASS(FogVolume);
- GDREGISTER_CLASS(FogMaterial);
- GDREGISTER_CLASS(RemoteTransform3D);
- #ifndef PHYSICS_3D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(Joint3D);
- GDREGISTER_CLASS(PinJoint3D);
- GDREGISTER_CLASS(HingeJoint3D);
- GDREGISTER_CLASS(SliderJoint3D);
- GDREGISTER_CLASS(ConeTwistJoint3D);
- GDREGISTER_CLASS(Generic6DOFJoint3D);
- #endif // PHYSICS_3D_DISABLED
- #ifndef NAVIGATION_3D_DISABLED
- GDREGISTER_CLASS(NavigationMeshSourceGeometryData3D);
- GDREGISTER_CLASS(NavigationRegion3D);
- GDREGISTER_CLASS(NavigationAgent3D);
- GDREGISTER_CLASS(NavigationObstacle3D);
- GDREGISTER_CLASS(NavigationLink3D);
- #endif // NAVIGATION_3D_DISABLED
- OS::get_singleton()->yield(); // may take time to init
- #endif // _3D_DISABLED
- /* REGISTER SHADER */
- GDREGISTER_CLASS(Shader);
- GDREGISTER_CLASS(VisualShader);
- GDREGISTER_CLASS(ShaderInclude);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNode);
- GDREGISTER_CLASS(VisualShaderNodeCustom);
- GDREGISTER_CLASS(VisualShaderNodeInput);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeOutput);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeResizableBase);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeGroupBase);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeConstant);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeVectorBase);
- GDREGISTER_CLASS(VisualShaderNodeFrame);
- #ifndef DISABLE_DEPRECATED
- GDREGISTER_CLASS(VisualShaderNodeComment); // Deprecated, just for compatibility.
- #endif
- GDREGISTER_CLASS(VisualShaderNodeFloatConstant);
- GDREGISTER_CLASS(VisualShaderNodeIntConstant);
- GDREGISTER_CLASS(VisualShaderNodeUIntConstant);
- GDREGISTER_CLASS(VisualShaderNodeBooleanConstant);
- GDREGISTER_CLASS(VisualShaderNodeColorConstant);
- GDREGISTER_CLASS(VisualShaderNodeVec2Constant);
- GDREGISTER_CLASS(VisualShaderNodeVec3Constant);
- GDREGISTER_CLASS(VisualShaderNodeVec4Constant);
- GDREGISTER_CLASS(VisualShaderNodeTransformConstant);
- GDREGISTER_CLASS(VisualShaderNodeFloatOp);
- GDREGISTER_CLASS(VisualShaderNodeIntOp);
- GDREGISTER_CLASS(VisualShaderNodeUIntOp);
- GDREGISTER_CLASS(VisualShaderNodeVectorOp);
- GDREGISTER_CLASS(VisualShaderNodeColorOp);
- GDREGISTER_CLASS(VisualShaderNodeTransformOp);
- GDREGISTER_CLASS(VisualShaderNodeTransformVecMult);
- GDREGISTER_CLASS(VisualShaderNodeFloatFunc);
- GDREGISTER_CLASS(VisualShaderNodeIntFunc);
- GDREGISTER_CLASS(VisualShaderNodeUIntFunc);
- GDREGISTER_CLASS(VisualShaderNodeVectorFunc);
- GDREGISTER_CLASS(VisualShaderNodeColorFunc);
- GDREGISTER_CLASS(VisualShaderNodeTransformFunc);
- GDREGISTER_CLASS(VisualShaderNodeUVFunc);
- GDREGISTER_CLASS(VisualShaderNodeUVPolarCoord);
- GDREGISTER_CLASS(VisualShaderNodeDotProduct);
- GDREGISTER_CLASS(VisualShaderNodeVectorLen);
- GDREGISTER_CLASS(VisualShaderNodeDeterminant);
- GDREGISTER_CLASS(VisualShaderNodeDerivativeFunc);
- GDREGISTER_CLASS(VisualShaderNodeClamp);
- GDREGISTER_CLASS(VisualShaderNodeFaceForward);
- GDREGISTER_CLASS(VisualShaderNodeOuterProduct);
- GDREGISTER_CLASS(VisualShaderNodeSmoothStep);
- GDREGISTER_CLASS(VisualShaderNodeStep);
- GDREGISTER_CLASS(VisualShaderNodeVectorDistance);
- GDREGISTER_CLASS(VisualShaderNodeVectorRefract);
- GDREGISTER_CLASS(VisualShaderNodeMix);
- GDREGISTER_CLASS(VisualShaderNodeVectorCompose);
- GDREGISTER_CLASS(VisualShaderNodeTransformCompose);
- GDREGISTER_CLASS(VisualShaderNodeVectorDecompose);
- GDREGISTER_CLASS(VisualShaderNodeTransformDecompose);
- GDREGISTER_CLASS(VisualShaderNodeTexture);
- GDREGISTER_CLASS(VisualShaderNodeCurveTexture);
- GDREGISTER_CLASS(VisualShaderNodeCurveXYZTexture);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeSample3D);
- GDREGISTER_CLASS(VisualShaderNodeTexture2DArray);
- GDREGISTER_CLASS(VisualShaderNodeTexture3D);
- GDREGISTER_CLASS(VisualShaderNodeCubemap);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeParameter);
- GDREGISTER_CLASS(VisualShaderNodeParameterRef);
- GDREGISTER_CLASS(VisualShaderNodeFloatParameter);
- GDREGISTER_CLASS(VisualShaderNodeIntParameter);
- GDREGISTER_CLASS(VisualShaderNodeUIntParameter);
- GDREGISTER_CLASS(VisualShaderNodeBooleanParameter);
- GDREGISTER_CLASS(VisualShaderNodeColorParameter);
- GDREGISTER_CLASS(VisualShaderNodeVec2Parameter);
- GDREGISTER_CLASS(VisualShaderNodeVec3Parameter);
- GDREGISTER_CLASS(VisualShaderNodeVec4Parameter);
- GDREGISTER_CLASS(VisualShaderNodeTransformParameter);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeTextureParameter);
- GDREGISTER_CLASS(VisualShaderNodeTexture2DParameter);
- GDREGISTER_CLASS(VisualShaderNodeTextureParameterTriplanar);
- GDREGISTER_CLASS(VisualShaderNodeTexture2DArrayParameter);
- GDREGISTER_CLASS(VisualShaderNodeTexture3DParameter);
- GDREGISTER_CLASS(VisualShaderNodeCubemapParameter);
- GDREGISTER_CLASS(VisualShaderNodeLinearSceneDepth);
- GDREGISTER_CLASS(VisualShaderNodeWorldPositionFromDepth);
- GDREGISTER_CLASS(VisualShaderNodeScreenNormalWorldSpace);
- GDREGISTER_CLASS(VisualShaderNodeIf);
- GDREGISTER_CLASS(VisualShaderNodeSwitch);
- GDREGISTER_CLASS(VisualShaderNodeFresnel);
- GDREGISTER_CLASS(VisualShaderNodeExpression);
- GDREGISTER_CLASS(VisualShaderNodeGlobalExpression);
- GDREGISTER_CLASS(VisualShaderNodeIs);
- GDREGISTER_CLASS(VisualShaderNodeCompare);
- GDREGISTER_CLASS(VisualShaderNodeMultiplyAdd);
- GDREGISTER_CLASS(VisualShaderNodeBillboard);
- GDREGISTER_CLASS(VisualShaderNodeDistanceFade);
- GDREGISTER_CLASS(VisualShaderNodeProximityFade);
- GDREGISTER_CLASS(VisualShaderNodeRandomRange);
- GDREGISTER_CLASS(VisualShaderNodeRemap);
- GDREGISTER_CLASS(VisualShaderNodeRotationByAxis);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeVarying);
- GDREGISTER_CLASS(VisualShaderNodeVaryingSetter);
- GDREGISTER_CLASS(VisualShaderNodeVaryingGetter);
- GDREGISTER_CLASS(VisualShaderNodeReroute);
- GDREGISTER_CLASS(VisualShaderNodeSDFToScreenUV);
- GDREGISTER_CLASS(VisualShaderNodeScreenUVToSDF);
- GDREGISTER_CLASS(VisualShaderNodeTextureSDF);
- GDREGISTER_CLASS(VisualShaderNodeTextureSDFNormal);
- GDREGISTER_CLASS(VisualShaderNodeSDFRaymarch);
- GDREGISTER_CLASS(VisualShaderNodeParticleOutput);
- GDREGISTER_ABSTRACT_CLASS(VisualShaderNodeParticleEmitter);
- GDREGISTER_CLASS(VisualShaderNodeParticleSphereEmitter);
- GDREGISTER_CLASS(VisualShaderNodeParticleBoxEmitter);
- GDREGISTER_CLASS(VisualShaderNodeParticleRingEmitter);
- GDREGISTER_CLASS(VisualShaderNodeParticleMeshEmitter);
- GDREGISTER_CLASS(VisualShaderNodeParticleMultiplyByAxisAngle);
- GDREGISTER_CLASS(VisualShaderNodeParticleConeVelocity);
- GDREGISTER_CLASS(VisualShaderNodeParticleRandomness);
- GDREGISTER_CLASS(VisualShaderNodeParticleAccelerator);
- GDREGISTER_CLASS(VisualShaderNodeParticleEmit);
- GDREGISTER_CLASS(ShaderMaterial);
- GDREGISTER_CLASS(CanvasTexture);
- GDREGISTER_CLASS(CanvasItemMaterial);
- SceneTree::add_idle_callback(CanvasItemMaterial::flush_changes);
- CanvasItemMaterial::init_shaders();
- /* REGISTER 2D */
- GDREGISTER_CLASS(Node2D);
- GDREGISTER_CLASS(CanvasGroup);
- GDREGISTER_CLASS(CPUParticles2D);
- GDREGISTER_CLASS(GPUParticles2D);
- GDREGISTER_CLASS(Sprite2D);
- GDREGISTER_CLASS(SpriteFrames);
- GDREGISTER_CLASS(AnimatedSprite2D);
- GDREGISTER_CLASS(Marker2D);
- GDREGISTER_CLASS(Line2D);
- GDREGISTER_CLASS(MeshInstance2D);
- GDREGISTER_CLASS(MultiMeshInstance2D);
- #ifndef PHYSICS_2D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(CollisionObject2D);
- GDREGISTER_ABSTRACT_CLASS(PhysicsBody2D);
- GDREGISTER_CLASS(StaticBody2D);
- GDREGISTER_CLASS(AnimatableBody2D);
- GDREGISTER_CLASS(RigidBody2D);
- GDREGISTER_CLASS(CharacterBody2D);
- GDREGISTER_CLASS(KinematicCollision2D);
- GDREGISTER_CLASS(Area2D);
- GDREGISTER_CLASS(CollisionShape2D);
- GDREGISTER_CLASS(CollisionPolygon2D);
- GDREGISTER_CLASS(RayCast2D);
- GDREGISTER_CLASS(ShapeCast2D);
- #endif // PHYSICS_2D_DISABLED
- GDREGISTER_CLASS(VisibleOnScreenNotifier2D);
- GDREGISTER_CLASS(VisibleOnScreenEnabler2D);
- GDREGISTER_CLASS(Polygon2D);
- GDREGISTER_CLASS(Skeleton2D);
- GDREGISTER_CLASS(Bone2D);
- GDREGISTER_ABSTRACT_CLASS(Light2D);
- GDREGISTER_CLASS(PointLight2D);
- GDREGISTER_CLASS(DirectionalLight2D);
- GDREGISTER_CLASS(LightOccluder2D);
- GDREGISTER_CLASS(OccluderPolygon2D);
- GDREGISTER_CLASS(BackBufferCopy);
- GDREGISTER_CLASS(CanvasModulate);
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(Camera2D);
- GDREGISTER_CLASS(AudioListener2D);
- #ifndef PHYSICS_2D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(Joint2D);
- GDREGISTER_CLASS(PinJoint2D);
- GDREGISTER_CLASS(GrooveJoint2D);
- GDREGISTER_CLASS(DampedSpringJoint2D);
- GDREGISTER_CLASS(TouchScreenButton);
- #endif // PHYSICS_2D_DISABLED
- GDREGISTER_CLASS(TileSet);
- GDREGISTER_ABSTRACT_CLASS(TileSetSource);
- GDREGISTER_CLASS(TileSetAtlasSource);
- GDREGISTER_CLASS(TileSetScenesCollectionSource);
- GDREGISTER_CLASS(TileMapPattern);
- GDREGISTER_CLASS(TileData);
- GDREGISTER_CLASS(TileMapLayer);
- GDREGISTER_CLASS(Parallax2D);
- GDREGISTER_CLASS(RemoteTransform2D);
- #ifndef DISABLE_DEPRECATED
- GDREGISTER_CLASS(ParallaxBackground);
- GDREGISTER_CLASS(ParallaxLayer);
- GDREGISTER_CLASS(TileMap);
- #endif
- GDREGISTER_CLASS(SkeletonModificationStack2D);
- GDREGISTER_CLASS(SkeletonModification2D);
- GDREGISTER_CLASS(SkeletonModification2DLookAt);
- GDREGISTER_CLASS(SkeletonModification2DCCDIK);
- GDREGISTER_CLASS(SkeletonModification2DFABRIK);
- GDREGISTER_CLASS(SkeletonModification2DTwoBoneIK);
- GDREGISTER_CLASS(SkeletonModification2DStackHolder);
- #ifndef PHYSICS_2D_DISABLED
- GDREGISTER_CLASS(PhysicalBone2D);
- GDREGISTER_CLASS(SkeletonModification2DJiggle);
- GDREGISTER_CLASS(SkeletonModification2DPhysicalBones);
- #endif // PHYSICS_2D_DISABLED
- OS::get_singleton()->yield(); // may take time to init
- /* REGISTER RESOURCES */
- GDREGISTER_ABSTRACT_CLASS(Shader);
- GDREGISTER_CLASS(ParticleProcessMaterial);
- SceneTree::add_idle_callback(ParticleProcessMaterial::flush_changes);
- ParticleProcessMaterial::init_shaders();
- GDREGISTER_VIRTUAL_CLASS(Mesh);
- GDREGISTER_CLASS(MeshConvexDecompositionSettings);
- GDREGISTER_CLASS(ArrayMesh);
- GDREGISTER_CLASS(PlaceholderMesh);
- GDREGISTER_CLASS(ImmediateMesh);
- GDREGISTER_CLASS(MultiMesh);
- GDREGISTER_CLASS(SurfaceTool);
- GDREGISTER_CLASS(MeshDataTool);
- #ifndef _3D_DISABLED
- GDREGISTER_CLASS(AudioStreamPlayer3D);
- GDREGISTER_VIRTUAL_CLASS(PrimitiveMesh);
- GDREGISTER_CLASS(BoxMesh);
- GDREGISTER_CLASS(CapsuleMesh);
- GDREGISTER_CLASS(CylinderMesh);
- GDREGISTER_CLASS(PlaneMesh);
- GDREGISTER_CLASS(PrismMesh);
- GDREGISTER_CLASS(QuadMesh);
- GDREGISTER_CLASS(SphereMesh);
- GDREGISTER_CLASS(TextMesh);
- GDREGISTER_CLASS(TorusMesh);
- GDREGISTER_CLASS(TubeTrailMesh);
- GDREGISTER_CLASS(RibbonTrailMesh);
- GDREGISTER_CLASS(PointMesh);
- GDREGISTER_ABSTRACT_CLASS(BaseMaterial3D);
- GDREGISTER_CLASS(StandardMaterial3D);
- GDREGISTER_CLASS(ORMMaterial3D);
- GDREGISTER_CLASS(ProceduralSkyMaterial);
- GDREGISTER_CLASS(PanoramaSkyMaterial);
- GDREGISTER_CLASS(PhysicalSkyMaterial);
- SceneTree::add_idle_callback(BaseMaterial3D::flush_changes);
- BaseMaterial3D::init_shaders();
- GDREGISTER_CLASS(MeshLibrary);
- OS::get_singleton()->yield(); // may take time to init
- #ifndef PHYSICS_3D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(Shape3D);
- GDREGISTER_CLASS(SeparationRayShape3D);
- GDREGISTER_CLASS(SphereShape3D);
- GDREGISTER_CLASS(BoxShape3D);
- GDREGISTER_CLASS(CapsuleShape3D);
- GDREGISTER_CLASS(CylinderShape3D);
- GDREGISTER_CLASS(HeightMapShape3D);
- GDREGISTER_CLASS(WorldBoundaryShape3D);
- GDREGISTER_CLASS(ConvexPolygonShape3D);
- GDREGISTER_CLASS(ConcavePolygonShape3D);
- #endif // PHYSICS_3D_DISABLED
- GDREGISTER_CLASS(World3D);
- OS::get_singleton()->yield(); // may take time to init
- #endif // _3D_DISABLED
- #if !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
- GDREGISTER_CLASS(PhysicsMaterial);
- #endif // !defined(PHYSICS_2D_DISABLED) || !defined(PHYSICS_3D_DISABLED)
- GDREGISTER_CLASS(Compositor);
- GDREGISTER_CLASS(Environment);
- GDREGISTER_VIRTUAL_CLASS(CameraAttributes);
- GDREGISTER_CLASS(CameraAttributesPhysical);
- GDREGISTER_CLASS(CameraAttributesPractical);
- GDREGISTER_CLASS(World2D);
- GDREGISTER_CLASS(Sky);
- GDREGISTER_CLASS(CompressedTexture2D);
- GDREGISTER_CLASS(PortableCompressedTexture2D);
- GDREGISTER_CLASS(ImageTexture);
- GDREGISTER_CLASS(AtlasTexture);
- GDREGISTER_CLASS(MeshTexture);
- GDREGISTER_CLASS(CurveTexture);
- GDREGISTER_CLASS(CurveXYZTexture);
- GDREGISTER_CLASS(GradientTexture1D);
- GDREGISTER_CLASS(GradientTexture2D);
- GDREGISTER_CLASS(CameraTexture);
- GDREGISTER_CLASS(ExternalTexture);
- GDREGISTER_VIRTUAL_CLASS(TextureLayered);
- GDREGISTER_ABSTRACT_CLASS(ImageTextureLayered);
- GDREGISTER_VIRTUAL_CLASS(Texture3D);
- GDREGISTER_CLASS(ImageTexture3D);
- GDREGISTER_CLASS(CompressedTexture3D);
- GDREGISTER_CLASS(Cubemap);
- GDREGISTER_CLASS(CubemapArray);
- GDREGISTER_CLASS(Texture2DArray);
- GDREGISTER_ABSTRACT_CLASS(CompressedTextureLayered);
- GDREGISTER_CLASS(CompressedCubemap);
- GDREGISTER_CLASS(CompressedCubemapArray);
- GDREGISTER_CLASS(CompressedTexture2DArray);
- GDREGISTER_CLASS(PlaceholderTexture2D);
- GDREGISTER_CLASS(PlaceholderTexture3D);
- GDREGISTER_ABSTRACT_CLASS(PlaceholderTextureLayered);
- GDREGISTER_CLASS(PlaceholderTexture2DArray);
- GDREGISTER_CLASS(PlaceholderCubemap);
- GDREGISTER_CLASS(PlaceholderCubemapArray);
- GDREGISTER_CLASS(DPITexture);
- #ifndef DISABLE_DEPRECATED
- GDREGISTER_CLASS(AnimatedTexture);
- #endif
- // These classes are part of renderer_rd
- GDREGISTER_CLASS(Texture2DRD);
- GDREGISTER_ABSTRACT_CLASS(TextureLayeredRD);
- GDREGISTER_CLASS(Texture2DArrayRD);
- GDREGISTER_CLASS(TextureCubemapRD);
- GDREGISTER_CLASS(TextureCubemapArrayRD);
- GDREGISTER_CLASS(Texture3DRD);
- GDREGISTER_CLASS(Animation);
- GDREGISTER_CLASS(AnimationLibrary);
- GDREGISTER_ABSTRACT_CLASS(Font);
- GDREGISTER_CLASS(FontFile);
- GDREGISTER_CLASS(FontVariation);
- GDREGISTER_CLASS(SystemFont);
- GDREGISTER_CLASS(ColorPalette);
- GDREGISTER_CLASS(Curve);
- GDREGISTER_CLASS(LabelSettings);
- GDREGISTER_CLASS(TextLine);
- GDREGISTER_CLASS(TextParagraph);
- GDREGISTER_VIRTUAL_CLASS(StyleBox);
- GDREGISTER_CLASS(StyleBoxEmpty);
- GDREGISTER_CLASS(StyleBoxTexture);
- GDREGISTER_CLASS(StyleBoxFlat);
- GDREGISTER_CLASS(StyleBoxLine);
- GDREGISTER_CLASS(Theme);
- GDREGISTER_CLASS(BitMap);
- GDREGISTER_CLASS(Gradient);
- GDREGISTER_CLASS(SkeletonProfile);
- GDREGISTER_CLASS(SkeletonProfileHumanoid);
- GDREGISTER_CLASS(BoneMap);
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(AudioStreamPlayer);
- GDREGISTER_CLASS(AudioStreamWAV);
- GDREGISTER_CLASS(AudioStreamPolyphonic);
- GDREGISTER_ABSTRACT_CLASS(AudioStreamPlaybackPolyphonic);
- OS::get_singleton()->yield(); // may take time to init
- GDREGISTER_CLASS(AudioStreamPlayer2D);
- GDREGISTER_CLASS(Curve2D);
- GDREGISTER_CLASS(Path2D);
- GDREGISTER_CLASS(PathFollow2D);
- #ifndef PHYSICS_2D_DISABLED
- GDREGISTER_ABSTRACT_CLASS(Shape2D);
- GDREGISTER_CLASS(WorldBoundaryShape2D);
- GDREGISTER_CLASS(SegmentShape2D);
- GDREGISTER_CLASS(SeparationRayShape2D);
- GDREGISTER_CLASS(CircleShape2D);
- GDREGISTER_CLASS(RectangleShape2D);
- GDREGISTER_CLASS(CapsuleShape2D);
- GDREGISTER_CLASS(ConvexPolygonShape2D);
- GDREGISTER_CLASS(ConcavePolygonShape2D);
- #endif // PHYSICS_2D_DISABLED
- #if !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- GDREGISTER_CLASS(NavigationMesh);
- #endif // !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- #ifndef NAVIGATION_2D_DISABLED
- GDREGISTER_CLASS(NavigationMeshSourceGeometryData2D);
- GDREGISTER_CLASS(NavigationPolygon);
- GDREGISTER_CLASS(NavigationRegion2D);
- GDREGISTER_CLASS(NavigationAgent2D);
- GDREGISTER_CLASS(NavigationObstacle2D);
- GDREGISTER_CLASS(NavigationLink2D);
- GDREGISTER_CLASS(PolygonPathFinder);
- OS::get_singleton()->yield(); // may take time to init
- // 2D nodes that support navmesh baking need to server register their source geometry parsers.
- MeshInstance2D::navmesh_parse_init();
- MultiMeshInstance2D::navmesh_parse_init();
- NavigationObstacle2D::navmesh_parse_init();
- Polygon2D::navmesh_parse_init();
- #ifndef DISABLE_DEPRECATED
- TileMap::navmesh_parse_init();
- #endif
- TileMapLayer::navmesh_parse_init();
- #ifndef PHYSICS_2D_DISABLED
- StaticBody2D::navmesh_parse_init();
- #endif // PHYSICS_2D_DISABLED
- #endif // NAVIGATION_2D_DISABLED
- #ifndef NAVIGATION_3D_DISABLED
- // 3D nodes that support navmesh baking need to server register their source geometry parsers.
- MeshInstance3D::navmesh_parse_init();
- MultiMeshInstance3D::navmesh_parse_init();
- NavigationObstacle3D::navmesh_parse_init();
- #ifndef PHYSICS_3D_DISABLED
- StaticBody3D::navmesh_parse_init();
- #endif // PHYSICS_3D_DISABLED
- #endif // NAVIGATION_3D_DISABLED
- #if !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- OS::get_singleton()->yield(); // may take time to init
- #endif // !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
- GDREGISTER_ABSTRACT_CLASS(SceneState);
- GDREGISTER_CLASS(PackedScene);
- GDREGISTER_CLASS(SceneTree);
- GDREGISTER_ABSTRACT_CLASS(SceneTreeTimer); // sorry, you can't create it
- #ifndef DISABLE_DEPRECATED
- // Dropped in 4.0, near approximation.
- ClassDB::add_compatibility_class("AnimationTreePlayer", "AnimationTree");
- ClassDB::add_compatibility_class("BakedLightmap", "LightmapGI");
- ClassDB::add_compatibility_class("BakedLightmapData", "LightmapGIData");
- ClassDB::add_compatibility_class("BitmapFont", "FontFile");
- ClassDB::add_compatibility_class("DynamicFont", "FontFile");
- ClassDB::add_compatibility_class("DynamicFontData", "FontFile");
- #ifndef NAVIGATION_3D_DISABLED
- ClassDB::add_compatibility_class("Navigation3D", "Node3D");
- ClassDB::add_compatibility_class("Navigation2D", "Node2D");
- #endif // NAVIGATION_3D_DISABLED
- ClassDB::add_compatibility_class("OpenSimplexNoise", "FastNoiseLite");
- ClassDB::add_compatibility_class("ProximityGroup", "Node3D");
- ClassDB::add_compatibility_class("ToolButton", "Button");
- ClassDB::add_compatibility_class("YSort", "Node2D");
- // Portal and room occlusion was replaced by raster occlusion (OccluderInstance3D node).
- ClassDB::add_compatibility_class("Portal", "Node3D");
- ClassDB::add_compatibility_class("Room", "Node3D");
- ClassDB::add_compatibility_class("RoomManager", "Node3D");
- ClassDB::add_compatibility_class("RoomGroup", "Node3D");
- ClassDB::add_compatibility_class("Occluder", "Node3D");
- // The OccluderShapeSphere resource (used in the old Occluder node) is not present anymore.
- ClassDB::add_compatibility_class("OccluderShapeSphere", "Resource");
- // Renamed in 4.0.
- // Keep alphabetical ordering to easily locate classes and avoid duplicates.
- ClassDB::add_compatibility_class("AnimatedSprite", "AnimatedSprite2D");
- ClassDB::add_compatibility_class("ARVRCamera", "XRCamera3D");
- ClassDB::add_compatibility_class("ARVRController", "XRController3D");
- ClassDB::add_compatibility_class("ARVRAnchor", "XRAnchor3D");
- ClassDB::add_compatibility_class("ARVRInterface", "XRInterface");
- ClassDB::add_compatibility_class("ARVROrigin", "XROrigin3D");
- ClassDB::add_compatibility_class("ARVRPositionalTracker", "XRPositionalTracker");
- ClassDB::add_compatibility_class("ARVRServer", "XRServer");
- ClassDB::add_compatibility_class("AStar", "AStar3D");
- ClassDB::add_compatibility_class("BoneAttachment", "BoneAttachment3D");
- ClassDB::add_compatibility_class("Camera", "Camera3D");
- ClassDB::add_compatibility_class("ClippedCamera", "ClippedCamera3D");
- ClassDB::add_compatibility_class("CSGBox", "CSGBox3D");
- ClassDB::add_compatibility_class("CSGCombiner", "CSGCombiner3D");
- ClassDB::add_compatibility_class("CSGCylinder", "CSGCylinder3D");
- ClassDB::add_compatibility_class("CSGMesh", "CSGMesh3D");
- ClassDB::add_compatibility_class("CSGPolygon", "CSGPolygon3D");
- ClassDB::add_compatibility_class("CSGPrimitive", "CSGPrimitive3D");
- ClassDB::add_compatibility_class("CSGShape", "CSGShape3D");
- ClassDB::add_compatibility_class("CSGSphere", "CSGSphere3D");
- ClassDB::add_compatibility_class("CSGTorus", "CSGTorus3D");
- ClassDB::add_compatibility_class("CubeMesh", "BoxMesh");
- ClassDB::add_compatibility_class("GIProbe", "VoxelGI");
- ClassDB::add_compatibility_class("GIProbeData", "VoxelGIData");
- ClassDB::add_compatibility_class("GradientTexture", "GradientTexture1D");
- ClassDB::add_compatibility_class("Light", "Light3D");
- ClassDB::add_compatibility_class("Light2D", "PointLight2D");
- ClassDB::add_compatibility_class("LineShape2D", "WorldBoundaryShape2D");
- ClassDB::add_compatibility_class("Listener", "AudioListener3D");
- ClassDB::add_compatibility_class("MeshInstance", "MeshInstance3D");
- ClassDB::add_compatibility_class("MultiMeshInstance", "MultiMeshInstance3D");
- #ifndef NAVIGATION_3D_DISABLED
- ClassDB::add_compatibility_class("NavigationAgent", "NavigationAgent3D");
- ClassDB::add_compatibility_class("NavigationMeshInstance", "NavigationRegion3D");
- ClassDB::add_compatibility_class("NavigationObstacle", "NavigationObstacle3D");
- ClassDB::add_compatibility_class("NavigationRegion", "NavigationRegion3D");
- ClassDB::add_compatibility_class("NavigationServer", "NavigationServer3D");
- #endif // NAVIGATION_3D_DISABLED
- #ifndef NAVIGATION_2D_DISABLED
- ClassDB::add_compatibility_class("NavigationPolygonInstance", "NavigationRegion2D");
- ClassDB::add_compatibility_class("Navigation2DServer", "NavigationServer2D");
- #endif // NAVIGATION_2D_DISABLED
- ClassDB::add_compatibility_class("OmniLight", "OmniLight3D");
- ClassDB::add_compatibility_class("PanoramaSky", "Sky");
- ClassDB::add_compatibility_class("Particles", "GPUParticles3D");
- ClassDB::add_compatibility_class("Particles2D", "GPUParticles2D");
- ClassDB::add_compatibility_class("ParticlesMaterial", "ParticleProcessMaterial");
- ClassDB::add_compatibility_class("Path", "Path3D");
- ClassDB::add_compatibility_class("PathFollow", "PathFollow3D");
- ClassDB::add_compatibility_class("Position2D", "Marker2D");
- ClassDB::add_compatibility_class("Position3D", "Marker3D");
- ClassDB::add_compatibility_class("ProceduralSky", "Sky");
- ClassDB::add_compatibility_class("RemoteTransform", "RemoteTransform3D");
- ClassDB::add_compatibility_class("ShortCut", "Shortcut");
- ClassDB::add_compatibility_class("Skeleton", "Skeleton3D");
- ClassDB::add_compatibility_class("SkeletonIK", "SkeletonIK3D");
- ClassDB::add_compatibility_class("Spatial", "Node3D");
- ClassDB::add_compatibility_class("SpatialGizmo", "Node3DGizmo");
- ClassDB::add_compatibility_class("SpatialMaterial", "StandardMaterial3D");
- ClassDB::add_compatibility_class("SpotLight", "SpotLight3D");
- ClassDB::add_compatibility_class("Sprite", "Sprite2D");
- ClassDB::add_compatibility_class("StaticBody", "StaticBody3D");
- ClassDB::add_compatibility_class("StreamTexture", "CompressedTexture2D");
- ClassDB::add_compatibility_class("TextureProgress", "TextureProgressBar");
- ClassDB::add_compatibility_class("VideoPlayer", "VideoStreamPlayer");
- ClassDB::add_compatibility_class("ViewportContainer", "SubViewportContainer");
- ClassDB::add_compatibility_class("Viewport", "SubViewport");
- ClassDB::add_compatibility_class("VisibilityEnabler", "VisibleOnScreenEnabler3D");
- ClassDB::add_compatibility_class("VisibilityNotifier", "VisibleOnScreenNotifier3D");
- ClassDB::add_compatibility_class("VisibilityNotifier2D", "VisibleOnScreenNotifier2D");
- ClassDB::add_compatibility_class("VisibilityNotifier3D", "VisibleOnScreenNotifier3D");
- ClassDB::add_compatibility_class("VisualServer", "RenderingServer");
- ClassDB::add_compatibility_class("World", "World3D");
- #ifndef PHYSICS_2D_DISABLED
- ClassDB::add_compatibility_class("Physics2DDirectBodyState", "PhysicsDirectBodyState2D");
- ClassDB::add_compatibility_class("Physics2DDirectSpaceState", "PhysicsDirectSpaceState2D");
- ClassDB::add_compatibility_class("Physics2DServer", "PhysicsServer2D");
- ClassDB::add_compatibility_class("Physics2DShapeQueryParameters", "PhysicsShapeQueryParameters2D");
- ClassDB::add_compatibility_class("Physics2DTestMotionResult", "PhysicsTestMotionResult2D");
- ClassDB::add_compatibility_class("RayShape2D", "SeparationRayShape2D");
- #endif // PHYSICS_2D_DISABLED
- #ifndef PHYSICS_3D_DISABLED
- ClassDB::add_compatibility_class("Area", "Area3D");
- ClassDB::add_compatibility_class("BoxShape", "BoxShape3D");
- ClassDB::add_compatibility_class("CapsuleShape", "CapsuleShape3D");
- ClassDB::add_compatibility_class("CollisionObject", "CollisionObject3D");
- ClassDB::add_compatibility_class("CollisionPolygon", "CollisionPolygon3D");
- ClassDB::add_compatibility_class("CollisionShape", "CollisionShape3D");
- ClassDB::add_compatibility_class("ConcavePolygonShape", "ConcavePolygonShape3D");
- ClassDB::add_compatibility_class("ConeTwistJoint", "ConeTwistJoint3D");
- ClassDB::add_compatibility_class("ConvexPolygonShape", "ConvexPolygonShape3D");
- ClassDB::add_compatibility_class("CPUParticles", "CPUParticles3D");
- ClassDB::add_compatibility_class("CylinderShape", "CylinderShape3D");
- ClassDB::add_compatibility_class("DirectionalLight", "DirectionalLight3D");
- ClassDB::add_compatibility_class("EditorSpatialGizmo", "EditorNode3DGizmo");
- ClassDB::add_compatibility_class("EditorSpatialGizmoPlugin", "EditorNode3DGizmoPlugin");
- ClassDB::add_compatibility_class("Generic6DOFJoint", "Generic6DOFJoint3D");
- ClassDB::add_compatibility_class("HeightMapShape", "HeightMapShape3D");
- ClassDB::add_compatibility_class("HingeJoint", "HingeJoint3D");
- ClassDB::add_compatibility_class("Joint", "Joint3D");
- ClassDB::add_compatibility_class("KinematicBody", "CharacterBody3D");
- ClassDB::add_compatibility_class("KinematicBody2D", "CharacterBody2D");
- ClassDB::add_compatibility_class("KinematicCollision", "KinematicCollision3D");
- ClassDB::add_compatibility_class("PhysicsBody", "PhysicsBody3D");
- ClassDB::add_compatibility_class("PhysicalBone", "PhysicalBone3D");
- ClassDB::add_compatibility_class("PhysicsDirectBodyState", "PhysicsDirectBodyState3D");
- ClassDB::add_compatibility_class("PhysicsDirectSpaceState", "PhysicsDirectSpaceState3D");
- ClassDB::add_compatibility_class("PhysicsServer", "PhysicsServer3D");
- ClassDB::add_compatibility_class("PhysicsShapeQueryParameters", "PhysicsShapeQueryParameters3D");
- ClassDB::add_compatibility_class("PinJoint", "PinJoint3D");
- ClassDB::add_compatibility_class("PlaneShape", "WorldBoundaryShape3D");
- ClassDB::add_compatibility_class("RayCast", "RayCast3D");
- ClassDB::add_compatibility_class("RayShape", "SeparationRayShape3D");
- ClassDB::add_compatibility_class("RigidBody", "RigidBody3D");
- ClassDB::add_compatibility_class("RigidDynamicBody2D", "RigidBody2D");
- ClassDB::add_compatibility_class("RigidDynamicBody3D", "RigidBody3D");
- ClassDB::add_compatibility_class("Shape", "Shape3D");
- ClassDB::add_compatibility_class("SliderJoint", "SliderJoint3D");
- ClassDB::add_compatibility_class("SoftBody", "SoftBody3D");
- ClassDB::add_compatibility_class("SoftDynamicBody3D", "SoftBody3D");
- ClassDB::add_compatibility_class("SphereShape", "SphereShape3D");
- ClassDB::add_compatibility_class("SpringArm", "SpringArm3D");
- ClassDB::add_compatibility_class("VehicleBody", "VehicleBody3D");
- ClassDB::add_compatibility_class("VehicleWheel", "VehicleWheel3D");
- #endif // PHYSICS_3D_DISABLED
- // VisualShader classes.
- ClassDB::add_compatibility_class("VisualShaderNodeScalarConstant", "VisualShaderNodeFloatConstant");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarFunc", "VisualShaderNodeFloatFunc");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarOp", "VisualShaderNodeFloatOp");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarClamp", "VisualShaderNodeClamp");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorClamp", "VisualShaderNodeClamp");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarInterp", "VisualShaderNodeMix");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorInterp", "VisualShaderNodeMix");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorScalarMix", "VisualShaderNodeMix");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarSmoothStep", "VisualShaderNodeSmoothStep");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorSmoothStep", "VisualShaderNodeSmoothStep");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorScalarSmoothStep", "VisualShaderNodeSmoothStep");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorScalarStep", "VisualShaderNodeStep");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarSwitch", "VisualShaderNodeSwitch");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarTransformMult", "VisualShaderNodeTransformOp");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarDerivativeFunc", "VisualShaderNodeDerivativeFunc");
- ClassDB::add_compatibility_class("VisualShaderNodeVectorDerivativeFunc", "VisualShaderNodeDerivativeFunc");
- ClassDB::add_compatibility_class("VisualShaderNodeBooleanUniform", "VisualShaderNodeBooleanParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeColorUniform", "VisualShaderNodeColorParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeScalarUniform", "VisualShaderNodeFloatParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeCubeMapUniform", "VisualShaderNodeCubeMapParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeTextureUniform", "VisualShaderNodeTexture2DParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeTextureUniformTriplanar", "VisualShaderNodeTextureParameterTriplanar");
- ClassDB::add_compatibility_class("VisualShaderNodeTransformUniform", "VisualShaderNodeTransformParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeVec3Uniform", "VisualShaderNodeVec3Parameter");
- ClassDB::add_compatibility_class("VisualShaderNodeUniform", "VisualShaderNodeParameter");
- ClassDB::add_compatibility_class("VisualShaderNodeUniformRef", "VisualShaderNodeParameterRef");
- // Renamed during 4.0 alpha, added to ease transition between alphas.
- ClassDB::add_compatibility_class("AudioStreamOGGVorbis", "AudioStreamOggVorbis");
- ClassDB::add_compatibility_class("AudioStreamSample", "AudioStreamWAV");
- ClassDB::add_compatibility_class("OGGPacketSequence", "OggPacketSequence");
- ClassDB::add_compatibility_class("StreamCubemap", "CompressedCubemap");
- ClassDB::add_compatibility_class("StreamCubemapArray", "CompressedCubemapArray");
- ClassDB::add_compatibility_class("StreamTexture2D", "CompressedTexture2D");
- ClassDB::add_compatibility_class("StreamTexture2DArray", "CompressedTexture2DArray");
- ClassDB::add_compatibility_class("StreamTexture3D", "CompressedTexture3D");
- ClassDB::add_compatibility_class("StreamTextureLayered", "CompressedTextureLayered");
- ClassDB::add_compatibility_class("VisualShaderNodeFloatUniform", "VisualShaderNodeFloatParameter");
- #endif /* DISABLE_DEPRECATED */
- OS::get_singleton()->yield(); // may take time to init
- for (int i = 0; i < 20; i++) {
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/2d_render"), i + 1), "");
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/3d_render"), i + 1), "");
- }
- for (int i = 0; i < 32; i++) {
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/2d_physics"), i + 1), "");
- #ifndef NAVIGATION_2D_DISABLED
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/2d_navigation"), i + 1), "");
- #endif // NAVIGATION_2D_DISABLED
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/3d_physics"), i + 1), "");
- #ifndef NAVIGATION_3D_DISABLED
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/3d_navigation"), i + 1), "");
- #endif // NAVIGATION_3D_DISABLED
- }
- for (int i = 0; i < 32; i++) {
- GLOBAL_DEF_BASIC(vformat("%s/layer_%d", PNAME("layer_names/avoidance"), i + 1), "");
- }
- if (RenderingServer::get_singleton()) {
- // RenderingServer needs to exist for this to succeed.
- ColorPickerShape::init_shaders();
- GraphEdit::init_shaders();
- }
- SceneDebugger::initialize();
- OS::get_singleton()->benchmark_end_measure("Scene", "Register Types");
- }
- void unregister_scene_types() {
- OS::get_singleton()->benchmark_begin_measure("Scene", "Unregister Types");
- SceneDebugger::deinitialize();
- if constexpr (GD_IS_CLASS_ENABLED(TextureLayered)) {
- ResourceLoader::remove_resource_format_loader(resource_loader_texture_layered);
- resource_loader_texture_layered.unref();
- }
- if constexpr (GD_IS_CLASS_ENABLED(Texture3D)) {
- ResourceLoader::remove_resource_format_loader(resource_loader_texture_3d);
- resource_loader_texture_3d.unref();
- }
- if constexpr (GD_IS_CLASS_ENABLED(CompressedTexture2D)) {
- ResourceLoader::remove_resource_format_loader(resource_loader_stream_texture);
- resource_loader_stream_texture.unref();
- }
- ResourceSaver::remove_resource_format_saver(resource_saver_text);
- resource_saver_text.unref();
- ResourceLoader::remove_resource_format_loader(resource_loader_text);
- resource_loader_text.unref();
- if constexpr (GD_IS_CLASS_ENABLED(Shader)) {
- ResourceSaver::remove_resource_format_saver(resource_saver_shader);
- resource_saver_shader.unref();
- ResourceLoader::remove_resource_format_loader(resource_loader_shader);
- resource_loader_shader.unref();
- }
- if constexpr (GD_IS_CLASS_ENABLED(ShaderInclude)) {
- ResourceSaver::remove_resource_format_saver(resource_saver_shader_include);
- resource_saver_shader_include.unref();
- ResourceLoader::remove_resource_format_loader(resource_loader_shader_include);
- resource_loader_shader_include.unref();
- }
- // StandardMaterial3D is not initialized when 3D is disabled, so it shouldn't be cleaned up either
- #ifndef _3D_DISABLED
- BaseMaterial3D::finish_shaders();
- PhysicalSkyMaterial::cleanup_shader();
- PanoramaSkyMaterial::cleanup_shader();
- ProceduralSkyMaterial::cleanup_shader();
- FogMaterial::cleanup_shader();
- #endif // _3D_DISABLED
- ParticleProcessMaterial::finish_shaders();
- CanvasItemMaterial::finish_shaders();
- ColorPickerShape::finish_shaders();
- GraphEdit::finish_shaders();
- SceneStringNames::free();
- OS::get_singleton()->benchmark_end_measure("Scene", "Unregister Types");
- }
- void register_scene_singletons() {
- OS::get_singleton()->benchmark_begin_measure("Scene", "Register Singletons");
- GDREGISTER_CLASS(ThemeDB);
- Engine::get_singleton()->add_singleton(Engine::Singleton("ThemeDB", ThemeDB::get_singleton()));
- OS::get_singleton()->benchmark_end_measure("Scene", "Register Singletons");
- }
|