Poser Pathfinder 2 by structure ()
3D Figure Essentials 96 downloads Sponsor:
License: This is licensed for non-commercial use only.
Product Notes
©copyright structure 2001 - 2020
Pathfinder 2 allows you to quickly select and open any
folder that you have in the script's dictionary -
thisDict = {
"Poser Application Folder" : os.path.dirname(poser.AppLocation()),
"Poser Preferences Folder" : poser.PrefsLocation(),
"Poser Temporary Folder" : poser.TempLocation(),
"Desktop" : functions().get_desktop_path(),
"Temporary Folder" : os.environ["TEMP"],
}
this can be edited by adding a new name: path to the dictionary
e.g.
"My Pictures" : "c:/users/username/my pictures",
the definitions MUST always be inside the brackets and it is good practice to end each one
with a comma in case, you want to add future paths.
Py3 Compatible
Best Selling Marketplace Items by This Vendor
Freestuff Comments
No freestuff comments have been posted. Sign In or Register to share your thoughts.