godot/scene/3d
Rémi Verschelde 0b048b6d73 SoftBody: Fix attachments property names after #61180
Fixes #61581.

(cherry picked from commit 5c3081dae2)
2022-06-10 14:42:05 +02:00
..
SCsub
area.cpp
area.h
arvr_nodes.cpp
arvr_nodes.h
audio_stream_player_3d.cpp Fix crash when passing null to AudioStreamPlayer::set_stream() 2022-04-03 12:52:17 +02:00
audio_stream_player_3d.h
baked_lightmap.cpp Add support for saving multiple Images in BakedLightmap 2022-02-15 16:13:00 +01:00
baked_lightmap.h
bone_attachment.cpp
bone_attachment.h
camera.cpp Merge pull request #60147 from lawnjelly/interpolation_out_of_scenario 2022-04-13 17:08:08 +02:00
camera.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
collision_object.cpp
collision_object.h
collision_polygon.cpp
collision_polygon.h
collision_shape.cpp
collision_shape.h
cpu_particles.cpp Fix CPUParticles emission updating using physics interpolation 2022-04-18 15:30:37 +01:00
cpu_particles.h Fix CPUParticles emission updating using physics interpolation 2022-04-18 15:30:37 +01:00
cull_instance.cpp
cull_instance.h
gi_probe.cpp
gi_probe.h
immediate_geometry.cpp
immediate_geometry.h
interpolated_camera.cpp
interpolated_camera.h
label_3d.cpp [Label3D, 3.x] Monitor default theme font changes, to prevent use of invalid materials. 2022-05-23 18:16:17 +03:00
label_3d.h [Label3D, 3.x] Monitor default theme font changes, to prevent use of invalid materials. 2022-05-23 18:16:17 +03:00
light.cpp
light.h
lightmapper.cpp
lightmapper.h
listener.cpp Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
listener.h
mesh_instance.cpp Optimized Mesh Merging 2022-06-07 20:16:51 +01:00
mesh_instance.h Optimized Mesh Merging 2022-06-07 20:16:51 +01:00
multimesh_instance.cpp Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
multimesh_instance.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
navigation.cpp Fix typos with codespell 2022-02-11 09:50:59 +01:00
navigation.h
navigation_agent.cpp Process NavigationAgent2D/3D avoidance on demand only 2022-05-22 19:43:56 +02:00
navigation_agent.h Process NavigationAgent2D/3D avoidance on demand only 2022-05-22 19:43:56 +02:00
navigation_mesh_instance.cpp Add NavigationMesh debug when navmesh is added later through scripts 2022-06-09 10:08:55 +02:00
navigation_mesh_instance.h Add ability to `bake_navigation_mesh` off thread. 2022-05-04 22:41:38 +02:00
navigation_obstacle.cpp Make Navigation Agents and Obstacles respect parent process mode 2022-05-19 15:34:56 +02:00
navigation_obstacle.h Make Navigation Agents and Obstacles respect parent process mode 2022-05-19 15:34:56 +02:00
occluder.cpp Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
occluder.h Fix Occluder to properly share resources 2022-02-16 09:55:11 +00:00
particles.cpp
particles.h
path.cpp
path.h
physics_body.cpp Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
physics_body.h Fix wrong collision reported on move_and_collide 2022-03-23 11:39:54 +01:00
physics_joint.cpp Joint2D and Joint: make set_exclude_nodes_from_collision respect signals 2022-02-28 22:51:40 +01:00
physics_joint.h
portal.cpp
portal.h
position_3d.cpp
position_3d.h
proximity_group.cpp
proximity_group.h
ray_cast.cpp Fix RayCast{,2D}.clear_exceptions clears parent 2022-02-08 16:22:10 +08:00
ray_cast.h
reflection_probe.cpp
reflection_probe.h
remote_transform.cpp
remote_transform.h
room.cpp
room.h
room_group.cpp
room_group.h
room_manager.cpp Merge pull request #57661 from lawnjelly/bind_mesh_merging 2022-03-17 19:54:31 +01:00
room_manager.h
skeleton.cpp Add dedicated macros for property name extraction 2022-05-19 11:31:35 +08:00
skeleton.h
soft_body.cpp SoftBody: Fix attachments property names after #61180 2022-06-10 14:42:05 +02:00
soft_body.h
spatial.cpp Fix get_global_transform_interpolated() with multiple ticks per frame 2022-02-25 11:22:00 +00:00
spatial.h Fix get_global_transform_interpolated() with multiple ticks per frame 2022-02-25 11:22:00 +00:00
spatial_velocity_tracker.cpp
spatial_velocity_tracker.h
spring_arm.cpp
spring_arm.h
sprite_3d.cpp Backport Label3D node implementation and Sprite*3D material render priority. 2022-05-23 09:14:41 +03:00
sprite_3d.h Backport Label3D node implementation and Sprite*3D material render priority. 2022-05-23 09:14:41 +03:00
vehicle_body.cpp
vehicle_body.h
visibility_notifier.cpp VisibilityNotifier - add max_distance feature 2022-06-09 11:37:42 +01:00
visibility_notifier.h VisibilityNotifier - add max_distance feature 2022-06-09 11:37:42 +01:00
visual_instance.cpp Merge pull request #60822 from lawnjelly/fti_add_child_reset 2022-06-03 14:56:19 +02:00
visual_instance.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
voxel_light_baker.cpp Fix warnings found by Emscripten 3.1.10 2022-05-16 16:38:26 +02:00
voxel_light_baker.h
world_environment.cpp
world_environment.h