This is a WIP function collection to make the working with structs in maxScript easier.
It's kinda inspired by: 1.Garp's Primitive maker in that you can quickly reDefine structs and 2.the lack of functions provided by maxScript.
The only functions in it so far are:
- addVar - add a property to a struct
- gotProperty - the equivalent of hasProperty or isProperty functions for a struct
Let me know what kind of functions you'd like to see in here