Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 806 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 806 Bytes

blender_py_code_samples

Code samples demonstrating how to use the Blender 2.82 Python API.

All code I write here is free to be used however you want. Also checkout Blender's Licenses.

At this point, I'm still learning the API from scratch, so this repo will be very disorganised.

Getting Started

Blender's own python help: https://docs.blender.org/api/current/info_quickstart.html.

Have a look at the code in snippets. Try copy+pasting into blender's text editor.

Setting up a blender coding environment: Environment Setup.

Tips for learning the API: Learning Blender's new API