ScriptSpot

Forum topic · General Scripting

Spline vertex nbr display

By koberko · 2011-03-10

Description

 all. I have a question regarding max scripts; I'm making one script and it will be very helpful if I'll be able to turn on vertex numbers display for spline with script. I didn't find anything in max script help regarding this option, and macro recorder doesn't record that option.

Here is what I want:

 

Comments (3)

br0t · 2011-06-16

looking in the help for the selection rollout:
"No Related Properties or Method exposed to MAXScript."
guess you should not waste your time on it

might be possible to collect all spline knots and use the gw functions to draw their index in the viewport

koberko · 2011-06-16

Yeah; i think I'll do it that way; I have find code for doing same thing but with geometry, so it won't be that big of a problem to adjust it for splines.
Tnx anyway ;)

Please help...

koberko · 2011-06-16

Does someone have solution for this? I haven't yet find how to do it, and I will really need it....