This commit is contained in:
Spencer Killen 2022-12-25 13:24:58 -07:00
parent a83cf61256
commit b05da1d8b6
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
all: mesh_baking.zip all: mesh_baking_pc2.zip
%.zip: *.py %.zip: *.py
zip -r $@ $^ zip -r $@ $^

View File

@ -12,9 +12,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
bl_info = { bl_info = {
"name" : "Mesh Baking", "name" : "Bake Mesh to PC2",
"author" : "S", "author" : "S",
"description" : "", "description" : "bake mesh",
"blender" : (2, 80, 0), "blender" : (2, 80, 0),
"version" : (0, 0, 1), "version" : (0, 0, 1),
"location" : "", "location" : "",