godot/modules
reduz ec19ed3723 Remove animation 3D transform track, replace by loc/rot/scale tracks.
* `Animation.TYPE_TRANSFORM3D` track is gone.
* Added POSITION_3D, ROTATION_3D, SCALE_3D tracks.
* GLTF2, Collada, FBX importers will only import the track types found.
* Skeleton3D bone poses are now Pos/Rot/Scale, pose matrix removed.
* AnimationPlayer and AnimationTree animate these tracks separately, only when found.
* Removed BakeReset code, is useless with these changes.

This is the first in a series of commits designed to make the animation system in Godot more useful, which includes:

* Better compatibility with Autodesk products
* Better reusability of animations across models (including retargeting).
* Proper animation compression.
* etc.

*Note* GLTF2 animation saving went broken with this PR, needs to be fixed in a subsequent one.
2021-10-12 20:08:42 -03:00
..
basis_universal
bmp Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmp 2021-10-03 17:41:43 +02:00
bullet Replace references to VisualServer in code comments with RenderingServer 2021-10-07 15:49:41 +02:00
camera
csg Use range iterators for Map 2021-09-30 15:09:12 -06:00
cvtt
dds
denoise
enet doc: Fix style inconsistencies for [b]Note:[/b] paragraphs 2021-10-05 19:13:20 +02:00
etcpak
fbx Remove animation 3D transform track, replace by loc/rot/scale tracks. 2021-10-12 20:08:42 -03:00
freetype
gdnative doc: Update links to latest documentation after content reorganization 2021-10-06 13:48:48 +02:00
gdscript Merge pull request #53647 from Chaosus/gds_fix_builtin_functions_autocompletion 2021-10-11 20:29:43 +03:00
glslang
gltf Remove animation 3D transform track, replace by loc/rot/scale tracks. 2021-10-12 20:08:42 -03:00
gridmap Implemented SkeletonEditorGizmo 2021-10-07 01:07:46 +09:00
hdr
jpg
jsonrpc
lightmapper_rd
mbedtls
meshoptimizer
minimp3
mobile_vr Improve unregistering XR interfaces so we don't get crashes in GDExtensions by destroying the XRServer too early 2021-09-28 12:25:15 +10:00
mono Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and NodeAnimation" 2021-10-11 19:27:50 -03:00
msdfgen
navigation Use range iterators for Map 2021-09-30 15:09:12 -06:00
ogg
opensimplex
opus
pvr
raycast Merge pull request #53245 from JFonS/occ_fixes2 2021-09-30 19:58:05 +02:00
regex
squish
svg
text_server_adv Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
text_server_fb Implement TextServer GDExtension interface, remove TextServer GDNative interface. 2021-10-01 15:13:29 +03:00
tga
theora Replace references to VisualServer in code comments with RenderingServer 2021-10-07 15:49:41 +02:00
tinyexr
upnp Document how to set up UPnP in a non-blocking manner 2021-09-30 18:28:12 +02:00
vhacd
visual_script Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and NodeAnimation" 2021-10-11 19:27:50 -03:00
vorbis
webm Replace references to VisualServer in code comments with RenderingServer 2021-10-07 15:49:41 +02:00
webp
webrtc doc: Fix style inconsistencies for [b]Note:[/b] paragraphs 2021-10-05 19:13:20 +02:00
websocket Fix missing argument names in bindings 2021-10-09 00:20:10 +02:00
webxr Improve unregistering XR interfaces so we don't get crashes in GDExtensions by destroying the XRServer too early 2021-09-28 12:25:15 +10:00
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub