Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wojtek

Pages: 1 [2] 3 4 ... 19
16
Hello wojtek,

Undo pane is not shown in the release version 1.8.0, although the history is still stored internally and is used when Undo/Redo buttons are pressed.

However, the history will be discarded, when user completes an action that cannot be undone, but which affects the elements for which the history is stored.

hey Alexey,

Understood, however chunk.model.cropSelection() did not remove undo history prior to one of the recent builds? That is basically the same as clicking the Crop button which is undo-able.

17
Bug Reports / [1.8.0] Small matcap bug
« on: January 13, 2022, 01:19:56 PM »
If you try to load a file with the same name (or full path, i didnt check) it won't actually replace the current loaded matcap file even if the file itself has changed.

18
Yeah, if Metashape runs out of space it just takes a hard out, especially during mesh generation.

I mentioned this here: https://www.agisoft.com/forum/index.php?topic=12186.msg59684#msg59684

19
chunk.model.cropSelection() executed from python deletes entire Undo history.

Reposting as this may have gotten lost in the 1.8.0 pre-release thread.

Btw, the undo list window from the previous pre-release build seems to be gone now.

20
Python and Java API / Grow/Shrink selection via python
« on: December 28, 2021, 01:12:56 PM »
Title says it all

21
General / Re: Agisoft Metashape 1.8.0 pre-release
« on: December 28, 2021, 11:41:30 AM »
chunk.model.cropSelection() executed from python deletes entire Undo history in the latest 1.8.0 build with the new Undo list.

22
Bug Reports / Re: Error: bad locale name (not sure if this is a bug)
« on: December 26, 2021, 11:24:37 AM »
Installed the new build and tested on the same project, saved properly this time.

23
Bug Reports / Error: bad locale name (not sure if this is a bug)
« on: December 25, 2021, 03:55:04 PM »
I've gotten this error a couple of times when saving in the latest 1.8.0 build. Can you guys elaborate a bit on what this is about?

24
General / Re: Agisoft Metashape 1.8.0 pre-release
« on: December 21, 2021, 04:25:32 PM »
Hello,

Can you please check, if the issue with the Batch Process mesh generation is resolved in the latest pre-release build (13706)?

Don't know about Batch mode yet but this build did fix a crash I had with Depth Map generation step.  8)

25
Feature Requests / Ignore Key Points below specified Luminance value
« on: December 18, 2021, 11:18:04 AM »
Hey, instead of masking black background (for 360 degree scans) can't we just ignore Key/Tie points below user specified luminance value? That way we don't have to create masks and result should be about the same.

26
General / Re: Agisoft Metashape 1.8.0 pre-release
« on: December 17, 2021, 12:04:24 PM »
Also, I get error messages and failures on some Chunks during a batch.  In that last example, the 4th Chunk will always fail to generate a mesh when using Batch.  I get "Error: Operation not applicable" and "Error: Null model" towards the end of the batch on that.  But as always, just doing it by hand works perfectly fine.  It only fails during a Batch.

Been getting the same, first model is good but the latter ones are partially or completely empty. This seems to do only with the Mesh Generation step as the depth maps produced are fine.

27
Bug Reports / 1.8.0 Importing over an existing model renames it.
« on: December 14, 2021, 09:13:59 PM »
Seems that in most recent 1.8.0 build whenever a model is imported over an existing model with a label then the imported models filename overwrites that custom label.

That makes sense for importing new models or importing over models that do not have a label but not for ones with existing labels IMO.

28
Python and Java API / Re: Undo via Python?
« on: December 12, 2021, 11:23:16 AM »
Hello wojtek,

It seems that implementation of undo/redo commands via API wouldn't be straightforward, so I can suggest to consider some workaround for your task, i.e. duplicate the original model and then, when performing the selection of mesh faces to be cropped, apply the same face selection to the duplicated model (it should have the same order of the faces), then crop faces in the original model and remove faces in the duplicated model.

Thanks for looking into it, I'll try your workaround though I assume it will be pretty slow with big geometry (duplication takes a while) so undo+delete manually might still make more sense.

29
General / Re: Agisoft Metashape 1.8.0 pre-release
« on: December 06, 2021, 01:55:46 PM »
Strange things happening with face count:



Do you see the entire mesh on the low polycount result? I've had some meshes clipped almost completely (like 10% of the geometry left)

30
General / Re: Agisoft Metashape 1.8.0 pre-release
« on: December 05, 2021, 05:46:42 PM »
I also had a crash after waking up my screen just now (during dense cloud generation), did not happen with prior versions.

Pages: 1 [2] 3 4 ... 19