Forum: Poser Python Scripting


Subject: PMD encoding

PhilC opened this issue on Mar 04, 2011 ยท 12 posts


PhilC posted Sat, 05 March 2011 at 8:26 AM

Just throwing stuff at the wall here. As above but with:-

import struct
struct.unpack('<4b',text)

http://docs.python.org/library/struct.html

Also:-

import xdrlib
xdrlib.Unpacker.unpack_list(text)

http://docs.python.org/library/xdrlib.html#module-xdrlib