Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D

This commit is contained in:
Aaron Franke 2021-06-03 20:34:41 -04:00
parent 5d9cab3aeb
commit 125d1a7cd3
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
13 changed files with 70 additions and 70 deletions

View file

@ -1011,7 +1011,7 @@ Node3D *EditorSceneImporterFBX::_generate_scene(
// track count is 5.
// next track id is 5.
const uint64_t target_id = track->key();
int track_idx = animation->add_track(Animation::TYPE_TRANSFORM);
int track_idx = animation->add_track(Animation::TYPE_TRANSFORM3D);
// animation->track_set_path(track_idx, node_path);
Ref<FBXBone> bone;