Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Blender, Python Scripting Tutorials [closed]

Tags:

python

blender

I already know some Python and got interested in extending Blender using Python scripts. Can anyone suggest me some good tutorials or books to learn this subject further? I'm already looking at Blender documentation, but I would like to learn some more because I'm a newbie when it comes to 3D modeling.

like image 279
Dananjaya Avatar asked Oct 13 '10 13:10

Dananjaya


1 Answers

The Blender 2.5 Python 3.1 manual has some good links to both basic internal tutorials for using Python scripts and some tutorials on other sites.

Bear in mind that this is Python 3.1, not 2.x, so you'd have to adjust accordingly.

You'll be using the Blender Python API (not so sure how well it's documented, but you should be fine). I'd familiarize myself with Blender and Python first (if you haven't already), then do some basic tutorials, and finally dive into the API.

like image 66
Rafe Kettler Avatar answered Oct 04 '22 07:10

Rafe Kettler