- You could add a button with the api
- a button could trigger a function
- you can import all required libaries to automate you script
Is there any example how to add a button?
Remote Control: i would propose Teamviewer
Remote control maybe was not the best term to use.
Let me try again: I would like to trigger a function (or maybe just a Python call) inside of PhotoScan Pro from a second software (on the same computer). This is to automate certain processing steps that I need to do over and over again (e.g. 1.) edit a 3D mesh in 3ds Max, 2.) export the mesh, 3.) import into PS, 4.) build texture, 5.) export texture -- steps 1 and 2 are in 3ds Max but 3-5 are in PS, so I am wondering whether there is some command line call, OLE function, dotNet function or similar thing to make PS do steps 3-5 without clicking on something in the PS GUI).
autohotkey or similar would be a potential solution but that is way more hacky than I would like to go if there is any built-in solution in PS for such things.