Blender Python
Blender related python snippets to get you started. Learn blender bpy today.
January 15, 2019
Blender bpy for 2.80+
›
With progress comes change. Most of this info is found at https://en.blender.org/index.php/Dev:2.8/Source/LayersCollections/A...
December 02, 2018
Blender Python Recipes
›
I've been distracted for the past two years, but did manage to keep a small book of recipes to keep the knowledge and experience out ...
May 13, 2016
The coordinates of Curve Control Points
›
See the docs for Curve Objects: blender_python_api_current/bpy.types.Curve.html Diego asks HI... welcome back! :P sorry.. "fast...
April 19, 2016
Getting Index (indices) of selected faces / polygons
›
One Way # assuming the object is currently in Edit Mode. import bpy import bmesh obj = bpy.context.edit_object me = obj.data bm = bm...
April 15, 2016
Sverchok / Scripted node | 3d LSystem
›
..not novel I haven't written anything on here for a while, this is the first opportunity since quite some time. It won't be ...
November 12, 2015
new redirect for blender.org bpy docs.
›
http://www.blender.org/api/blender_python_api_current/ As of 10/11 november 2015 we can now link to the current api docs and not be worr...
September 02, 2015
keyframing shape keys
›
This is totally a note to self :)
›
Home
View web version