[SOLVED] Bug 6928: Textures messed up

I have a problem when creating the textures, please look at the images of the vertices and textured version.

This happens on any model i load, which makes me believe i changed something on the software but i don’t know what that would be. can some one point me in the right direction?

Thanks,
Guillermo Leal.

 I just reset the interface but i still get the same result.

Guillermo Leal

I found the solution in case anyone else has the same problem.

what i was doing was.

  • Align
  • Build Mesh
  • Scale the model
  • Texturize

and that didn’t work, so the problem is the order, the scale should be the last step.

  • Align
  • Build Mesh
  • Texturize
  • Scale the model

But i still thing its a bug, it should no matter when i scale it right?

Guillermo Leal

You are right. It is a bug. thank you for reporting it. We will fix it.