/napari-blender-bridge

Transfer surface layers between Napari and Blender.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

napari-blender-bridge

License PyPI Python Version tests codecov Development Status napari hub

Transfer surface layers between Napari and Blender. This plugin is young and has just limited functionality. Contributions are welcome.

img.png

Usage

This plugin has its own submenu with all functionality under Tools > Blender. You can start up Blender, send a surface layer to Blender, retrieve all meshes back as one surface layer and shut down Blender.

Installation instructions

  • Download and install Blender 3.5.
  • Start Blender and click the menu Edit > Preferences. Activate Developer extras.

img.png

mamba create --name napari-blender-env python=3.9 devbio-napari vedo -c conda-forge
mamba activate napari-blender-env
pip install napari-process-points-and-surfaces napari-blender-bridge

Similar and related plugins

There are other plugins for working with surface meshes:

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the GNU GPL v3.0 license, "napari-blender-bridge" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.