How to Make a Vector Field in Blender with Python

Опубликовано: 15 Июль 2026
на канале: Joseph Mellor
2,150
40

I wanted to make a vector field that allowed me to put vectors in arbitrary positions with arbitrary colors and so on, but all the current options had too many restrictions, so I decided I'd figure it out myself. In this video, I'll show you how to use the script I wrote to generate your own vector fields in Blender.

The thumbnail uses the same code and it's the vector field generated by a matrix transformation.

github repository: https://github.com/TheLandfill/blende...

Check out python's colormath library for more info about the color spaces.