I just spent the last 5 days learning maxscript, but I finally got a script working. The script is pretty simple, it takes 5 objects and aligns them to the corresponding points on a the selected quads of a target obj.I just got the script working, but it has a lo~~~t of kinks to work out. Would somebody be willing ot help me out, by looking over, or letting me bounce some simple questions about maxscript programming concepts off them. Anyway its a cool script you should take a look at it even if you don't want to help out
Bugs:
only works on faces faceing forwards or backwords ( I need a more inclusive vert sorting method) (solved)
spamms the selectionsets (simple fix, need to switch over to using arrays (?))(solved)
runs slow for large amounts of quad selections(solved kinda)
no warnings for errors (these a referred to as callback errors, no?)
picking faces problems
Things to imlpement:
saving the move object so that it can be reused with out ht euser having to repick everything every time
moving over from using faceselections sets to letting the user dynamically pick and align faces in realtime


