From b05da1d8b6bd471108c548aa322fb7d3d1de8f77 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Sun, 25 Dec 2022 13:24:58 -0700 Subject: [PATCH] a --- mesh_baking/Makefile | 2 +- mesh_baking/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mesh_baking/Makefile b/mesh_baking/Makefile index 0ece6bd..30dda6e 100644 --- a/mesh_baking/Makefile +++ b/mesh_baking/Makefile @@ -1,4 +1,4 @@ -all: mesh_baking.zip +all: mesh_baking_pc2.zip %.zip: *.py zip -r $@ $^ diff --git a/mesh_baking/__init__.py b/mesh_baking/__init__.py index 9069663..ff013c7 100644 --- a/mesh_baking/__init__.py +++ b/mesh_baking/__init__.py @@ -12,9 +12,9 @@ # along with this program. If not, see . bl_info = { - "name" : "Mesh Baking", + "name" : "Bake Mesh to PC2", "author" : "S", - "description" : "", + "description" : "bake mesh", "blender" : (2, 80, 0), "version" : (0, 0, 1), "location" : "",