Hi all,
I've been working on my model recently and noticed that it would be very usefull to line up points.
I've coded very simple script for that, whitch has lack of functionality. I mean, at the moment it recognizes
all the selected points and lines it to a mesh coord center in Y axis - (0.0, Y, 0.0).
I would like to add some functionality and user interface:
- User can choose to which axis points should be lined;
- User can choose wheater line to a mesh center, rand point coords or coords specified;
- User can ajust X, Y and Z for point lining (of course one of those would be ignored depending on axis chosen);
Thing is I can't find the way to add user interface. I mean it's not a "Parametric Mesh Plug-in" script, so there is nothing
to return in this case.
Thanks in advance.
