New blog: On the back of an envelope

 


I'm interested in more than just Blender ðŸ˜€ so I started a new blog. It might interest some readers of this blog as well as it has a bit of a mathematical focus, just like quite a few articles here.

It is all about assumptions and questions that may pop up in everyday life and that may be solved with a bit of thinking and pen and paper, hence the title "On the back of an envelope".

Focus is on doing our own research up, backed up by proper references to articles by real people, and no easy AI slop. 

Blender add-on development: Multi-file add-ons and custom icons

There are new videos available in the video series on Blender add-on developments for beginners:

 

It is completely free and has a GitHub repository with code .

In this module we will refactor the render_done add-on encountered in the previous module into a multi-file add-on. The first video will take a look at why splitting up an add-on might be beneficial for maintenance, reuse and the options to include non-Python files, something we will make use of in the second video where we will add a custom icon to one of the operators.