Archive 17/01/2023.

Urho3D-Blender can’t export unwrap texture

umen

Hey
i opened issue in the Urho3D-Blender git repo , but here i guess there is more traffic
so if someone tale a look at the issue and see if you know what im missing here
basically i have unwrapped UV texture that is not exported with the script
please take a look at this issue :
https://github.com/reattiva/Urho3D-Blender/issues/18
thanks !

friesencr

I would check to make sure the material is assigned the texture. Blender is kind of tricksey that way. You can be viewing the model in textured mode and have the uv apply the texture to viewport but not actually be assigned to the material.

umen

Thanks for the answer , you are right there is part that i was missing , according to this tutorial :
http://www.katsbits.com/tutorials/blender/learning-materials-textures-images.php
i did “Adding a Texture stage to a Material” from the tutorial .
you can see the image attached here :
http://imgur.com/h1q7p87

then when i exported again with the script .
still nothing … the material is not exported , what do i miss here ?
here is the exporter image :
http://imgur.com/OvKtb7U

szamq

And what the exporter log says? (small icon near to export button)

Mike

And can you show the Material tab in edit mode.

umen

Thanks for your quick answers the problem was fix , the reson is i didn’t set the mapping type to uv map
you can see the solution in the issue of the bug in git .