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" : "",