Skip to content

Commit e480e82

Browse files
author
Sightskeye
committed
Bump: v2.3.2
1 parent 53fc8ef commit e480e82

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 2.3.2 - (2024.08.25)
2+
3+
### Fixes
4+
- Camera projection when rendering with Cycles
5+
16
# 2.3.1 - (2024.08.16)
27

38
### 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, 1),
24+
"version": (2, 3, 2),
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.1"
4+
version = "2.3.2"
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.1"
5+
"ideal_addon_version": "2.3.2"
66
},
77
"cinema4d": {
88
"minimum_plugin_version": "1.0.0",

0 commit comments

Comments
 (0)