Contribution

I am always happy to get advices as well as feature and pull requests. If you want to create a pull request, I recommend to use VS Code with this extension. This allows to perform fast development and validation cycles with Blender scripts and addons. Here is an introduction / tutorial video.

This addon relies on Black for formatting. To ensure that your Pull Request is correctly formatted perform the following steps:

  • Install Black - checkout the installation instructions

  • cd path/to/Blender-Addon-Photogrammetry-Importer

  • black --line-length 79 --exclude photogrammetry_importer/ext photogrammetry_importer

  • black --line-length 79 doc/sphinx/source/conf.py

The addon uses Docstrings for documentation - see PEP 257 and PEP 287 .