Is there any general concensus on whether to be using api 1 or 2? I've only ever used 1 for everything Ive developed, and only ever seen 1 used internally in companies pipelines. But Im wondering if I've been living a sheltered life and what everyone else's experiences are. I'm just thinking, as maya python developers, we should probably try and get on the same page if we want to expect our stuff to play nicely together.
I just came across a 3rd party plug-in that uses api 2 and Im wondering whether requesting an api 1 version is actually reasonable or if I should be pushing for our studio to use api 2 internally (would be a fair bit of work at this point...particularly given theres *at least* 1 other 3rd party package that uses api 1 as well). Would love some opinions... Phil On Sun, Mar 3, 2013 at 7:04 PM, Justin Israel <[email protected]>wrote: > Backwards compatibility. > But you have to be aware that if you use an api 2 sip stuff in Maya it > will kind of lock all pyqt4 scripts to needing it since its a persistent > interpreter. If anyone else tried to write code again api 1 they will > encounter crashes. > On Mar 3, 2013 7:36 PM, "Panupat Chongstitwattana" <[email protected]> > wrote: > >> Sorry for digging up an old email. I'm just curious if there's any >> drawback of setting the sip api to 2 for use in Maya? Does api 1 have any >> advantage over 2? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
