Jiayin Cao

Results 16 comments of Jiayin Cao

Yeah, this is possible. Whenever it comes to scaling on things like camera, spot lights sources, it is always sort of tricky. And it was never my intention to implement...

Since it only takes a little more than 1 second to transfer information through IO, the priority is pretty low. However serialisation is also necessary before performing rendering task across...

Instead of using shared memory to transfer the scene information, using socket would be a more flexible way and easy to extend to support cross machine rendering. Lower the priority...

The export hair number was incorrect before. It got fixed now. However, there are still some problems going on. I'll get working on it after fixing the hair exporting problem...

This is because the hair number is drastically different during exporting. In Blender 2.7x, there is 'set_resolution' to control it. It is unknown what is used to control it in...

It shouldn't be hard to integrate a denoiser. However, taking existed work from others to polish features in SORT is never part of my plan. OSL is a special case,...

> It might be easy to add albedo and normal output for use with Blender's built in denoise node. Right now I'm getting pretty good results without a denoiser. Here's...

SORT switched to marl. I still prefer to have my own job system eventually, so this is not closed. But the priority is low

I can build the non-GUI version. However, even with QT installed on Mac. I still can't build it.

http://45.63.123.194/sort_dependencies/mac/easy_profiler.zip Here is the link to my pre-compiled one, with GUI interface. I haven't got the Travis CI MacOS artefacets to build the lib. I build it on my own...