Using Python to Generate Mandelbrot Texture for Blender
A few weeks ago, I posted on how to use Open Shading Language (OSL) to create a Mandelbrot...
Easy Quick-Start Guide to Creating a Raspberry Pico Game Engine
The Raspberry Pi Pico is an amazing board. It only costs $4 and provides unbelievable computing capability for...
Learn How to Set Up Drivers in Blender Using Python API
In our last post, we dove into drivers, focusing on what they are and how to set them...
How to Access and Manipulate Keyframes in the Blender Python API
Keyframes are the foundational element of animation. Blender provides amazing functionality with keyframes. Almost any setting in Blender...
Create Simple World Nodes with the Blender Python API
When making new materials or models, I like to use HDRI lighting. However, I don’t want to see...
How to Make a Dynamic Dropdown in Blender Python
A frequently asked question I see on various Blender Python boards is how to make a dynamic dropdown....
Take a Spin: How to Create Blender Python Camera Rotation
In this post, we show how to create a UI panel and Python script to rotate a camera...
Understanding How to Use Blender Python Properties
To code in Blender, it is essential to understand Blender Python Properties. However, when I started working with...
How to Create a Blender Python Operator
Blender is one of the reasons that I started learning Python. I wanted to better understand the scripting...
How to Easily Use a REST API in PHP
While working on a PHP site for our Minecraft server, I wanted to create our own API to...