blender

0 min read

Flatterer v1.1 released

I bought a laser cutter, and of course I want to use Blender to make cuttable designs. A new version of the add-on I made for this, Flatterer, has just been released.

Flatterer: a new Blender add-on

I bought a laser cutter, and of course I want to use Blender to make cuttable designs.

Fish & Gits

My Fish shell and Git configurations

MyPy and Blender

MyPy is a fantastic tool to do static checks of Python code. Here is the configuration I use to make it play nice with Blender add-ons.

Locally re-pulling a Blender patch

For patch reviews I often need to fetch a newer version of a patch I've fetched before. This was a bit tedious, so I made myself a shell function that makes this super simple.

Toggle Blender's Build Options

A shell script for toggling some of Blender's build options, so that I can get it built faster for my day-to-day coding work.

Phabricator Link Copy

A Greasemonkey script to copy document links and titles on developer.blender.org

Phabricator List Count

A Greasemonkey script to show list sizes on developer.blender.org

Comments on Scripting for Artists

Nico Zevallos extracted notes from my Python training series Scripting for Artists.

Build before Debug in VSCode

For debugging Blender I have set up VSCode such that it builds Blender whenever I start the debugger.