Skip to content

Commit

Permalink
Updated tlRender.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Aug 4, 2024
1 parent 5b777a5 commit 2d40e75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/runme_nolog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ if [ -z "$TLRENDER_NDI_SDK" ]; then
if [[ $KERNEL == *Linux* ]]; then
export TLRENDER_NDI_SDK="$HOME/code/lib/NDI SDK for Linux/"
elif [[ $KERNEL == *Msys* ]]; then
export TLRENDER_NDI_SDK="C:/Program Files/NDI/NDI 5 SDK/"
export TLRENDER_NDI_SDK="C:/Program Files/NDI/NDI 6 SDK/"
else
export TLRENDER_NDI_SDK="/Library/NDI SDK for Apple/"
fi
Expand Down
3 changes: 3 additions & 0 deletions mrv2/docs/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ v1.2.2
- Added Window->Preferences->User Interface->Maximized option.
- Upgraded to OpenUSD v24.08 without boost (yeah!).
- Fixed saving of OpenUSD settings.
- Added a ComfyUI directory with a mrv2 a custom node to allow saving
EXR images in full half/float precision. For those that believe in AI,
see the instructions on how to install it in the ComfyUI directory.


v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion tlRender

0 comments on commit 2d40e75

Please sign in to comment.