Pharan, all vertices are keyed together. This avoids the situation where one animation changes some vertices and the next animation changes different ones. Each animation changes all vertices for a single mesh.
Dukuo, it's not trivial to accurately detect edges and create the polygon hull automatically. Using set points only takes a few seconds to do it manually and has the benefit that you can optimize for as few points as possible. Doing it automatically wouldn't be suitable for meshes with few points. We may have some automatic features for generating a grid of internal points, eg for skinning.