Skip to content

panthistle/bps-cuboid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

custom cuboid mesh generation script for Blender 2.83

I have been toying with the idea of writing a python script to generate custom size/resolution cuboids for some time and last weekend, I finally got down to it. The challenge was to do it without using operators.

You can try it out by downloading the 'p_cuboid.py' file to your hard drive and opening it in Blender's Text Editor. There are two mesh generation functions available. The first one uses the BMesh module (but without operators) and the second one uses the Mesh module function from_pydata. There are also a few satelite functions which I have kept separate so they can be used in other mesh development scripts.

I hope you find it useful

Pan

About

blender python script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages