godot icon indicating copy to clipboard operation
godot copied to clipboard

Remove unnecessary namespaces in generated PropertyDefVal files.

Open rhofour opened this issue 2 years ago • 1 comments

These namespaces are no longer needed after #68580 was merged.

rhofour avatar Nov 28 '22 03:11 rhofour

Is that PR truly the reason those namespaces are no longer needed? My guess is that it would be because of #69088.

neikeq avatar Nov 28 '22 03:11 neikeq

@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.

rhofour avatar Nov 30 '22 03:11 rhofour

Thanks!

neikeq avatar Nov 30 '22 17:11 neikeq