godot/scene/3d
Lyuma fd25bb50ab Remove SkeletonModificationStack3D, and Skeleton3D api cleanup
Removes all 3D modification resources. SkeletonIK3D is a node and still supported.
Remove deprecated Skeleton3D functionality for 4.0, so we can add it back in 4.x.
Remove local_pose_override feature from Skeleton3D and BoneAttachment3D.
Expose Skeleton3D::get_version() so IK scripts/extensions can cache bones.

Note: This change only affects 3D. SkeletonModification2D will work as before.
2023-01-12 12:04:53 -08:00
..
area_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
area_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_listener_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_listener_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_player_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
audio_stream_player_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
bone_attachment_3d.cpp Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
bone_attachment_3d.h Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
camera_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
camera_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_object_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_polygon_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
collision_shape_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
cpu_particles_3d.cpp Merge pull request #70716 from Calinou/particles-tweak-animation-offset-property-hint 2023-01-10 11:01:14 +01:00
cpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
decal.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
decal.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
fog_volume.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
fog_volume.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gpu_particles_collision_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
importer_mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
importer_mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joint_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
label_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
label_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
light_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_gi.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_probe.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmap_probe.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
lightmapper.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
marker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
mesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
multimesh_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_agent_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_agent_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_link_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_link_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_obstacle_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_obstacle_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
navigation_region_3d.cpp Rework const on NavigationServer methods 2023-01-07 17:29:00 -08:00
navigation_region_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
node_3d.cpp Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
node_3d.h Merge pull request #36301 from KoBeWi/daddy_node 2023-01-07 13:20:56 +01:00
occluder_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
occluder_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
path_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
physics_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
ray_cast_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reflection_probe.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
reflection_probe.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
remote_transform_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Disable Node3D when compiling without 3D and fix disable_3d option 2021-08-13 08:59:48 -05:00
shape_cast_3d.cpp Fix style issue in ShapeCast3D after #68409 2023-01-12 19:28:58 +01:00
shape_cast_3d.h Merge pull request #68409 from Jasuse/shapecast3d_dbg_shape_fix 2023-01-12 17:19:20 +01:00
skeleton_3d.cpp Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_3d.h Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_ik_3d.cpp Remove SkeletonModificationStack3D, and Skeleton3D api cleanup 2023-01-12 12:04:53 -08:00
skeleton_ik_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
soft_body_3d.cpp Removed unused property hints and Object::get_translatable_strings() 2023-01-09 16:56:01 +01:00
soft_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
spring_arm_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
sprite_3d.cpp Merge pull request #65609 from dalexeev/animated-sprite 2023-01-05 15:00:31 +01:00
sprite_3d.h Merge pull request #65609 from dalexeev/animated-sprite 2023-01-05 15:00:31 +01:00
vehicle_body_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
vehicle_body_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
velocity_tracker_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visible_on_screen_notifier_3d.cpp Merge pull request #69809 from KoBeWi/runtime_enabler_2d 2023-01-08 22:38:29 +01:00
visible_on_screen_notifier_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_instance_3d.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
visual_instance_3d.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxel_gi.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxelizer.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
voxelizer.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
world_environment.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_nodes.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
xr_nodes.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00