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.
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