News

It is possible to use the standard Python debugger to debug scripts, following this rather old stack answer.. Launch blender from a terminal emulator. Add import pdb; pdb.set_trace() to your code ...
Make sure to correctly set the “blender” property, as add-ons made for previous versions of Blender are not compatible and will not run if it is not set to (2, 80, 0). The “version” property is less ...
Blender, a powerful open source 3D software, can be extended and powered up using the Python programming language. This book teaches you how to automate laborious operations using scripts, and expand ...