ryashani opened this issue on Feb 05, 2003 ยท 21 posts
BeatYourSoul posted Wed, 05 February 2003 at 11:31 PM
Speaking of Poser file types, I wanted to decompress all of the compressed files in the libraries. Searching the forum, I found that there is a Python script which does this. Great! But upon running it, it ended with an error about a file not being compressed. Checking the script, I found two errors, one of which could be catastrophic. The first is: '.fcz' : '.fc2' which should be reversed as '.fc2' : '.fcz'. The second is: '.hr2':'fc2 ', which should be '.hr2':'hr2 '. Once corrected, ALL of the files were properly converted. Has this been addressed to CL or has nobody noticed this? BYS