Scripting practices with Python and Blender
Learn how to effectively use Blender's scripting section. Key learning outcomes include creating objects from vertices, edges, and faces, and gaining a basic understanding of the 'bpy' library.
★★★★★ 4.2
(27 reviews)
2 hours of content
What you'll learn
- How to use the Blender Scripting section.
- Make objects out of vertices, edges, and faces.
- To access the blender API, use the bpy and bmesh libraries.
- Make a Blender Addon and give it its own menu item.
- To make a rose curve, use a parametric formula.
Introduces Blender's scripting section and the bpy and bmesh libraries for creating geometry from vertices, edges, and faces. Learners build a custom addon with a menu item and use parametric formulas to generate a rose curve. They also apply modifiers through scripting.
Who this course is for
Developers and technical artists who want to automate Blender workflows with Python scripting.
#python
#blender
#bpy
#scripting
#addon
#3d