Announcement

Collapse
No announcement yet.

Model isnt rendering due face issue

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

  • Model isnt rendering due face issue

    I have been working on my model and it was rendering fine until now. I have an issue page coming all the time I want to render and framebuffer don't work.

    I got in touch through email with chaosgroup support and followed the steps that I was told to do on ruby but still didn't work.

    Follows attached the message that comes when I click the render icon and bellow the message that came up on the ruby console.


    model = Sketchup.active_model
    materials = model.materials
    bad_entities = ([model] + model.definitions.to_a).map{ |c|
    c.entities.select{ |e| e.material && !materials.include?(e.material) }
    }.flatten
    bad_entities.each{ |e|
    e.material = nil
    }

    [#<Sketchup::Face:0x00000208603d3cf8>, #<Sketchup::Face:0x00000208603d3640>, #<Sketchup::Face:0x00000208603d34b0>, #<Sketchup::Face:0x00000208736fb008>]

  • #2

    Comment


    • #3
      Hi,

      Thank you for sharing the project with us!

      To provide some feedback after having tested the file, kindly note that this behavior has been logged and our dev team will be further investigating it.

      In this specific case, the issue occurs due to faulty section planes in the project. Deleting them before activating V-Ray (opening V-Ray Asset Editor or using any V-Ray buttons, commands, menus) resolves the issue and the scene can be rendered successfully

      Comment


      • #4
        Hi Georgi,

        I did as you said and it has worked. I appreciate the help it was essential to me.

        Thanks a lot,
        Iliada.

        Comment


        • #5
          Thank you for the feedback!

          Let us know if you require any further assistance with V-Ray related issues!

          Comment

          Working...
          X