[Closed] SDK: Maxscript Custom Attributes Question
Hi,
Is it possible to assign maxscript defined custom attributes to an object via the SDK? We have an importer that is doing this and running maxscript commands, but it is quite slow. We would prefer to keep the custom attributes defined in maxscript for various reasons instead of defining them as part of the importer plugin via custAttrib. Does anyone know if this is possible?
Thanks
Todd
it probably is possible, most things are, they, MSCustAttrib that is, are stored in same place (ICustAttribContainer) as CustAttrib and inherit from them though the process for creating them from scratch is not, AFAIK in the public domain so maybe trivial might be tricky. Have you thought about using the trad SDK CustAttrib and then exposing your custom attributes to mxs using dlx script extension, just a thought.