Description
In this course, you will 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.
Syllabus :
1. Basic Scripting
- Using the scripting section
- Creating vertices
- Creating edges
- Creating faces
- Creating a cube
2. Creating an addon
- The Addon structure
- Configuring the menu item
- Writing the execute logic
- Installing the Addon
- Custom properties
3. Creating a Rose curve
- Reusing the Addon code
- Formula properties
- Writing the parametric formulas
- Creating the faces
- Installing the Addon
4. Working with modifiers
- Solidify
- Subdivision Surface
- Custom properties