Skip to content

Instantly share code, notes, and snippets.

@frankiezafe
Created November 19, 2019 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankiezafe/65f415f3a94bf4c2e152cf42223cb7d0 to your computer and use it in GitHub Desktop.
Save frankiezafe/65f415f3a94bf4c2e152cf42223cb7d0 to your computer and use it in GitHub Desktop.
packing retopoflow version 2.80
#!/bin/bash
git clone git@github.com:CGCookie/retopoflow.git
cd retopoflow
git checkout b280
git submodule init
git submodule update
cd ..
zip -r retopoflow.zip retopoflow
# and that's it > a zip file is ready to be imported in your blender addons
# tested on blender 2.80.75, retopoflow commit https://github.com/CGCookie/retopoflow/commit/6f1ed42754da2f5d289f8d0eae25a5c9782e74c3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment