Unit Testing in Python Using unittest: A Quick Overview
As I mentioned previously, although I have a computer science degree. My career took a different path, and...
How to Use the Python Debugger (pdb) in the REPL
I really enjoy using the Python REPL (Read-Eval-Print-Loop). It is an easy and fun way to test Python...
Creating a Score API with Django: a Step by Step Guide
In this post, we are going to use Django to create a score API where we will store...
How to Create a Render Stats Addon using Blender Callbacks
Sometimes, while waiting for a model to render, I think about my next project in Blender. One that...
Unity Script: How to Spawn Random Objects with Custom Probabilities
Step-by-step C# script for spawning Unity GameObjects with weighted probabilities — customize spawn rates per object type with full working code.
Learn How to Create a Simple Camera Follow Script in Unity
Every time I start a new Unity project, I feel like I write the camera follow script from...
How to Import Lego Models from Bricklink Studio into Blender
Recently, I watched Lego Batman with my children again. I think the Lego movies are amazing. After I...
5 Easy Steps to a Colorful Blender Smoke Simulation
Create a colorful Blender smoke simulation in 5 steps — covers domain setup, material settings, and color gradient techniques for realistic smoke renders.
Blender Material Override
When working with physics simulations, sometimes you need to adjust the camera movement after baking the simulation. If...
Creating a Custom Compositor Node in Blender Source
Playing with the Blender source code, we want to make a custom compositor node. This included significantly more...