Forum

Author Topic: Project locked after running custom network script  (Read 1173 times)

aerial

  • Newbie
  • *
  • Posts: 1
    • View Profile
Project locked after running custom network script
« on: November 15, 2018, 08:09:21 PM »
After running a custom network task script I attempt to open the PhotoScan Project  that the network task acted upon and can only do so in read only mode. The pop up on the screen says that one of the computers on the network has it opened. I can fix this by going to the computer referenced in the pop up and terminating its network node and then I am permitted to access the project but this is not an ideal solution. In my script I create a variable to reference the project like I would in a normal script such as "doc = PhotoScan.app.document", is it possible that the node is not releasing the project object  when the script terminates? Any thoughts would be much appreciated.