Promineo
02-27-2006, 10: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>createMorph <node>node
Corresponds to pressing the Create Morph button.
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?
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>createMorph <node>node
Corresponds to pressing the Create Morph button.
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?
