3DLIRIOUS / MeshLabXML

Create and run MeshLab XML scripts with Python
GNU Lesser General Public License v2.1
202 stars 43 forks source link

Feature Request: Additional Filter Layer #24

Closed ethansu1992 closed 4 years ago

ethansu1992 commented 4 years ago

Hi

Can i request a feature on the follow link to be imported into MeshLabXML python script:

https://github.com/cnr-isti-vclab/meshlab/blob/d596d7c086c51fbdfb56050f9c30b55dd0286d4c/src/meshlabplugins/filter_layer/filter_layer.cpp

Or has it been included in that i missed out?

Thank you so much:)

3DLIRIOUS commented 4 years ago

Hi,

What particular filter are you looking for? The cpp source file you linked to has many filters, some of which have been implemented in MLX, some which have not. Most of the implemented filters should be in layers.py.

ethansu1992 commented 4 years ago

Hi,

I am looking at the FP_IMPORT_CAMERAS: to import bundler.out file into the meshlabserver

3DLIRIOUS commented 4 years ago

Ok, so this is really a duplicate of https://github.com/3DLIRIOUS/MeshLabXML/issues/23 . You are still looking to import bundler.out files into meshlabserver programmatically.

Please understand that MLX is just a frontend to meshlabserver, so if meshlabserver doesn't support something, generally MLX can't either. That said, I have also re-implemented MeshLab internal functionality that it doesn't expose to scripting, so this would not be impossible. I will close this issue and reopen https://github.com/3DLIRIOUS/MeshLabXML/issues/23.