gecos-lab / PZero

GNU Affero General Public License v3.0
22 stars 2 forks source link

missing functions for point clouds and not only #76

Open andrea-bistacchi opened 2 weeks ago

andrea-bistacchi commented 2 weeks ago

Many functions called in the "Tools" menu of views are missing, or their link is broken.

E.g. trying to calculate normals on a surface (that should work) results in:

File "D:\REPOS\PZero\pzero\windows_factory.py", line 7093, in <lambda>
    self.actionNormalsf.triggered.connect(lambda: self.norm_filt())
AttributeError: 'View3D' object has no attribute 'norm_filt'