Notifications
Clear all
[Closed] Problem adding morphs to SkinMorph
Feb 27, 2006 11:07 am
Hi!
I have one problem with maxscript, when I try create morph in the SkinMorph Modifier, Maxscript add one morph but no more, so for example, if I try add two or more morph by maxscript, I can’t.
In maxscript help:
void>[font=‘Courier New’]createMorph <node>node[/font]
[left]Corresponds to pressing the Create Morph button.
[/left]
So I add this code:
$.Skin_Morph.createMorph myBone
or this, the same as listener when you press the Create Morph button:
$.modifiers[#Skin_Morph].skinMorphOps.createMorph myBone
Ok, if you put this code, works fine, but only add one morph but not more when you execute more times…
Know Anybody wha’ts going on?
2 Replies
Feb 27, 2006 11:07 am