X Tutup
Skip to content

Fix GridMap cursor_instance transparency error spam#112301

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
smix8:grid_curser
Nov 26, 2025
Merged

Fix GridMap cursor_instance transparency error spam#112301
akien-mga merged 1 commit intogodotengine:masterfrom
smix8:grid_curser

Conversation

@smix8
Copy link
Contributor

@smix8 smix8 commented Nov 1, 2025

Fixes GridMap cursor_instance transparency error spam.

In various stages of the GridMap or Editor the cursor instance can be null, especially on first load.
In those cases the RenderingServer.instance_geometry_set_transparency() function would spam errors.

Fixes GridMap cursor_instance transparency error spam.
@smix8 smix8 requested a review from a team as a code owner November 1, 2025 23:33
@smix8 smix8 added this to the 4.6 milestone Nov 1, 2025
@smix8 smix8 added the cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release label Nov 1, 2025
@akien-mga akien-mga changed the title Fix GridMap cursor_instance transparency error spam Fix GridMap cursor_instance transparency error spam Nov 25, 2025
@akien-mga akien-mga merged commit cbeb733 into godotengine:master Nov 26, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@smix8 smix8 deleted the grid_curser branch November 26, 2025 23:07
@akien-mga
Copy link
Member

Cherry-picked for 4.5.2.

@akien-mga akien-mga removed the cherrypick:4.5 Considered for cherry-picking into a future 4.5.x release label Jan 16, 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.

2 participants

X Tutup