Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3Delight auto NSI export format based on file extension #5614

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading