A Python add-on I created that generates a random terrain with a Perlin noise algorithm. The user can change the size, scale, and height of the plane. I wanted to explore working directly with b.py and ways of speeding up the 3D art process by creating tools that could be directly used in an artist's workflow. In the future, I plan to refine the UI and add materials.
Code on Github here

Used add-on to generate hills for the background.

You may also like

Back to Top