Forum

Author Topic: Python API Chunk.saveReference freezes the GUI when specifying columns  (Read 2654 times)

Gall

  • Jr. Member
  • **
  • Posts: 85
    • View Profile
The chunk method saveReference (version 1.3.3) freezes the GUI when specifying multiple columns.

Code: [Select]
# This works fine and return immediately
chunk.saveReference(path, columns='n')
# This freezes the GUI, need to kill the process
chunk.saveReference(path, columns='nuvw')

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Python API Chunk.saveReference freezes the GUI when specifying columns
« Reply #1 on: August 22, 2017, 06:52:39 PM »
Hello Gall,

Thank you for reporting. We'll check that shortly, seems that I was able to reproduce the issue on some random project.
Best regards,
Alexey Pasumansky,
Agisoft LLC