Skip to content

Converts OBJ files to a Poly Line File for easy parsing with 2D point-based drawing systems like SVG or Imagick/PIL

License

Notifications You must be signed in to change notification settings

darynvanv/Python_ObjToPoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Obj to Poly

This is a simple project that accepts an OBJ and outputs a .plf (Poly-Line File), which is a set of points to draw a polygon, per line of the file. This makes it easy to parse and output the polygons with any 2D drawing system, such as for SVGs or image editing like Imagick and PIL.

Usage

python obj2plf.py -i <path/to/file/or/folder> -o <path/to/file/or/folder>

About

Converts OBJ files to a Poly Line File for easy parsing with 2D point-based drawing systems like SVG or Imagick/PIL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages