Skip to content

CGCookie/ExtruCut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExtruCut

This is an example add-on that demonstrates how to use CG Cookie CookieCutter to create add-ons for Blender 2.79b.

To Clone...

To clone this add-on example:

git clone --recursive [email protected]:cgcookie/extrucut.git

Creating a Blender 2.79b add-on using CookieCutter

To create a new add-on using CookieCutter:

# create new addon folder
mkdir newaddon
cd newaddon

# initialize as new git repo
git init .

# add CC addon_common as submodule
git submodule add [email protected]:CGCookie/addon_common.git addon_common
git submodule update --init --recursive

To update the addon_common:

# update CC addon-common
cd newaddon
git submodule foreach git pull origin master

About

Example Blender add-on using CookieCutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages