Skip to content

Commit 1393c56

Browse files
* Update Deployment
1 parent e0bd59b commit 1393c56

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ClausewitzBlenderPlugin.zip
2+
13
#Visual studio temp dir
24
.vs
35

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"description": "A local folder",
2121

2222
"dir": "C:/Program Files/Blender Foundation/Blender/2.78/scripts/addons"
23+
},
24+
{
25+
"type": "zip",
26+
"name": "Blender ZIP",
27+
"description": "Release ZIP",
28+
"open": false,
29+
"fileName": "ClausewitzBlenderPlugin.zip"
2330
}
2431
]
2532
}

import-export-clausewitz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Bernhard Sirlinger",
1111
"version": (0, 4, 0),
1212
"blender": (2, 78, 0),
13-
"support": "TESTING",
13+
"support": "COMMUNITY",
1414
"wiki_url": "https://github.com/WebsiteDeveloper/ClausewitzBlenderPlugin/wiki",
1515
"tracker_url": "https://github.com/WebsiteDeveloper/ClausewitzBlenderPlugin/issues"
1616
}

0 commit comments

Comments
 (0)