BlenderTextGenerator is a small application developed for generating 3D letters in Blender for quick 3D printing. It generates a .obj file of the text entered.
This project is built on top of python 2
, PyGTK
, pygtkglext
and
Blender
. Those are the necessary dependencies.
It's as easy as:
git clone https://github.com/markovejnovic/BlenderTextGenerator.git
cd BlenderTextGenerator
python setup.py
You now have an installation of BlenderTextGenerator and can run it by:
BlenderTextGenerator
Just clone it and feel free to contribute!
At the moment there are no unit tests. That is something that we plan on fixing in the near future.
This project is licensed under the GNU GPLv3 - see the LICENSE file for details
- Just PurpleBooth for showing me how to make a good README.md file.