Actions
Feature #399
openSelect or otherwise highlight vertices with >4 bone weights
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
04/03/2012
Due date:
% Done:
0%
Estimated time:
Description
Warning about the presence of vertices with more than 4 bone weights is a good first step. To aid an artist in correcting the problem, it would be most helpful to select the offending vertices in the interface.
MAXScript supports this operation. A likely candidate for accomplishing this is:
skinOps.SelectVertices <Skin> \
( <vertex_integer> | <vertex_array > | <<vertex_bitarray> )
Selects the specified vertices.
Actions