Hey all,
I'm currently working on a small MOD for Medieval 2 TW. Now i am making a unit that has multiple arm meshes, leg meshes, body meshes, head meshes, etc and i need to get them all onto one UV map without them losing their individual pivots postioning.
If that makes sense to anyone... is there anyway to get multiple objects to share a UV unwrap? I've tried just applying one to a group of selected objects but to no avail...
Replies
So the only way for me to do it is for the objects to be attached... bummer...
Means i have to re-align all the little buggers all over again! Ah well...
They do NOT have to be one object, as garriola83 incorrectly said.
If you're using Maya, you can just select the multiple objects and UV map them as usual.
If you're using 3dsmax, you will need version 2008 before you can unwrap multiple objects at once.
Thanks guys.
You could also try this script.
http://www.scriptspot.com/3ds-max/multi-objects-unwrap
Its not ideal but it helps save time (for me at least)
If you want I can probably make it available to you. (if you can get max '08 that would probably serve you better though)
Hrmmm... i was unaware one could copy UV's over... is it just an option in the UV menu?
You can also copy UVs from one selection of faces to another, on the same object. Like say you UV one bolt on a machine object, then you can select the bolt, copy, select the other bolts, paste.
I'm not sure but.. BigJon speaks about UV map sharing ( and garriola83 too ) and you guys speak about texture sharing. It is not the same thing.
So, BigJon, can you be more precise about what you want to achieve?
Do you need only one uv set?
Or one texture used by many meshes?
on each object and select all polys and set a material id eg. head = 1, torso = 2 etc etc
then attach all and in uvw unwrap modifier you can select which material ID at the bottom of the display window and this lets you unwrap individual items much easier.
its actually pretty quick as long as your careful to make sure each object doesnt share its ID with any other object.
Max 2008 or 2009 would be the fastest and least painful way to do it, though the script might float your boat.
The cutting/pasting of the UV's didn't work. The UV's didn't keep their placing from the map where all objects are joined together. Lemme see if i can explain this, i tend to be terrible at explaining things about 3ds max as i forget the terminology all the time...
So what i need is a character who is seperated into torso, legs, arms, hands, head, accessories and multiple arm/leg/head/torso meshes. Each needs to be a seperate object aligned up with a particular pivot point, but share a single texture/uvw map. So it all has to be on one bitmap, and each body part has to be a seperate object with a unique pivot point.
I'm thinking the best way for me to do it in 3ds Max 9 is to just make it all attached and then detach each on seperately and re-align/pivot each piece together which is a pain in the arse, but probably the best bet.
Thanks for all the help guys, i've gotta start coming here more often, as i tend to get beaten by Max far too often and i wanna get on top of it as a program.
How. Well since you are not going to move your object all you have to do is go under Hierachy<pivot<affect pivot only, select the object you what to change the alignment and click on the object that has that matches it.
Select you detached piece that has uv but the pivot is not where it should be and select the object that stills has the correct pivot. The pivot of the new detached and uved object should match the old one. Rinse and repeat.
This is what i would do if I was in your shoes...
Make a copy of what you have make a new layer and put the copy there. name something useful like uv setup.
Hide your other layer. In your uv setup layer make your clone one object. UV. Before you detach again i would make a clone of this this object and then copy it to a new layer and call it final.
Hide uv setup layer.
Detach everything in the final object, name the parts in a useful manner, and align all your pivots using the align tool with the first object you made. You can skip this but I find it faster.
Later
I've done it now, i essentially followed Sage's advice. It was a somewhat repetitive process, but it worked out in the end.