Skip to content

helpers used in various generative algorithm pieces (random, vectors, import/export)

License

Notifications You must be signed in to change notification settings

Ecoblockchain/ddd-utils

 
 

Repository files navigation

3D Utils

This library is a collection of useful functions I find myself re-implementing across repositories when working with 3d meshes in general and Blender in particular.

Note

The layout is like this:

    └── dddUtils
        ├── blender.py
        ├── ddd.py
        ├── __init__.py
        └── ioOBJ.py

blender.py should only be used inside scripts called within the context of Blender.

The remaining code should hopefully be compatible with both Python2 and Python3, so it can be installed and imported in either environment.

Used in


http://inconvergent.net

About

helpers used in various generative algorithm pieces (random, vectors, import/export)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.0%
  • Shell 5.0%