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 354d1ef commit 3448029Copy full SHA for 3448029
src/__init__.py
@@ -5,7 +5,7 @@
5
"name": "OpenCTM (.ctm)",
6
"description": "Import/Export meshes from/to OpenCTM (.ctm)",
7
"author": "RealIndrit",
8
- "version": (1, 3, 0),
+ "version": (1, 4, 0),
9
"blender": (3, 6, 0),
10
"location": "File > Import-Export",
11
"warning": "",
src/blender_manifest.toml
@@ -1,7 +1,7 @@
1
schema_version = "1.0.0"
2
id = "openctm_ctm"
3
name = "OpenCTM (.ctm)"
4
-version = "1.3.0"
+version = "1.4.0"
author = "RealIndrit"
tagline = "Import/Export meshes from/to OpenCTM (.ctm)"
maintainer = "Community"
0 commit comments