Skip to content

Commit

Permalink
Merge pull request #5614 from gkocov/3dl_autonsi
Browse files Browse the repository at this point in the history
3Delight auto NSI export format based on file extension
  • Loading branch information
johnhaddon authored Jan 8, 2024
2 parents ab4b475 + f417065 commit bf9827d
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 48 deletions.
5 changes: 4 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Improvements
- Larger backdrops are automatically drawn behind smaller ones, so that nested backdrops will always appear on top.
- Added a `depth` plug to assign a manual drawing depth for the rare cases where the automatic depth is unwanted.
- ImageStats : Added `areaSource` plug, allowing area to be driven by the input display window or data window.
- 3Delight : Added camera overscan support.
- 3Delight :
- Added camera overscan support.
- NSI scene description export format is now based on file extension - `.nsi` for binary and `.nsia` for ASCII.

Fixes
-----
Expand Down Expand Up @@ -116,6 +118,7 @@ Breaking Changes
- Renamed `channels` plug to `shuffles` plug, matching nodes such as ShuffleAttributes and ShufflePrimitiveVariables.
- ShuffleUI : Removed `nodeMenuCreateCommand()`.
- ImageStatsUI : Removed `postCreate()`.
- 3Delight : Changed NSI scene description export with `.nsi` file extension from ASCII to binary (`.nsia` is used for ASCII now).

Build
-----
Expand Down
Loading

0 comments on commit bf9827d

Please sign in to comment.