Notifications
Clear all
[Closed] vertex selection in skinmorph mod
Aug 08, 2005 5:41 pm
and again … here i am with a stupid problem
Im trying to get the vertexselection with
smorph.isSelectedVertex boneID vertID
in a skinmod modifer and its just NOT working!
i can cycle through all vertices and bones while having everything selected and its giving back only false…
i wrote a script to copy a “pose” from one morph to another (without using an external mesh) but i want it to work on the selected vertices only.
I mean i could save a selection on a editpoly mod but its just not neat at all
did anybody notice this?
thanks for your time,
seb
:wip:
2 Replies
Aug 08, 2005 5:41 pm
Hi sheb, that selection method doesn’t work with the boneID but the object. Try something like this:
skinobj = modpanel.getcurrentobject()
skinobj.isSelectedVertex $ 1
CML