Hi, does anyone know how to set vismat as default material... maybe a Ruby-Script.. bye devran
Announcement
Collapse
No announcement yet.
applying vismat as default
Collapse
X
-
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
Comment