open3d.visualization.gui FileDialog will not find USB Drive
Open
ui
visualization
windows
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
I am using Open3D with Windows 10 and Python 3.8. When using the FileDialog, the dialog works only in the C: drive and I cannot figure out how to "Find" other drives. Is there a more "Window-like" version of this?
dlg = gui.FileDialog(gui.FileDialog.OPEN, "Choose file to load", self.window.theme)
dlg.set_on_cancel(self._on_file_dialog_cancel)
dlg.set_on_done(self._on_load_dialog_done)
self.window.show_dialog(dlg)
open3d.visualization.gui.
- Operating system: Windows 10 64-bit
- Python version: Python 3.8
- Open3D version: 0.13.0 installed with pip
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.