ScriptSpot

Script

Simple Generator Splines v1.1

By BodyulCG · 2013-12-05

Version
v1.1
Votes
8
Description

 

V1.1 Now you can specify the path.

________________________

V1.0

Generator of abstract patterns of splines.

________________

Other scripts here.

Attachments
Comments (6)

barigazy · 2013-12-15

For optimization (knots reduction) u can implement this fn


fn reduceKnots spl count: = if isKindOf spl SplineShape or isKindOf spl Line do
(
	addModifier spl (Normalize_Spl length:(curveLength spl/count))
)
reduceKnots $ count:20

TY · 2013-12-07

COOL! Thanks!

Another amazing art

pakcik666 · 2013-12-07

I really looking for this type of script...thanks for this....muaaach (kissing, don't worry.. not lips) :)

Thanks

Nevil · 2013-12-07

funny and interesting :)

dsp_418 · 2013-12-06

It seems fun!
Thanks for this spline generator.

BodyulCG · 2013-12-07

Thanks)