narphous
Dof issue is only in 0.159 version, so you can use 0.157 instead. And fix for dof timer is not important, so i'm not hurry up to release update without really good changes.
Oyama
Temporal antialiasing looks almost like supersampling and it is very fast, like edge antialiasing. I wanted to make it instead of supersampling, also it work much faster than hardware antialiasing. Solve two problems at once... failed. I'm still trying to give advices to other modder who making helper for me, but better to be ready to worse scenario.
Motion blur isn't good for moving objects as per object motion blur must be applied then, but i planned to make per object for characters, it's should work as i don't see lod switches for them, all the same geometry. The only thing i afraid is complexity of computations which objects moved and which are not, this require to save all important identification data in to array and compare previous and current arrays, so computing hash for each object and then sort hashes and compare the same elements in sorted list may be costly for cpu, guess up to 5 ms. And i can't do this in different thread because result required in current frame at time of computation, make this computation when drawing of ssao and other complex effects - possible, but most videocards/drivers do not spend much time in drawing calls, they just put them in to job list till videocard will be free.
aDeadlytwinkie
Is there any way that you can just modify the sun rays to reduce the clipping any more?
What clipping do you mean? I don't know any.
number6
Current reference helper mod is only working (not always) to retrive world space position, but interior or exterior can be signaled too i guess. But enbseries developed only for deffered prepass shadows and i'll never change any single line of code to support forward shadows rendering, these are completely different shaders which don't know and don't want to learn, no effects like detailed shadows, no sky lighting. About custom setting per location - no problem, but who will do this? Me or that guy how decided to help and stuck on weeks with this damn engine?