Skip to content

Commit 450b5ff

Browse files
author
Sightskeye
committed
Bump: v2.2.0
1 parent e8b0980 commit 450b5ff

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 2.2.0 - (2024.06.13)
2+
3+
### Features
4+
- Shots organized per scene
5+
- Projection as emissive
6+
- Luminance-based emission
7+
- Base mesh color control
8+
9+
### Fixes
10+
- Proportional scaling using resolution percentage
11+
112
# 2.1.0 - (2024.06.09)
213

314
### Features

OmniscientImporter/__init__.py

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

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.1.0"
5+
"ideal_addon_version": "2.2.0"
66
},
77
"cinema4d": {
88
"minimum_plugin_version": "1.0.0",

0 commit comments

Comments
 (0)