Forum

Author Topic: Bunch of requests  (Read 4928 times)

7eicher

  • Newbie
  • *
  • Posts: 42
    • View Profile
Bunch of requests
« on: August 31, 2013, 06:05:20 PM »
I have several requests, some more interesting some less:

A) ptex support
B) when having many chunks, a flag feature is cool, to fastly sign the state of a chunk for myself, indicating what to do next (e.g. re-geometrize, aligned successfully/next phase, etc.), because i work sometimes simoultanously on different project, i can forget
C) Rename a Chunk using keyboard "F2"
D) Delete a Chunk using keyboard "DEL"
E) Make manual reordering of Chunks possible
F) Show high points/vertex/face humbers with dots to indicate thousand steps: 1.000.000 (depends on local format)
G) show memory usage peak when a chunk has been aligned, build, textured, etc. to indicate if i can try a better quality
H) allow my favourite python scripts to be accessible via a one-click-button from console the menu (kind of automatic most used scripts)

If someone find one of the features interesting, than it vote up

Take care,

Markus

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: Bunch of requests
« Reply #1 on: September 01, 2013, 04:27:19 PM »
Hello Markus,

Thank you for your suggestions.

Here are some comments:
C) In pre-release of version 1.0.0 "F2" is binded to renaming the selected item label in the Workspace pane.

F) In pre-release of version 1.0.0 thousand steps have "space" delimiters in the Model view.

H) You can define your script as Python function (for example, "new_func") and use the following method to add custom Menu item:
Code: [Select]
PhotoScan.app.addMenuItem("Custom menu/My script 1", new_func)
Best regards,
Alexey Pasumansky,
Agisoft LLC

7eicher

  • Newbie
  • *
  • Posts: 42
    • View Profile
Re: Bunch of requests
« Reply #2 on: September 01, 2013, 05:09:31 PM »
Great, i'll go and see the new pre-release...