to see how the layout changes with multiple posts.
Long form articles about Blender, Python, and more…
-
Checking if posting works
trying out a simple WordPress theme. find it rather difficult and unintuitive to work with the new theme editor :-(.
Bugatti A bit of python source code to see if we can get decent highlighting.
import bpy import numpy as np scene = bpy.context.scene lamps = [ob for ob in scene.objects if ob.type == 'LIGHT']