Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know, why this script is not working? It reports "more than 2 splines meet..".
lnod = line transform:(Matrix3(1)) convertTo lnod SplineShape h = 1000.0 w = 300.0 w = w/2.0 addnewSpline lnod addknot lnod 1 #corner #line (Point3 -w 0 0) addknot lnod 1 #corner #line (Point3 w 0 0) addnewSpline lnod addknot lnod 2 #corner #line (Point3 w 0 0) addknot lnod 2 #corner #line (Point3 w 0 -h) addnewSpline lnod addknot lnod 3 #corner #line (Point3 w 0 -h) addknot lnod 3 #corner #line (Point3 -w 0 -h) addnewSpline lnod addknot lnod 4 #corner #line (Point3 -w 0 -h) addknot lnod 4 #corner #line (Point3 -w 0 0) updateshape lnod addModifier lnod (Garment_Maker())
Solved! Go to Solution.