This commit is contained in:
parent
a83cf61256
commit
b05da1d8b6
|
@ -1,4 +1,4 @@
|
||||||
all: mesh_baking.zip
|
all: mesh_baking_pc2.zip
|
||||||
|
|
||||||
%.zip: *.py
|
%.zip: *.py
|
||||||
zip -r $@ $^
|
zip -r $@ $^
|
||||||
|
|
|
@ -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" : "",
|
||||||
|
|
Loading…
Reference in New Issue