Forum: Poser - OFFICIAL


Subject: Posersystem backup

santolina-sailor opened this issue on Aug 07, 2010 ยท 8 posts


Netherworks posted Sun, 08 August 2010 at 1:41 AM

If you are on Poser 7 or higher, you may want to also copy your preference files.

Their location varies depending on your flavor of windows.

Easy way to find them is run this script (copy, save as PrefsLocation.py):

import poser
prefsPath = os.path.split(poser.PrefsLocation())[0]
print prefsPath

.