Blender Python Addon Programming Tutorial

jayanam writes:

In this Blender programming tutorial I show how to create addons with Visual Studio Code and an extension called Blender Development by Jacques Lucke.

I create an addon with a real-world use-case: Applying and removing modifiers of the active object. For this we will create two operators and add them to a panel.

Advertisement