-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
27 lines (17 loc) · 869 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Changelog
## [1.0.0] - 2024-01-02
- Updated OIDN version to 2.1.0
- OIDN v2 support - refactored plugin code to utilize new device types, buffers and direct buffer access methods
- added tooltips to all knobs, prettier knob names
- improved CMake library linking and plugin compilation
## [0.9.3] - 2023-02-23
- Multiple fixes in build process, introduction of FindOpenImageDenoise CMake module
- Updated OIDN version to 1.4.3
## [0.9.2] - 2021-12-28
- Introduced additional inputs for albedo and normal AOVs in the plugin
- Simple documentation deployment using Sphinx
- Automated upload and release of the plugin using GitLab's CI
## [0.9.1] - 2021-12-19
- Fixed the wrong pixel packing schema, by moving from interleaved rows to contiguous pixel packing
## [0.9.0] - 2021-12-13
- Complete refactor of the plugin, including the image plane reading method