Hey, I'm making some simple weapons I'll try to implement in a source mod at some point, but I'm having some problems with the UV unwrapping.
I'm fairly new to this, and I'm not sure how to deal with this:
Do I have to sort this out manually, or is there some sort of tool that could help me?
Sorry if I'm misusing some terms and what not.
Replies
It would be easier to advise on the unwrap if we could see the object you are UV'ing.
I'm guessing it's something fairly cylindrical, if so you're not far off.
My two recommendations from seeing it without the mesh would be to do a relax by face angles, check 'keep borders pinned' if necessary.
Also, I can't remember if Max has this tool by default but if not you can get a script for it... select a row of verts at a time and align them horizontally, then once alll are done, do the same vertically and then move them by row/column until you have nice even UV's.
As I said though, if you post a shot of the object someone might be able to help more.
Just a quick google search found that. Or you can search on youtube for 3ds max unwrap tutorials. I'm assuming your using 3ds max, right?
Maybe as a first step remove the checker pattern in the background and repost the screen. I could imagine in a way that you want to line up or rectify rectangle UV faces there are plenty of scripts out there that lineup verts in a line. This might help to avoid distorting pixels on the texture (like rotated pixels on an edge).
Maybe you already saw some of the TexTools, if not here is an overview:
http://renderhjs.net/textools/
In particular these tools might be interesting for you
but other than that yeah maybe post a screen of the 3d model as well
I'm using 3ds Max, and I'm unwrapping a cylindrical shape, with some simple extrusions on it.
Here's a picture:
I want the lines to be straight and even.
renderhjs: Those tools look incredibly helpful, thanks!
mLichy: I'll take a look at this.
creationtwentytwo: I'll try what you mentioned.
To map something cylindrical in the UVunwrap Modifier simply select the faces and then hit the Cylinder button on the right side.
Thank you!