Notifications
Clear all

[Closed] Problem adding morphs to SkinMorph

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

Hi Promineo

I am having the exact same problem.

http://forums.cgsociety.org/showthread.php?t=316662

Seems to be an internal bug in maxscript code!!!