• Login
sketchucation logo sketchucation
  • Login
ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

Remove color using ruby

Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles
sketchup
2 Posts 2 Posters 528 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    blue_orchid
    last edited by 21 Nov 2011, 19:45

    how to remove the material (color) from object using ruby?

    1 Reply Last reply Reply Quote 0
    • A Offline
      Aerilius
      last edited by 21 Nov 2011, 21:04

      [%(#BF0000)[Drawingelement.material]](http://code.google.com/apis/sketchup/docs/ourdoc/drawingelement.html#material) = nil

      For example:

      face = Sketchup.active_model.selection[0]
      face.material = nil
      face.back_material = nil
      

      ( Side note: If you wanted to remove only the color from a texture (when a texture is colorized), it seems not to work with material.color = nil, but turns it black )

      1 Reply Last reply Reply Quote 0
      • 1 / 1
      1 / 1
      • First post
        1/2
        Last post
      Buy SketchPlus
      Buy SUbD
      Buy WrapR
      Buy eBook
      Buy Modelur
      Buy Vertex Tools
      Buy SketchCuisine
      Buy FormFonts

      Advertisement