{"name":"napari-pymeshlab","display_name":"napari pymeshlab","visibility":"public","icon":"","categories":[],"schema_version":"0.2.0","on_activate":null,"on_deactivate":null,"contributions":{"commands":[{"id":"napari-pymeshlab.get_mesh_reader","title":"Use pymeshlab to load meshes as surfaces","python_name":"napari_pymeshlab._reader:get_mesh_reader","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab.write_single_surface","title":"Save surface data","python_name":"napari_pymeshlab._writer:write_single_surface","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab.make_sphere","title":"Load sample sphere mesh","python_name":"napari_pymeshlab._sample_data:make_sphere","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab.make_shell","title":"Load sample points on a shell","python_name":"napari_pymeshlab._sample_data:make_shell","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab.make_bunny","title":"Load sample points representing Stanford bunny","python_name":"napari_pymeshlab._sample_data:make_bunny","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab.screened_poisson_reconstruction","title":"Perform Screened Poisson Reconstruction on a point cloud","python_name":"napari_pymeshlab._widget:screened_poisson_reconstruction","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab._convex_hull","title":"Convex hull of surface","python_name":"napari_pymeshlab._widget:_convex_hull","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab._laplacian_smooth","title":"Laplacian smoothing of a surface","python_name":"napari_pymeshlab._widget:_laplacian_smooth","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab._taubin_smooth","title":"Taubin smoothing of a surface","python_name":"napari_pymeshlab._widget:_taubin_smooth","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab._simplification_clustering_decimation","title":"Simplification of a surface using clustering decimation","python_name":"napari_pymeshlab._widget:_simplification_clustering_decimation","short_title":null,"category":null,"icon":null,"enablement":null},{"id":"napari-pymeshlab._colorize_curvature_apss","title":"Colorize curvature (apss)","python_name":"napari_pymeshlab._widget:_colorize_curvature_apss","short_title":null,"category":null,"icon":null,"enablement":null}],"readers":[{"command":"napari-pymeshlab.get_mesh_reader","filename_patterns":["*.3ds","*.apts","*.asc","*.bre","*.ctm","*.dae","*.e57","*.es","*.fbx","*.glb","*.gltf","*.obj","*.off","*.pdb","*.ply","*.ptx","*.qobj","*.stl","*.vmi","*.wrl","*.x3d",".x3dv"],"accepts_directories":false}],"writers":[{"command":"napari-pymeshlab.write_single_surface","layer_types":["surface"],"filename_extensions":[".3ds",".apts",".asc",".bre",".ctm",".dae",".e57",".es",".fbx",".glb",".gltf",".obj",".off",".pdb",".ply",".ptx",".qobj",".stl",".vmi",".wrl",".x3d",".x3dv"],"display_name":""}],"widgets":[{"command":"napari-pymeshlab.screened_poisson_reconstruction","display_name":"Screened Poisson Reconstruction","autogenerate":false}],"sample_data":[{"command":"napari-pymeshlab.make_sphere","key":"sphere","display_name":"sphere"},{"command":"napari-pymeshlab.make_shell","key":"shell","display_name":"shell"},{"command":"napari-pymeshlab.make_bunny","key":"bunny","display_name":"bunny"}],"themes":null,"menus":{},"submenus":null,"keybindings":null,"configuration":[]},"package_metadata":{"metadata_version":"2.1","name":"napari-pymeshlab","version":"0.0.5","dynamic":null,"platform":["UNKNOWN"],"supported_platform":null,"summary":"Interfaces between napari and pymeshlab library to allow import, export and construction of surfaces.","description":"# napari-pymeshlab\n\n[![License](https://img.shields.io/pypi/l/napari-pymeshlab.svg?color=green)](https://github.com/zacsimile/napari-pymeshlab/raw/main/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/napari-pymeshlab.svg?color=green)](https://pypi.org/project/napari-pymeshlab)\n[![Python Version](https://img.shields.io/pypi/pyversions/napari-pymeshlab.svg?color=green)](https://python.org)\n[![tests](https://github.com/zacsimile/napari-pymeshlab/workflows/tests/badge.svg)](https://github.com/zacsimile/napari-pymeshlab/actions)\n[![codecov](https://codecov.io/gh/zacsimile/napari-pymeshlab/branch/main/graph/badge.svg)](https://codecov.io/gh/zacsimile/napari-pymeshlab)\n[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-pymeshlab)](https://napari-hub.org/plugins/napari-pymeshlab)\n\nInterfaces between `napari` and the `pymeshlab` library to allow import, export, construction and processing of surfaces. \n\nThis is a WIP and feature requests are welcome. Please check [PyMeshLab](https://pymeshlab.readthedocs.io/en/latest/)\nfor possible features.\n\n![img.png](docs/screenshot.png)\n\n## Feature list\n\n- Read/write .3ds, .apts, .asc, .bre, .ctm, .dae, .e57, .es, .fbx, .glb, .gltf, .obj, .off, .pdb, .ply,\n .ptx, .qobj, .stl, .vmi, .wrl, .x3d, .x3dv\n- [Screened Poisson Surface Reconstruction](https://www.cs.jhu.edu/~misha/MyPapers/ToG13.pdf)\n- [Convex hull of a surface](https://pymeshlab.readthedocs.io/en/0.1.9/tutorials/apply_filter.html)\n- [Laplacian smoothing of surfaces](https://pymeshlab.readthedocs.io/en/0.1.9/filter_list.html#laplacian_smooth)\n- [Smoothing surfaces using Taubin's method](https://pymeshlab.readthedocs.io/en/0.1.9/filter_list.html#taubin_smooth)\n- [Surface simplification using clustering decimation](https://pymeshlab.readthedocs.io/en/0.1.9/filter_list.html#simplification_clustering_decimation)\n- [colorize_curvature_apss](https://pymeshlab.readthedocs.io/en/0.1.9/filter_list.html#colorize_curvature_apss)\n\nSome functions are shown in the [demo notebook](docs/demo.ipynb).\n\n----------------------------------\n\n\n\n## Installation \n\nYou can install `napari-pymeshlab` via [pip]:\n\n pip install napari-pymeshlab\n\n\n\n\n## Contributing\n\nContributions are very welcome. Tests can be run with [tox], please ensure\nthe coverage at least stays the same before you submit a pull request.\n\n## License\n\nDistributed under the terms of the [GNU GPL v3.0] license,\n\"napari-pymeshlab\" is free and open source software\n\n## Issues\n\nIf you encounter any problems, please [file an issue](https://github.com/zacsimile/napari-pymeshlab/issues) along with a detailed description.\n\n[napari]: https://github.com/napari/napari\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[@napari]: https://github.com/napari\n[MIT]: http://opensource.org/licenses/MIT\n[BSD-3]: http://opensource.org/licenses/BSD-3-Clause\n[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt\n[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt\n[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0\n[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt\n[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin\n\n[napari]: https://github.com/napari/napari\n[tox]: https://tox.readthedocs.io/en/latest/\n[pip]: https://pypi.org/project/pip/\n[PyPI]: https://pypi.org/\n\n\n","description_content_type":"text/markdown","keywords":null,"home_page":"https://github.com/zacsimile/napari-pymeshlab","download_url":null,"author":"Zach Marin, Robert Haase","author_email":"zach.marin@yale.edu","maintainer":null,"maintainer_email":null,"license":"MIT","classifier":["Development Status :: 2 - Pre-Alpha","Intended Audience :: Developers","Framework :: napari","Topic :: Software Development :: Testing","Programming Language :: Python","Programming Language :: Python :: 3","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Operating System :: OS Independent","License :: OSI Approved :: GNU General Public License v3 (GPLv3)"],"requires_dist":["npe2","numpy","pymeshlab"],"requires_python":">=3.7","requires_external":null,"project_url":["Bug Tracker, https://github.com/zacsimile/napari-pymeshlab/issues","Documentation, https://github.com/zacsimile/napari-pymeshlab#README.md","Source Code, https://github.com/zacsimile/napari-pymeshlab","User Support, https://github.com/zacsimile/napari-pymeshlab/issues"],"provides_extra":null,"provides_dist":null,"obsoletes_dist":null},"npe1_shim":false}