Create your first Blender add-on

From Wiki.OSArch
Revision as of 05:10, 16 October 2021 by JanF (talk | contribs) (Created page with "{{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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Noun program 2979275 64x64.png 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.