Fixes issue with material search materials now showing on windows
On windows, the material search was finding the materials but they
weren't showing up in Godot. It turns out this was due to slash
direction. Godot always uses linux-style-slashes internally, and
so when python used the native OS level slash, godot would fail
to find the requested resource.