Metadata-Version: 2.1
Name: blendersynth
Version: 0.2.5
Summary: Synthetic Rendering for Blender
Author-email: Ollie Boyne <ollieboyne@gmail.com>
Project-URL: Homepage, https://github.com/OllieBoyne/BlenderSynth
Description-Content-Type: text/markdown
License-File: LICENSE

<a href="https://ollieboyne.github.io/BlenderSynth/">
<img src="docs/logo.png" alt="BlenderSynth logo"/>
</a>

<a href="https://ollieboyne.github.io/BlenderSynth/python/output_data.html">
<img src="docs/splash.png" alt="BlenderSynth rendering example"/>
</a>

<p align="center">
  <a href="https://opensource.org/licenses/MIT">
    <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT">
  </a>
    <a href="https://pypi.org/project/BlenderSynth/">
        <img src="https://badge.fury.io/py/BlenderSynth.svg" alt="PyPI version">
    </a>
    <a href="https://black.readthedocs.io">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">    
    </a>    
  </p>

<p align="center"> 
<a href="https://ollieboyne.github.io/BlenderSynth/">Documentation</a> |
<a href="https://github.com/OllieBoyne/BlenderSynth">GitHub</a> |
<a href="https://pypi.org/project/blendersynth/">PyPI</a>
</p>

BlenderSynth is a Python library for generating large scale synthetic datasets using [Blender](https://www.blender.org/). Compared to other tools, BlenderSynth provides support for: <b>Custom <a href="https://docs.blender.org/manual/en/latest/render/shader_nodes/output/aov.html">Shader AOVs</a></b> to render rich per-pixel information; **node control**; <b><a href="https://ollieboyne.github.io/BlenderSynth/python/dataset_creation/index.html">multithreading</a></b> support; and <b><a href="https://ollieboyne.github.io/BlenderSynth/python/multiview_rendering.html">multiview</a></b> rendering support.

## Usage

See documentation for [installation](https://ollieboyne.github.io/BlenderSynth/getting_started/installation.html), [debugging/troubleshooting](https://ollieboyne.github.io/BlenderSynth/getting_started/troubleshooting.html) and [examples](https://ollieboyne.github.io/BlenderSynth/).

BlenderSynth supports Blender 3 and 4.

## Contributions and Projects

This project is currently in Beta. Please let me know what new features you would like, or feel free to make a pull request!

If you use BlenderSynth for a project, please [contact me](https://ollieboyne.github.io) about it - I might include it in the documentation as a usage example!

## Citing

If you use BlenderSynth in your work, please cite:

```
@software{blendersynth,
  author       = {Ollie Boyne},
  title        = {BlenderSynth},
  year         = 2023,
  publisher    = {GitHub},
  url          = {https://ollieboyne.github.io/BlenderSynth},
}
```

## Benchmarking

Rendering speed compared to [BlenderProc](https://github.com/DLR-RM/BlenderProc):

![](docs/benchmark-1.png)
