forked fromagainxx/open3d-stubs
- Notifications
You must be signed in to change notification settings - Fork0
danrauch/open3d-stubs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Type stubs for Open3D. Work in progress - if types are missing add an Issue.Baseline created viapybind11-stubgen.
Put open3d-stubs in a folder called./typings
in your VS code project workspace.
Put open3d-stubs in the pylance extension stubs folder (Windows default: %USERPROFILE%.vscode\extensions\ms-python.vscode-pylance-xxxx.xx.xx\dist\bundled\stubs). You might have to repeat this process for every new pylance version.
For Vim/Neovim users, checkcoc-pyright for more information.
If none of the other approaches are working, place the stubs next to the installed open3d files in your current virtual environment or your Python site-package folder.