...I'm having a great time with this program and especially this release (2009), but I have a newb'ish question on workflow: (...this is obviously my first real attempt at any kind of complex Biped Model so pardon my ignorance plz ... I have trouble reading manuals and only learn well with Hands-On work)
-->
Right now I'm sticking to the very-very basics based on Source Model Data.... editable mesh, manip'ing vertexes mostly 1 at a time, skin+envelope & frame by frame anims ___ nothing fancy. I just want to know if there's an easy much faster way for me to quickly jump back and forth between the Editable Mesh & the manual Vertex weighting in Skin without having to collapse the layer stack and re-import the Vertex weights every time?
Replies
However, if you are adding or deleting vertices, there really is no faster way. The Skin modifier relies on vertex order. Adding or deleting vertices changes the order.
Not to be rude, because I honestly had trouble interpreting your post, if you used typical sentence structure and punctuation it would make it easier for us to understand the problem.
I hope they find a way to make it quicker some day so I don't have to keep writing all these scripts :P
If you do need to change your mesh. You can copy it, make your changes then apply the "SkinWrap" modifier and target the original mesh (that still has skin applied). It will look for verts roughly in the same spot and follow them if it can, then you can convert SkinWrap to Skin and delete your old mesh.
The reason I'm having to keep it skinned with animation poses --> and then do more Translating while adding more Vertices: is because there's lots and lots of little folds in some places that I have to try and un-bunch, and then lots of large polygon faces on other places that just make curves on the body look all jaddegy at certain angles. So basically, I have to keep shifting limb positions around to eliminate any self-clipping and overly jagged edges at the extremes of limb angles.
There's probably something really simple that I'm still missing here (some way to integrate the vertice weights directly into the Mesh Editing maybe?) b/c I'm so new to the whole process.
Trying to figure out topology, joint placement and skinning can be pretty hard if you're doing it through trial and error but the more you do it, you find there are common ways to handle most things.
Fingers, elbows and knees all bend on one axis so they can have similar topology, depending on the specs of the game and its priorities.
Shoulders, hips and wrists tend to be problem areas but there are various ways to deal with them. Twist bones in the wrists help with the candy wrapper effect, sometimes helper bones in the shoulders and hips help things deform properly but that depends on how the model is structured. But a lot of those things depend on what the game will allow you to do, how many bones you can have, how many bones can influence a single vert, how well the engine handles IK or if FK needs to be baked to IK before exporting. Through it all there are some pretty common techniques but the specifics of what you can do often depend on the engine, the game and the programers priorities.
http://www.hippydrome.com/Sketches.html
Will help you with topology, joint placement and even skin weighting so it's a good site to check out when you're stuck.
when you're done a simple convert to skin plus some cleanup is all that's needed to make things right.
fwiw I started rigging my characters before they were finished a long time ago in order to ensure that my topology was legit and deformed well.