joshuaskelly / cookiecutter-blender-addon

A sweet and opinionated cookiecutter template for creating a Blender addon.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-blender-addon

Cookiecutter Blender Addon

Python 3.7 Discord

A sweet and opinionated cookiecutter template for creating a Blender addon.

demo

Features

  • Project is structured as a Python package.
  • Easy inclusion of third party dependencies.
  • Single command packaging.

Getting Started

Install the latest Cookiecutter if you haven't installed it yet.

$ pip install cookiecutter

Generate a Blender addon project:

$ cookiecutter https://github.com/joshuaskelly/cookiecutter-blender-addon.git

Then:

  • Add custom functionality to operators.py or panels.py.
  • Add any dependencies to the requirements.txt Requirements file.
  • Package addon with $ python package.py
  • Installable addon zip file will be in the dist folder.

About

A sweet and opinionated cookiecutter template for creating a Blender addon.


Languages

Language:Python 97.8%Language:Makefile 2.2%