Blender Python Cheatsheet
Blender Python Cheatsheet – A Handy Reference for the Blender API
It's surprising how knowing a little bit of Python and the Blender API can enable you to do a lot of things. Want to batch process your assets from your library? Want to write a script that automates a part of your workflow? Want to manipulate the node graph using code?
This cheatsheet is a collection of most frequently used functions and solutions to common problems that you will encounter when writing scripts, macros or developing addons for Blender.
Topics Covered
- Command Line
- Objects
- Object Modes
- Transforms
- UV Maps
- Nodes
- Images
- Collections
- Files
If you found this useful, follow me on twitter, subscribe to my newsletter and check out my blog. I write regularly on Python, Blender, Web Development and more.
P.S. If you found the cheatsheet useful, consider buying me a coffee by buying a copy. 😃
A collection of most frequently used functions and solutions to common problems when writing scripts or macros using the Blender API.