You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Add a tutorial link to Retarget Classes
This commit is contained in:
@@ -6204,7 +6204,7 @@ void AnimationTrackEditor::_edit_menu_pressed(int p_option) {
|
||||
if (do_bake && !animation->track_is_compressed(i)) {
|
||||
Animation::InterpolationType it = animation->track_get_interpolation_type(i);
|
||||
if (it == Animation::INTERPOLATION_NEAREST) {
|
||||
continue; // Nearest and Angle interpolation cannot be baked.
|
||||
continue; // Nearest interpolation cannot be baked.
|
||||
}
|
||||
|
||||
// Special case for angle interpolation.
|
||||
|
||||
Reference in New Issue
Block a user