Skip to content

Commit 88f0801

Browse files
author
Sightskeye
committed
Bump: v2.3.3
1 parent 90476e7 commit 88f0801

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 2.3.3 - (2024.11.25)
2+
3+
### Fixes
4+
- Support for Eevee Next in Blender 4.2+
5+
- Ensure safe initialization of material
6+
- Restrict shadow catcher option to Cycles
7+
18
# 2.3.2 - (2024.08.25)
29

310
### Fixes

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, 2),
24+
"version": (2, 3, 3),
2525
"location": "File > Import > Omniscient (.omni)",
2626
"warning": "",
2727
"category": "Import-Export"

OmniscientImporter/blender_manifest.toml

Lines changed: 1 addition & 1 deletion
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.2"
4+
version = "2.3.3"
55
name = "Omniscient Importer"
66
tagline = "Automated scene setup for shots recorded with Omniscient iOS app"
77
maintainer = "Stellaxis OÜ <hello@omniscient-app.com>"

test/video.omni

Lines changed: 1 addition & 1 deletion
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.2"
5+
"ideal_addon_version": "2.3.3"
66
},
77
"cinema4d": {
88
"minimum_plugin_version": "1.0.0",

0 commit comments

Comments
 (0)