lellis2k
05-15-2009, 10:29 AM
Hey Guys,
simple question that I just can't figure out:
I want to set the noWarning to true, how do I do it?
Here's the maxscript help:
<bool>maxOps.CollapseNode <node>node <boolean>noWarning
Collpases the complete modifier stack of the node.When noWarning is set to true,
no prompt will be issued. Returns true if successful and false otherwise.
Here's my code:
maxOps.CollapseNode $ noWarning=true
which returns an error.
Thanks
simple question that I just can't figure out:
I want to set the noWarning to true, how do I do it?
Here's the maxscript help:
<bool>maxOps.CollapseNode <node>node <boolean>noWarning
Collpases the complete modifier stack of the node.When noWarning is set to true,
no prompt will be issued. Returns true if successful and false otherwise.
Here's my code:
maxOps.CollapseNode $ noWarning=true
which returns an error.
Thanks
