Navigation Menu

Skip to content

joshuaskelly/cookiecutter-blender-addon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published