For quick start new addon development
- Clone the repo
- Create a new blender file in the repo folder.
- Go to the scripting tab. Open
run.py
and run it. - Press F5 to run the hello world operator.
- Pack
boilerplate
folder to zip. You have an addon with preferences ready to be installed.
If you need more simple single file addon, comment boilerplate
lines in run.py
and uncomment single_file_addon
lines.