Skip to content
/ bpyd2 Public

A Python package to assist in the development of data driven scenes in Blender

License

Notifications You must be signed in to change notification settings

adamml/bpyd2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpyd2

A Python library for creating data driven scenes in Blender.

The API is documented here.

Pre-requisites

  • Python 3.9.2 or greater
  • Blender 2.93.5 or greater

Dependencies

Outside of the core Python libraries, the only dependency is the bpy library which forms the core API of Blender. If you are working with bpyd2 inside Blender, this will already be there. For testing / development purposes,

python -m pip install bpy

Installation

python -m pip install git+https://github.com/adamml/bpyd2.git

Gallery and examples

Wave heights around Ireland

Wave heights around Ireland Alt text

World marathon majors elevation plots

World Marathon Majors elevation

Building the documentation

The documentation for the module is generated with pdoc-markdown:

pydoc-markdown -I . -m bpy2d --render-toc > bpyd2.md

About

A Python package to assist in the development of data driven scenes in Blender

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages