X Tutup
Skip to content

Remove undefined method Skeleton3D::remove_bone#112402

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
cabranca:skeleton-3d-remove-unused-method
Nov 5, 2025
Merged

Remove undefined method Skeleton3D::remove_bone#112402
Repiteo merged 1 commit intogodotengine:masterfrom
cabranca:skeleton-3d-remove-unused-method

Conversation

@cabranca
Copy link
Contributor

@cabranca cabranca commented Nov 5, 2025

Closes #112376

The method declaration was added in #97824.
As there is no implementation nor official documentation for the method, I agree that it should be removed from the class definition.

@cabranca cabranca requested a review from a team as a code owner November 5, 2025 03:18
@Chaosus Chaosus added this to the 4.6 milestone Nov 5, 2025
@Repiteo Repiteo merged commit 29a1964 into godotengine:master Nov 5, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 5, 2025

Thanks! Congratulations on your first merged contribution! 🎉

@cabranca
Copy link
Contributor Author

cabranca commented Nov 5, 2025

Thanks! Congratulations on your first merged contribution! 🎉

Thanks, looking forward to help more on the future!

@cabranca cabranca deleted the skeleton-3d-remove-unused-method branch November 5, 2025 18:43
@akien-mga akien-mga changed the title Remove undefined method Skeleton3D::remove_bone Remove undefined method Skeleton3D::remove_bone Jan 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Skeleton3D.remove_bone(idx) is missing

3 participants

X Tutup