Simple Generator Splines v1.1

8 votes
Version: 
v1.1

 

V1.1 Now you can specify the path.

________________________

V1.0

Generator of abstract patterns of splines.

________________

Other scripts here.

AttachmentSize
simple_generator_splines.ms2.15 KB
simple_generator_splines_v1.1.ms3.98 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
barigazy's picture

...

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

bga

TY's picture

COOL! Thanks!

COOL! Thanks!

pakcik666's picture

Another amazing art

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

Nevil's picture

Thanks

funny and interesting :)

BodyulCG's picture

Thanks)

Thanks)

dsp_418's picture

It seems fun! Thanks for this

It seems fun!
Thanks for this spline generator.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.