Notifications
Clear all

[Closed] Need Help: scripted shape plugin

Hi all,

I am trying to build a scripted shape plugin (a simple geometric logo):

 plugin[size=2] Shape ArrowObject extends:line [/size]

I already made a simpleObject scripted plugin that uses the

 on buildmesh do[size=2] (...)[/size]

[size=2][/size]
[size=2][/size]
[size=2]But, what is the equivalent for SplineShapes ?[/size]

[size=2]I looked all around and found nothing (no examples in max or maxscript help on this subject: Shape scripted plugins, only the rectangle2 example )[/size]
[size=2][/size]
[size=2]Any hints, infos would be great :)[/size]
[size=2]
[/size]

2 Replies

Last I checked, it was not possible to make scripted shape plugins. You might be able to do something similar using a mouse tool, though.

RH

Take a look on michael comets site – he has a script that gives you the maxscript code to make whatever spline you have selected.