Community
3ds Max Programming
Welcome to Autodesk’s 3ds Max Forums. Share your knowledge, ask questions, and explore popular 3ds Max SDK, Maxscript and Python topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get Bone Index

1 REPLY 1
Reply
Message 1 of 2
Anonymous
407 Views, 1 Reply

Get Bone Index

for i = 1 to nVert by 1 do (

  -- How to get the ID of the bone that has influence on this vertex?

)

 

1 REPLY 1
Message 2 of 2
denisT.MaxDoctor
in reply to: Anonymous

do you ask about Skin Modifier?

 

see the MXS help -> skinops methods, and particular:

 

skinOps.GetVertexWeightCount <Skin> <vertex_integer> 
skinOps.GetVertexWeight
<Skin> <vertex_integer> <vertex_bone_integer>
skinOps.GetVertexWeightBoneID <Skin> <vertex_integer> <vertex_bone_integer>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report