Skip to content

Commit

Permalink
- removed meshlab meshing from source, it will be replaced by other m…
Browse files Browse the repository at this point in the history
…eshing features in future releases.
  • Loading branch information
Mario Lukas committed Mar 15, 2022
1 parent 0116bba commit 00603d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 96 deletions.
5 changes: 2 additions & 3 deletions src/fabscan/FSScanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from fabscan.FSVersion import __version__

from fabscan.FSEvents import FSEventManagerInterface, FSEvents
from fabscan.worker.FSMeshlab import FSMeshlabTask

from fabscan.FSSettings import SettingsInterface
from fabscan.FSConfig import ConfigInterface
from fabscan.scanner.interfaces.FSScanActor import FSScanActorCommand, FSScanActorInterface
Expand Down Expand Up @@ -229,8 +229,7 @@ def on_command(self, mgr, event):

# Meshing
elif command == FSCommand.MESHING:
meshlab_task = FSMeshlabTask(event.scan_id, event.filter, event.format, event.file)
meshlab_task.start()
# not implemented yet
return

elif command == FSCommand.HARDWARE_TEST_FUNCTION:
Expand Down
93 changes: 0 additions & 93 deletions src/fabscan/worker/FSMeshlab.py

This file was deleted.

0 comments on commit 00603d4

Please sign in to comment.