If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
I assume you're using V-Ray 5 - we did some changes near the release date that caused an issue with the export for the emissive (fire) component of the shader. The issue is resolved for the nightly builds - I've messaged the support team with your email in CC so you can grab a nightly build once they provide you with access.
In case you'd rather use the official download, you could add this to the Post-Translate tab of the V-Ray Renderer ROP:
import vray
with vray.VRayRenderer() as v:
for p in v.plugins:
if p.getType()=='PhxShaderSim':
p.earg=1
Comment