godot/scene/3d
Fredia Huya-Kouadio 039722a341 Fix invalid Skeleton3D bone pose updates
The issue would cause log spams when trying to update the bone pose position or rotation with an invalid bone index.
2024-08-25 17:04:46 -07:00
..
physics Expose ShapeCast{2D,3D}::get_collision_result 2024-08-15 16:20:13 +02:00
audio_listener_3d.cpp
audio_listener_3d.h
audio_stream_player_3d.compat.inc
audio_stream_player_3d.cpp Add stop_callable to AudioStreamPlayerInternal 2024-08-11 20:27:15 +08:00
audio_stream_player_3d.h Add samples playback support 2024-06-18 11:06:31 -04:00
bone_attachment_3d.compat.inc
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 Merge pull request #91449 from Arnklit/particles-emission-ring-shape-fix2 2024-05-14 18:09:47 +02:00
cpu_particles_3d.h
decal.cpp
decal.h
fog_volume.cpp
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
gpu_particles_collision_3d.h
importer_mesh_instance_3d.cpp
importer_mesh_instance_3d.h
label_3d.cpp Improve Editor Inspector/Theme item lookup performance 2024-08-20 13:39:40 -04:00
label_3d.h
light_3d.cpp
light_3d.h
lightmap_gi.cpp Merge pull request #95000 from Calinou/lightmapgi-environment-fix-custom-rotation-bake 2024-08-16 10:35:13 +02:00
lightmap_gi.h Lightmapper: Prevent infinite loop when blitting lightmaps into an atlas 2024-07-13 13:10:04 +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
mesh_instance_3d.h
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 Add NavigationLink function to change navigation map 2024-08-15 22:37:02 +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
navigation_obstacle_3d.h
navigation_region_3d.cpp Change 3D navigation edge connection margin debug to only show virtual edge 2024-06-09 17:02:22 +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 Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
occluder_instance_3d.h Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
path_3d.cpp
path_3d.h
physical_bone_simulator_3d.cpp Fix child bones of the physical bone aren't modified 2024-06-11 14:43:17 +09:00
physical_bone_simulator_3d.h
reflection_probe.cpp
reflection_probe.h
remote_transform_3d.cpp
remote_transform_3d.h
SCsub
skeleton_3d.compat.inc
skeleton_3d.cpp Merge pull request #95124 from kleonc/skeleton2d_fix_set_get_always_returning_true 2024-08-19 14:34:09 +02:00
skeleton_3d.h Re-add Skeleton3D::animate_physical_bones 2024-07-14 14:24:25 +09:00
skeleton_ik_3d.cpp Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
skeleton_ik_3d.h
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.cpp Merge pull request #86310 from jirisvd/fix-softbody-reload 2024-08-16 14:31:45 +02:00
soft_body_3d.h
sprite_3d.cpp Fix Issue #94145 Incorrect text in the Node Configuration Warning dialog 2024-07-09 22:36:18 +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 Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
visual_instance_3d.h Fixed Timestep Interpolation (3D) 2024-07-07 22:15:23 +02:00
voxel_gi.cpp Use Core/Scene stringnames consistently 2024-05-13 23:41:07 +02:00
voxel_gi.h
voxelizer.cpp
voxelizer.h
world_environment.cpp
world_environment.h
xr_body_modifier_3d.cpp
xr_body_modifier_3d.h
xr_face_modifier_3d.cpp
xr_face_modifier_3d.h
xr_hand_modifier_3d.cpp Fix invalid Skeleton3D bone pose updates 2024-08-25 17:04:46 -07:00
xr_hand_modifier_3d.h
xr_nodes.cpp Change hand tracking project settings and finetune show_when_tracked 2024-08-20 11:12:52 +10:00
xr_nodes.h Change hand tracking project settings and finetune show_when_tracked 2024-08-20 11:12:52 +10:00