Create your first Blender add-on
From Wiki.OSArch
![]() |
This page is part of a series about Starting to code. All articles in the series can be found in the Category:Start_coding |
Create your first Blender add-on
The goal of this thread is to help newcomers with a background in architecture or CAD software to rapidly prototype their ideas by making use of the blender API, especially the UI. It's not supposed to be very advanced, but rather to create a functioning environment for contained scripts and ideas without thinking about scalability. It is assumed however that you have a bit of experience in Python programming, or in any other programming language for that matter. If not, there are very good python crash courses available pretty much everywhere on the internet.