Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: dlee on January 28, 2014, 09:30:25 AM

Title: Location of Python Scripts Loaded Startup On Different Platforms
Post by: dlee on January 28, 2014, 09:30:25 AM
Greetings,

According to this (http://www.agisoft.ru/forum/index.php?topic=1843.msg10410#msg10410) post, python scripts in the folder

Code: [Select]
"%LOCALAPPDATA%\Agisoft\PhotoScan Pro\scripts\"
are run when Photoscan is launched under Windows.

What are the equivalent directories for python scripts to be run when Photoscan is launched under Linux and OSX?
Title: Re: Location of Python Scripts Loaded Startup On Different Platforms
Post by: Alexey Pasumansky on January 28, 2014, 04:47:00 PM
Hello dlee,

For Linux and Mac it should be the following (for local users without admin rights):

/home/<user>/.local/share/data/Agisoft/PhotoScan Pro/scripts/

/Users/<user>/Library/Application Support/Agisoft/PhotoScan Pro/scripts/
Title: Re: Location of Python Scripts Loaded Startup On Different Platforms
Post by: dlee on January 29, 2014, 02:54:28 AM
Thanks Alexey, that worked.

Cheers,

dlee