An open API service indexing awesome lists of open source software.

https://github.com/alcarney/addtriangle

A simple blender addon which adds a triangle to the scene
https://github.com/alcarney/addtriangle

Last synced: 3 months ago
JSON representation

A simple blender addon which adds a triangle to the scene

Awesome Lists containing this project

README

        

# AddTriangle

This is a simple example of using the Blender Python API to create an
addon. This addon is made up of two parts.

- A class, which defines an operator which creates a triangle mesh and
adds it to the current scene.
- A function which adds an item to the add mesh menu, allowing you to
actually use the operator defined above