Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose is_baking method in navigation servers and region nodes. #87715

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

Scony
Copy link
Contributor

@Scony Scony commented Jan 29, 2024

Navigation servers and region nodes allow asynchronous baking. However, if asynchronous bake is requested while baking is still ongoing in the background, the error is raised. To avoid such error, it's necessary to know whether baking is ongoing or not. This PR exposes such API.

@Calinou Calinou added this to the 4.x milestone Jan 29, 2024
@Scony Scony force-pushed the add-is-baking branch 2 times, most recently from b789475 to e9f8509 Compare January 29, 2024 22:09
@Scony Scony marked this pull request as ready for review January 29, 2024 22:23
@Scony Scony requested review from a team as code owners January 29, 2024 22:23
doc/classes/NavigationServer2D.xml Outdated Show resolved Hide resolved
doc/classes/NavigationServer3D.xml Outdated Show resolved Hide resolved
@smix8 smix8 modified the milestones: 4.x, 4.3 Feb 2, 2024
@Scony Scony requested a review from Mickeon February 5, 2024 21:33
@akien-mga akien-mga merged commit 251d5b3 into godotengine:master Feb 7, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

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.

5 participants