blender-3d-modeling

Installation
SKILL.md

Blender 3D Modeling

Overview

Create 3D geometry procedurally using Blender's Python API. Build meshes from vertices and faces, use bmesh for advanced editing, apply modifiers, generate curves, and create parametric or procedural models entirely from code.

Instructions

1. Create a mesh from raw vertex data

import bpy
Installs
29
GitHub Stars
20
First Seen
Apr 9, 2026
blender-3d-modeling — andrew1326/dominations