PolygonToSpline.js

Hi

if you want to set default value for script object ( polygon, spline, etc.. ), you have to edit script manually. :(

in your case, adding these lines after 'obj.addParameterButton("update object"... ) at line 113 will be fine.

Code:
    // line 113
    obj.addParameterButton("update object","update","objectUpdate");
    // add these line
    obj.setParameter("create type", 1);
    obj.setParameter("connect", true);

best.

tg_jp, Hiroto
 
Back
Top