Hey Justin, I have already seen that and it works with char, strings, double or floats. I am looking for MPxData custom data. I tried using OpenMaya.MStreamUtils but that doesnt accept MPxData either.
So am looking for something different approach to this. Thanks, D. On Thursday, May 11, 2017 at 12:19:51 PM UTC+9:30, Justin Israel wrote: > > > On Thu, May 11, 2017 at 12:31 PM Dilen Shah <[email protected] > <javascript:>> wrote: > >> Hey guy, >> >> I am trying to write MPxData into maya ASCII file using python but I >> can't seem to figure out he python equivalent of "std::ostream &" >> >> this is the command i am using: >> MPxData::writeASCII ( std::ostream & *out* ) >> If it's not possible with ASCII, binary would also solve my problem. >> >> Any help regarding this would be appreciated. >> > > Looks like there is an example of the usage in the devkit: > > https://github.com/autodesk-adn/Maya-devkit/blob/master/win/devkit/plug-ins/scripted/pyBlindDoubleDataCmd.py#L60 > > They treat the ostream as a reference to a list-like object (not sure what > it really is) > > >> >> Thanks, >> Dilen. >> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/eb2c5c30-2a22-492e-b52d-58f57cad4a7e%40googlegroups.com >> >> <https://groups.google.com/d/msgid/python_inside_maya/eb2c5c30-2a22-492e-b52d-58f57cad4a7e%40googlegroups.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/41496487-940c-4aea-b34c-71e18078fc5c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
