Skip to content

Script used to generate objects in .obj format for blender animations (used to assist me generating shapes for a graphic arts class).

Notifications You must be signed in to change notification settings

matthew-curry-var/vl-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vl-script

Script used to generate objects in .obj format for blender animations.

To use: clone repo and at the bottom of shapeCreate.py enter a supported polygon (triangle, square, pentagon, hexagon, octagon) as well as other inputs such as number of layers, width, and angle offset (used for rotation per polygon).

Recall that .obj format requires points (denoted as vertex 'v') to be of format: "v x y z" where x, y, z are real numbers. Recall that .obj format requires edges (denoted as facet 'f') to be of format: "f a b c" where a, b, c, are numbers mapped to vertex listing.

hexTwise

About

Script used to generate objects in .obj format for blender animations (used to assist me generating shapes for a graphic arts class).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages