Metadata-Version: 2.1
Name: blendersynth
Version: 0.0.1
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

# BlenderSynth

![](docs/splash.png)

Synthetic Blender pipeline - aimed at generating large synthetic datasets.

[BlenderProc](https://github.com/DLR-RM/BlenderProc) is an incredibly useful tool for synthetic dataset generation. We aim here to provide an alternative that is (a) more specialised for uncommon data forms, and (b) runs faster for creating large scale datasets.

We produce support for:
- Custom Shader [AOVs](https://docs.blender.org/manual/en/latest/render/shader_nodes/output/aov.html) (eg. UVs, Normals, etc.)
- Multi-threading support
- Efficient run-speed

## Installation

1) Install [Blender](https://www.blender.org)

2) Install blendersynth

If Blender is not in your PATH, you will need to specify the path to your Blender installation on install.

From pip:

```pip install blendersynth```

Or from local clone:

`python setup.py install`

## Quickstart

For a quick overview of creating a render: `examples/quickstart.py`

For an overview of creating a dataset: `examples/dataset_creation`

## Contributions

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

Note that `bsyn` imports all `bpy` functionality, so you can call any `bpy` function as if you would normally.

## Troubleshooting

If any issues with the Blender scripts not having the correct modules, try `bsyn.fix_blender_modules()`, or to completely reconfigure Blender, `bsyn.fix_blender_install()`.

## Benchmarking

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