I'm new to 3ds so probably a stupid question!
My friend has made a model for my game engine, and I'd like to modify it.
It's fully rigged, animated using bones. How can I symmetrically modify the body parts without destroying all his hard work? Whenever i try to edit the mesh, everything is detached and its like I have to re-rig from scratch.
I'd like to modify / scale parts, say the right hand, and have it automatically modify the right, etc..
Thanks in advance!!!!
Replies
If however all you want to do is move some verts around, then you could just "cut" (CTRL +X) the skin modifier off the top of the stack, move the verts around to make a different shape and then paste the modifier back on top. But if you move them anything more than very slightly, you're back to the same problem.
Finally if you move verts around and the model is textured, you're going to cause stretching of the UVs which will make the texture look terrible.
Basically put, you need to make all changes to the mesh before you texture and rig it. Btw this question had almost nothing to do with the symmetry tool :P
As for editing it symmetrically, hopefully the model is already symmetrical, then just edit it as normal. You might want to detach the hands and run symmetry on them if the torso or some other part has asymmetry.
if you're just moving verts then doing it under a skin modifier is entirely safe provided your weights are baked down but you can't really work symmetrically.
or...
if you're feeling cunning and/or you're likely to be making iterative changes then you can use a morpher under skin and then use the morph mirroring trick documented here
http://www.3dtotal.com/tutorial/3d_studio_max/head_modeling_mirroring_morph_targets/head_modeling_mirroring_morph_targets_01.php
to generate symmetrical morph targets containing your changes.
this allows you to keep everything "live" and work non-destructively