pbrt-v4 icon indicating copy to clipboard operation
pbrt-v4 copied to clipboard

Update --display-server for recent improvements to tev's display protocol

Open mmp opened this issue 4 years ago • 4 comments

Specifically, https://github.com/Tom94/tev/pull/113...

mmp avatar Feb 17 '21 22:02 mmp

I don't have a very free time, but I'm interested in improving this and also adapting it to send the render data to the Blender viewport. I think a good starting point is to review the code that @JiayinCao is using in his project SORT. https://github.com/JiayinCao/SORT

pbrt4bounty avatar May 04 '21 08:05 pbrt4bounty

I am unable to use latest tev for display of the output from the latest pbrtv4 code. Using the --display-server localhost:14158 commandline option does nothing at all. Also if i use tev to display the rendered exr file from pbrt, tev closes immediately. Is this some issue with the pbrt --display-server setting not working for the latest source? I am on Windows 8.1 using visual studio 2019 x64. OK an update. It works fine with tev 1.21 but not with latest ver 1.22. Also if you run and tev does not update ensure that there is no tev instance running in the bg. Kill that running instance first and then it works.

mmmovania avatar Jan 28 '22 15:01 mmmovania

Hmm, tev 1.22 works fine for me (Windows 10, MSVC 2019), both building from source and with the tev.exe for the 1.21 release. If I launch multiple instances of tev, it seems that the image is displayed in the first one. I'm not sure there is any pbrt bug here, but if you believe there is please file a new issue.

mmp avatar Jan 28 '22 20:01 mmp

Hi Matt. I found the issue and its a tev issue. Filed and solved in #172.

mmmovania avatar Jan 29 '22 18:01 mmmovania