virtualx-engine/scene/3d
Hugo Locurcio 0807d60d68
Check RenderingDevice availability to display LightmapGI configuration warnings
We can now check whether RenderingDevice can be created (which is
not guaranteed when using the Compatibility rendering method),
so the warning can be displayed only when relevant.

This also disables the Bake Lightmaps button with a tooltip if baking
is not available.
2024-09-28 23:56:47 +02:00
..
physics SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
audio_listener_3d.cpp Expose is_part_of_edited_scene() 2024-04-26 11:49:38 +02:00
audio_listener_3d.h
audio_stream_player_3d.compat.inc
audio_stream_player_3d.cpp Fix AudioStreamPlayer3D still processing when out of range 2024-09-19 22:16:59 -07:00
audio_stream_player_3d.h Fix AudioStreamPlayer3D still processing when out of range 2024-09-19 22:16:59 -07:00
bone_attachment_3d.compat.inc replace bone_pose_updated to skeleton_updated signal 2024-04-13 05:48:42 +09:00
bone_attachment_3d.cpp Add BoneAttachment3D::get_skeleton() method 2024-08-17 09:35:24 +10:00
bone_attachment_3d.h Add BoneAttachment3D::get_skeleton() method 2024-08-17 09:35:24 +10:00
camera_3d.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
camera_3d.h Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
cpu_particles_3d.cpp Add cone angle control to particle emission ring shape 2024-09-02 14:35:51 +02:00
cpu_particles_3d.h Add cone angle control to particle emission ring shape 2024-09-02 14:35:51 +02:00
decal.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
decal.h
fog_volume.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
fog_volume.h
gpu_particles_3d.cpp Fix GPUParticles Inherit Velocity breaking with physics movement 2024-07-02 01:46:57 +02:00
gpu_particles_3d.h
gpu_particles_collision_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
gpu_particles_collision_3d.h
importer_mesh_instance_3d.cpp
importer_mesh_instance_3d.h
label_3d.cpp [Label3D] Fix updating labels in subvieports on oversampling change. 2024-09-08 15:11:13 +03:00
label_3d.h
light_3d.cpp
light_3d.h
lightmap_gi.cpp Check RenderingDevice availability to display LightmapGI configuration warnings 2024-09-28 23:56:47 +02:00
lightmap_gi.h LightmapGI: Pack L1 SH coefficients for directional lightmaps 2024-09-05 22:46:58 +02:00
lightmap_probe.cpp
lightmap_probe.h
lightmapper.cpp
lightmapper.h Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas 2024-07-13 13:10:04 +02:00
marker_3d.cpp
marker_3d.h
mesh_instance_3d.cpp Merge pull request #97489 from TokageItLab/deferred-skin-registration 2024-09-27 13:53:38 +02:00
mesh_instance_3d.h Add option to bake a mesh from animated skeleton pose 2024-09-03 22:16:05 +02:00
multimesh_instance_3d.cpp Fixed Timestep Interpolation: MultiMesh 2024-08-18 17:14:59 +02:00
multimesh_instance_3d.h Fixed Timestep Interpolation: MultiMesh 2024-08-18 17:14:59 +02:00
navigation_agent_3d.cpp Fix physics tick counter 2024-07-07 19:04:05 +02:00
navigation_agent_3d.h Fix physics tick counter 2024-07-07 19:04:05 +02:00
navigation_link_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
navigation_link_3d.h Add NavigationLink function to change navigation map 2024-08-15 22:37:02 +02:00
navigation_obstacle_3d.cpp Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
navigation_obstacle_3d.h Add NavigationObstacle options to affect and carve navigation mesh 2024-03-15 01:45:44 +01:00
navigation_region_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
navigation_region_3d.h
node_3d.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
node_3d.h Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
occluder_instance_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
occluder_instance_3d.h Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
path_3d.cpp Do not defer PathFollow3D transform updates 2024-09-10 10:35:48 +02:00
path_3d.h Do not defer PathFollow3D transform updates 2024-09-10 10:35:48 +02:00
physical_bone_simulator_3d.cpp Fix syncing PhysicalBone internal poses individually 2024-09-15 01:46:12 +09:00
physical_bone_simulator_3d.h Fix syncing PhysicalBone internal poses individually 2024-09-15 01:46:12 +09:00
reflection_probe.cpp Add reflection probe support to compatibility renderer using 2 probe approach. 2024-04-09 16:53:28 +10:00
reflection_probe.h Add reflection probe support to compatibility renderer using 2 probe approach. 2024-04-09 16:53:28 +10:00
remote_transform_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
remote_transform_3d.h
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
skeleton_3d.compat.inc
skeleton_3d.cpp Add per-bone meta to Skeleton3D 2024-09-16 16:26:15 +02:00
skeleton_3d.h Add per-bone meta to Skeleton3D 2024-09-16 16:26:15 +02:00
skeleton_ik_3d.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
skeleton_ik_3d.h Add SkeletonIK3D get/set_interpolation compat from #87888 2024-04-18 01:49:12 -07:00
skeleton_modifier_3d.cpp Fix incorrect warning on SkeletonModifier 2024-08-15 16:53:18 +09:00
skeleton_modifier_3d.h Allow users to override SkeletonModifier3D._process_modification 2024-05-09 19:48:56 -07:00
soft_body_3d.compat.inc Fixed SoftBody3D handles not being clickable in 3D Editor Viewport 2024-09-16 21:30:31 +09:30
soft_body_3d.cpp Fixed SoftBody3D handles not being clickable in 3D Editor Viewport 2024-09-16 21:30:31 +09:30
soft_body_3d.h Fixed SoftBody3D handles not being clickable in 3D Editor Viewport 2024-09-16 21:30:31 +09:30
sprite_3d.cpp Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
sprite_3d.h
velocity_tracker_3d.cpp
velocity_tracker_3d.h
visible_on_screen_notifier_3d.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
visible_on_screen_notifier_3d.h
visual_instance_3d.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
visual_instance_3d.h Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
voxel_gi.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
voxel_gi.h
voxelizer.cpp
voxelizer.h Add support for compiling with VS clang-cl toolset 2024-08-28 13:30:44 -05:00
world_environment.cpp
world_environment.h
xr_body_modifier_3d.cpp Subscribe to correct tracker signals 2024-04-22 18:40:18 -04:00
xr_body_modifier_3d.h Subscribe to correct tracker signals 2024-04-22 18:40:18 -04:00
xr_face_modifier_3d.cpp Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
xr_face_modifier_3d.h Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to drive node positions and visibility. 2024-04-18 20:04:01 -04:00
xr_hand_modifier_3d.cpp Add warning if XRHandModifier3D used with OpenXR and hand-tracking isn't enabled. 2024-09-05 00:14:55 -04:00
xr_hand_modifier_3d.h Add warning if XRHandModifier3D used with OpenXR and hand-tracking isn't enabled. 2024-09-05 00:14:55 -04:00
xr_nodes.cpp Fix super call in various get_configuration_warnings methods 2024-09-05 16:08:35 +02:00
xr_nodes.h Change hand tracking project settings and finetune show_when_tracked 2024-08-20 11:12:52 +10:00