Skip to content

Commit 6c2f267

Browse files
author
Sightskeye
committed
feat: bump v2.3.5
1 parent e8d09e1 commit 6c2f267

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.5 - (2025.11.17)
2+
3+
### Fixes
4+
- Blender 5.0 compatibility
5+
16
# 2.3.4 - (2025.08.27)
27

38
### Fixes
@@ -130,4 +135,4 @@
130135
- Load camera (.abc)
131136
- Load video (.mov)
132137
- Load single geometry (.obj)
133-
- Allow to correct not located files
138+
- Allow to correct not located files

OmniscientImporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Stellaxis OÜ",
2222
"description": "Import data recorded by the Omniscient iOS application.",
2323
"blender": (3, 0, 0),
24-
"version": (2, 3, 4),
24+
"version": (2, 3, 5),
2525
"location": "File > Import > Omniscient (.omni)",
2626
"warning": "",
2727
"category": "Import-Export"

OmniscientImporter/blender_manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
schema_version = "1.0.0"
22

33
id = "omniscient"
4-
version = "2.3.4"
4+
version = "2.3.5"
55
name = "Omniscient Importer"
66
tagline = "Automated scene setup for shots recorded with Omniscient iOS app"
77
maintainer = "Stellaxis OÜ <hello@omniscient-app.com>"
@@ -19,4 +19,4 @@ license = [
1919
]
2020

2121
[permissions]
22-
files = "Import .omni file from disk"
22+
files = "Import .omni file from disk"

test/video.omni

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "2.1.0",
33
"blender": {
44
"minimum_addon_version": "1.4.0",
5-
"ideal_addon_version": "2.3.4"
5+
"ideal_addon_version": "2.3.5"
66
},
77
"cinema4d": {
88
"minimum_plugin_version": "1.0.0",
@@ -44,4 +44,4 @@
4444
"relative_path": ["./geometry_1.obj", "./geometry_2.obj"]
4545
},
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)