This project is a part of rinkak blog (https://www.rinkak.com/us/blog?hl=ja). You can create 3D models for 3D print using blender and python script. The blog is continuing, so sample codes in this repository will be updated periodically.
- First of all, you have to set up the environment to run python scripts in blender. I've already write an article about this issue, so please check it. (This article is currently written in Japanese, but it will be translated to English in the near future.)
- Clone this repository to your local.
- Run scripts like this.
blender -P tut1.py
Codes in blenderlib are for auto-completion in your editor. Though these codes are not maintained with the latest python api in blender, it may work well for almost part of your projects.