Hi guys, I've set up the previous Quixel suite to export through our texture pipeline and get it into our engine with packing and stuff using the really robust calibration files Quixel's provided. I had a few questions as I migrated it to work with Quixel Suite 2.0.4 The problem I'm having is no matter whether I return…
Hey Funky! I found a quick hack to supress general ao export (since one can't apparently disable it per profil): Check our the ...\Quixel SUITE 2.0\script\presets\Workflow\common\functions.jsx in the 6. line, you can disable the ao export by changing the true to a false var g_ExportAO = false; Hope this helps! Ps.: An…