Hm, okies, lemme have a play tonight and i'll see how i go. I'm guessing to date you're just doing something like selecting the object, using pymel/maya.cmds/API to dump all the UVs and sort etc etc?
On Fri, May 1, 2015, at 11:01 PM, Chad Fox wrote: > Ug.. Verts .. Damn auto correct :p > On May 1, 2015 6:01 AM, "Chad Fox" <[email protected]> wrote: >> Million certs max. Mostly were working with some scenes that have >> 500000ish >> Thanks for asking. >> On May 1, 2015 5:34 AM, "Anthony Tan" >> <[email protected]> wrote: >>> __ >>> Just wondering, what order of magnitude are we talking about here? >>> A million UVs per object? More? Just my naive python snippet I was >>> just playing with now works okayishly on things at the 100,000 >>> size, is a bit laggy at 1,000,000 and probably would explode at one >>> order up. >>> >>> >>> On Fri, May 1, 2015, at 04:37 PM, Chad_Fox wrote: >>>> Hey everyone, >>>> >>>> I've been brute force checking UV coords to determine what UDIMs >>>> any selected object(s) are using, but my simple python query for >>>> all UVs and checking each of their coords is painfully slow and in >>>> some cases unusable in scenes my team will be working with. >>>> >>>> Do any of you have any snippets of python / python api code that >>>> can efficiently return a large list of occupied UDIMs from selected >>>> object? >>>> >>>> Appreciate any help you may be able to offer, thanks! >>>> >>>> Chad >>>> >>>> -- >>>> 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 view this >>>> discussion on the web visit >>>> https://groups.google.com/d/msgid/python_inside_maya/22580958-3dd0-42bd-9b9b-4f22f8f7ea59%40googlegroups.com[1]. >>>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- >>> 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1430483681.2187551.261425709.4B7C9DD8%40webmail.messagingengine.com[2]. >>> For more options, visit https://groups.google.com/d/optout. > > -- > 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAJ4oLs5KFruKz1Rqm5V66wVTY8Lzv-6t_oZGqefd_Pt_zxxn%2Bw%40mail.gmail.com[3]. > For more options, visit https://groups.google.com/d/optout. Links: 1. https://groups.google.com/d/msgid/python_inside_maya/22580958-3dd0-42bd-9b9b-4f22f8f7ea59%40googlegroups.com?utm_medium=email&utm_source=footer 2. https://groups.google.com/d/msgid/python_inside_maya/1430483681.2187551.261425709.4B7C9DD8%40webmail.messagingengine.com?utm_medium=email&utm_source=footer 3. https://groups.google.com/d/msgid/python_inside_maya/CAJ4oLs5KFruKz1Rqm5V66wVTY8Lzv-6t_oZGqefd_Pt_zxxn%2Bw%40mail.gmail.com?utm_medium=email&utm_source=footer -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/1430485797.2194540.261440349.7A0862E1%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
