| Home | Tutorials | General | unzip |
Python Script to install ZIP files into Poser

|
unzip by PhilC PC:- Poser 6 & Poser 7 Poser
6 version A utility to install zip files primarily of use to Mac users because the files will be ADDED to existing directories rather than replacing the entire directory. Works fine on a PC also. There is an "Install From Zip Archive" button on the Poser Content Page but this only allows you to install to the Download folder. (It appears to give the option to select a different directory but on every version I own, PC or Mac, it reverts to the Download directory). This script will allow you to install to ANY folder. Written by PhilC using reference material from the Python Cookbook, the uncompressPoserFiles.py script and associated XML file that comes with Poser. This is a free utility and as such is issued with no support or warranty. Use at your own risk. Do not redistribute. For more details, current version etc please visit:- http://www.philc.net/unzip.htm ------------------------ On screen video showing how to install this utility on a PC:- For a tutorial explaining how to copy files from a ZIP into their correct ------------------------------------------------------
In all instances you will need to open the Poser Python script window manually using the Poser menu Window > Python Scripts. The starter script will not do it for you. If required you can edit mainButtons.py to have this permanently displayed as one of the default script buttons. ------------------------ When the script is run a window will appear containing two buttons. One to select the ZIP file, the other to select the root directory that the files will be installed into. The default is set the the Poser directory of the version that you are running. You can browse to select a different folder if required. Once you are happy with your selections click the "OK" and the files will be extracted from the zip file into the directories on your hard drive. ------------------------ Hope folks find this helpful. PhilC pcooke@philc.net |
