Announcement

Collapse
No announcement yet.

Fire issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Fire issue

    Hello, do you have an idea about my issue, my scene is on vray render and I can visualize the fire on my render.
    just see the following printscreen:
    Click image for larger version

Name:	unknown.png
Views:	235
Size:	796.6 KB
ID:	1101708

    Click image for larger version

Name:	unknown.png
Views:	196
Size:	310.7 KB
ID:	1101709

  • #2
    Probably your emissive volume is not named 'heat' but something else, temperature or burn - look in the info or geometry spreadsheet
    Hristo Velev
    MD/FX Lead, Bottleship VFX
    Sofia, Bulgaria

    Comment


    • #3
      I don't understand... sorry

      Comment


      • #4
        Hey sbastien_levieux ,

        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
        Click image for larger version  Name:	houdinifx_2021-02-08_01-14-48.png Views:	0 Size:	65.3 KB ID:	1101722

        Best regards!
        gosho.genchev@chaosgroup.com

        Comment


        • #5
          Thank you Gosho for your mail and your message, I did the post translate but I steel have no fire in the render... Click image for larger version

Name:	2021-02-07_195039.jpg
Views:	196
Size:	201.8 KB
ID:	1101727

          Comment


          • #6
            @sbastien_levieux , you should keep indents in code, otherwise python won't work.
            Georgy Chakarov | QA
            www.chaosgroup.com
            georgy.chakarov@chaosgroup.com

            Comment


            • #7
              @chakarov, I think it is working, I install the different release:
              Click image for larger version

Name:	2021-02-08_063210.jpg
Views:	184
Size:	21.8 KB
ID:	1101775
              Look at the result:
              Click image for larger version

Name:	2021-02-08_070053.jpg
Views:	190
Size:	605.0 KB
ID:	1101776

              Comment

              Working...
              X