We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b3b32 commit 75726fcCopy full SHA for 75726fc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 1.4.1 - (2023.04.16)
2
+
3
+### Fix
4
+- Sync camera of omni v1 files
5
6
# 1.4.0 - (2023.04.15)
7
8
### Features
OmniscientImporter/__init__.py
@@ -18,7 +18,7 @@
18
"author" : "Stellaxis OÜ",
19
"description" : "Import data recorded by the Omniscient iOS application.",
20
"blender" : (3, 0, 0),
21
- "version" : (1, 4, 0),
+ "version" : (1, 4, 1),
22
"location" : "File > Import > Omniscient (.omni)",
23
"warning" : "",
24
"category" : "Import-Export"
0 commit comments