Hi everyone,
I have a quick question for you. Does anyone know how to create a nucleus solver using Mel and connect it to the nCloth Node?
There is no documentation because (according to Duncan) nCloth is driven entirely by calling other Mel scripts. I tried to find these scripts for dissection with no luck.
Currently I am able to create the nCloth Node and set its attributes but thats as far as I can go without the solver component.
$sel=`ls -sl`;
createNode nCloth -n "cloth" -p $sel;
setAttr "cloth.thickness" 3.21;
Any help would be greatly appreciated
Thanks
Mike
