kogen
02-22-2009, 09:42 AM
Good morning everybody,
I've got a small problem, with Max-Skin-Modifier.
I want to check which skin points are selected and save them in a bit array. Unfortunately there does not seem to exist a method that let's me easily do it. For example with Editable Polys you have this getvertexselection method.
The only way I've found to manage such a selection check with skin is the skinOps.isVertexSelected - method. But that's extremly expensive cause I have to iterate through the whole geometry just to check if a vertex is selected or not.
Is there a simpler way to do it?
Cheers "ko'gen".
I've got a small problem, with Max-Skin-Modifier.
I want to check which skin points are selected and save them in a bit array. Unfortunately there does not seem to exist a method that let's me easily do it. For example with Editable Polys you have this getvertexselection method.
The only way I've found to manage such a selection check with skin is the skinOps.isVertexSelected - method. But that's extremly expensive cause I have to iterate through the whole geometry just to check if a vertex is selected or not.
Is there a simpler way to do it?
Cheers "ko'gen".
