Skip to content

CGCookie/retopoflow

b280
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 494 commits ahead, 226 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CG Cookie RetopoFlow

RetopoFlow is a suite of retopology tools for Blender built by CG Cookie. The tools are offered as add-on for Blender that provides a dedicated set of mesh tools designed specifically for retopology, creating a complete workflow in Blender without the need for outside applications.

RetopoFlow includes several tools, all of which automatically snap the resulting mesh to the target object surface. All mesh generation is quad-based (unless you explicitly create other ngons) and tools are modal.

Getting RetopoFlow

You may purchase RetopoFlow on the Blender Market

Purchasing a license entitles you to tool support and helps ensure RetopoFlows continued development.

Getting Support

You can get support for tools by sending a message to CG Cookie on your Blender Market Inbox.

A valid purchase is required for product support.

⚠️ While it is permissible to grab a copy of RetopoFlow from GitHub, this method is recommended for developers only, because it can get technical. If you have issues with enabling the add-on after installing RetopoFlow using this method, please make sure that you have installed RetopoFlow correctly before creating an issue. Alternatively, you can purchase a copy from the Blender Market, and you will get full support along with a packaged version of RetopoFlow.

Cloning

The latest version of b280 branch switched from using submodules (for CookieCutter) to subtrees.

$ git clone git@github.com:CGCookie/retopoflow.git retopoflow
$ cd retopoflow
$ git checkout b280

# to update addon_common
$ cd retopoflow
$ git pull

Releases

In addition to the Blender Market, all releases of RetopoFlow are accessible from the GitHub RetopoFlow Releases. Simply download the appropriate attached zip (NOT the Source Code!), then install as Blender add-on (Blender > Edit > Preferences > Add-ons > Install...).

Contributing

Pull requests are welcome! If you'd like to contribute to the project then simply fork the repo, work on your changes, and then submit a pull request. We are quite strict on what we allow in, but all suggestions are welcome. If you're unsure what to contribute, then look at the open issues for the current to-dos.