sketchucation logo sketchucation
    • Login
    1. Home
    2. arnau
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 18
    • Groups 1

    Topics

    • arnauA

      SketchUp and virtual reality modeling

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      3
      0 Votes
      3 Posts
      184 Views
      Dave RD
      Virtual Reality Design Lab
    • arnauA

      Push multiple: extruded lenght proportional to face area

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      431 Views
      sdmitchS
      @arnau said: Hey! I wonder if there is any plugin able to extrude multyple faces, where the extruded length of every single face should be proportional to his area. Any help? Thanks in advance:) If not, this might do def extrude_by_area mod = Sketchup.active_model # Open model ent = mod.entities # All entities in model sel = mod.selection # Current selection @min_extru = '1'.to_l; @max_extru = '5'.to_l ans = UI.inputbox(["Minimum Extrusion;","Maximum Extrusion;"],[@min_extru,@max_extru],"Extrude by Area") if ans sel.empty? ? ents = ent ; ents = sel @min_extru,@max_extru=ans;min_area=1e9;max_area=-1e9 ents.grep(Sketchup;;Face).each{|f| min_area=[min_area,f.area].min;max_area=[max_area,f.area].max} rng_area = max_area - min_area; rng_extru = @max_extru - @min_extru ents.grep(Sketchup;;Face).each{|f| extru = (f.area-min_area)/rng_area*rng_extru+@min_extru; f.pushpull extru} end end
    • arnauA

      .vrmesh to .obj?

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      2
      0 Votes
      2 Posts
      2k Views
      dkendigD
      no, sorry, we don't have a way to get it back to another 3d format once it's been converted to a vrmesh.
    • arnauA

      How can we change vray proxy materials?

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      1
      0 Votes
      1 Posts
      200 Views
      No one has replied
    • arnauA

      How can we change vray proxy materials?

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      2
      0 Votes
      2 Posts
      4k Views
      dkendigD
      there should be a multi material for each proxy. There should be sub materials for each multi material, which are displayed when you select the multi material. You can edit each of these materials, by selecting each one in the list to the left, or you can change which material is applied to each material ID for the multi material.
    • arnauA

      Alpha transparency active in color by layer

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • arnauA

      Change multiple layer color

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      1
      0 Votes
      1 Posts
      2k Views
      No one has replied
    • arnauA

      A longer fog tool bar.

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • arnauA

      Quick switching between SU open models?

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      5
      0 Votes
      5 Posts
      281 Views
      dkendigD
      https://discussions.apple.com/thread/2405948?tstart=0 command + ~ key switches between documents within a given app on OSX, but on windows you need a 3rd party app to accomplish the same task
    • arnauA

      SketchUp windows minimises when using Vray

      Watching Ignoring Scheduled Pinned Locked Moved V-Ray render plugins extensions
      6
      0 Votes
      6 Posts
      484 Views
      dkendigD
      it won't be addressed in the upcoming service release, but it will be something we look in to for our 3.0 release.
    • 1 / 1