Right ya that's what I wondered about the file translator, having never written one. Like you found, the mmap functionality is all there in python, but it may be a blocked solution by however Maya's file write process is limited.
On Sun, 15 Mar 2015 10:21 AM Marcus Ottosson <[email protected]> wrote: > Ah, shoot. That is not surprising but would make it a dead end I suppose. > > I had a quick glance at this which looked promising. > http://pymotw.com/2/mmap/ > > But yeah, if that’s what it does then it probably won’t work any better. > > Maybe this temporary path can be overridden? > > > -- > 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/CAFRtmODDcKppPCWfBwiD8HPPxTL2Lnu8PL3ukVwS%3D%2BjtugjH0w%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODDcKppPCWfBwiD8HPPxTL2Lnu8PL3ukVwS%3D%2BjtugjH0w%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > 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/CAPGFgA0AgaPBz%3DqjngcXjMcggwG8surWu2-GK-7Hq0Hbxgg3MA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
