Announcement

Collapse
No announcement yet.

applying vismat as default

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

  • applying vismat as default

    Hi, does anyone know how to set vismat as default material... maybe a Ruby-Script.. bye devran

  • #2
    Re: applying vismat as default

    Not possible. V-Ray doesn't even recognize the diffuse colour if you change it in SU.

    It's one for the wishlist.
    Please mention what V-Ray and SketchUp version you are using when posting questions.

    Comment


    • #3
      Re: applying vismat as default

      Can you actually tell me where the control for the Default color is?? I haven't been able to find it, so until we know where it is, we can't do much about changing it
      Damien Alomar<br />Generally Cool Dude

      Comment


      • #4
        Re: applying vismat as default

        From the SU UI:
        Styles Window->Edit tab->Face Settings->Front Color & Back Color


        From the SU API:
        Sketchup.active_model.rendering_options['FaceFrontColor']
        Sketchup.active_model.rendering_options['FaceBackColor']



        You get the list of all options if you type this into the Ruby Console: Sketchup.active_model.rendering_options.each_pair { |key,value| puts key.to_s + ' - ' + value.to_s }
        Please mention what V-Ray and SketchUp version you are using when posting questions.

        Comment


        • #5
          Re: applying vismat as default

          Thanks...that seams a little buried if you ask me, but we should be able to do something about it. Thanks.
          Damien Alomar<br />Generally Cool Dude

          Comment

          Working...
          X