Forum: Poser Python Scripting


Subject: PMD encoding

PhilC opened this issue on Mar 04, 2011 · 12 posts


markschum posted Sat, 05 March 2011 at 10:26 PM

are you looking at the file with a hex editor ?  from when I worked with bigger systems the numbers were stored in several formats according to size and type. For example an integer might be stored as two byte binary as &H0255  which the language decodes to 255.  

Just ignore this if it makes no sense. :)