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 96e2b37 commit 40ae7b9Copy full SHA for 40ae7b9
CHANGES.md
@@ -1,3 +1,8 @@
1
+1.0.2 - Bug Fixes
2
+====
3
+* Fix support in newer Blender versions, up to 4.0.
4
+* Run tests using Python 3.10.
5
+
6
1.0.1 - Bug Fixes
7
====
8
* Fix the resource ID of exported materials to be integer.
io_mesh_3mf/__init__.py
@@ -13,7 +13,7 @@
13
bl_info = {
14
"name": "3MF format",
15
"author": "Ghostkeeper",
16
- "version": (1, 0, 0),
+ "version": (1, 0, 2),
17
"blender": (2, 80, 0),
18
"location": "File > Import-Export",
19
"description": "Import-Export 3MF files",
0 commit comments