godot
godot copied to clipboard
Remove unnecessary namespaces in generated PropertyDefVal files.
These namespaces are no longer needed after #68580 was merged.
Is that PR truly the reason those namespaces are no longer needed? My guess is that it would be because of #69088.
@neikeq I think the root of it was https://github.com/godotengine/godot/pull/68580. Before that those namespaces were needed because most people didn't fully qualify their types.
https://github.com/godotengine/godot/pull/69088 fixes a bug https://github.com/godotengine/godot/pull/68580 introduced.
Thanks!