Alex Fuller

Results 110 comments of Alex Fuller

Hi @Kaiz3rTool CyclesX looks to be a promising advancement. Should be an easy enough merge in time, I will wait until it is progressed further as it is missing volumes/hair/etc....

Hi @melMass Recently the Cycles standalone introduced their own FindEmbree.cmake which might not be smart enough to have any custom cmake-related flags/defines over the one which is generated by Embree...

Somewhat duplicate of this: https://github.com/boberfly/GafferCycles/issues/36 Blender devs decided to do uniform subdiv from Blender so there's no way of doing it outside of adaptive, need to write that one myself....

Cycles might not support changing those settings while it is in IPR mode. Also make sure experimental is set in CyclesOptions. I'll take a look soon.

Yeah I noticed it was single-threaded too, is Blender? Might just need opensubdiv to be compiled with TBB/OpenMP.

Fixed displacement in this commit: https://github.com/boberfly/GafferCycles/commit/464e1390ca1c3eb3f1ed9390be54a3b6eb3300d8 Turns out all the settings of the output node wasn't being set to the right node (I somewhat merged the "outputNode" with the actual...

One thing which is a big ooof, in interactive rendering when swapping shaders around, it is making Cycles really unstable or it's applying the displacement in an additive way each...

Just an update it is partially working: https://github.com/boberfly/GafferCycles/commit/c7630621dbea23ce12b92963723fc7fdf9116f9a But John on the forums has given me a better idea, return false on attribute assignment which can't be applied and the...

Fixed, seems to work well and also fixes issues with shader hashing. https://github.com/boberfly/GafferCycles/commit/2554ca813dbf6e3fd26d9cbe95b3fdc4ddcd72a1

Hmm I wonder if it's a Cycles limitation. Could you try changing the subdiv settings and then after, do a very small change to displacement and see if the subdiv...