We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dbd49 commit 8c81c82Copy full SHA for 8c81c82
__init__.py
@@ -18,13 +18,14 @@
18
bl_info = {
19
"name" : "AssemblMe",
20
"author" : "Christopher Gearhart <chris@bblanimation.com>",
21
- "version" : (1, 3, 0),
+ "version" : (1, 3, 1),
22
"blender" : (2, 80, 0),
23
"description" : "Iterative object assembly animations made simple",
24
"location" : "View3D > Tools > AssemblMe",
25
"wiki_url" : "https://www.blendermarket.com/products/assemblme",
26
"tracker_url" : "https://github.com/bblanimation/assemblme/issues",
27
- "category" : "Animation"}
+ "category" : "Animation",
28
+}
29
30
# System imports
31
import os
0 commit comments