sketchucation logo sketchucation
    • Login
    1. Home
    2. remus
    3. Topics
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 377
    • Posts 7,034
    • Groups 1

    Topics

    • R

      Verse enabled sketchup

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

      'SDS news'

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      5
      0 Votes
      5 Posts
      740 Views
      R
      So it is, slightly under whelming but very tempting at the same time. Could cover the cost of my shiny new indigo license
    • R

      Web dialogues

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      212 Views
      thomthomT
      I remember there was a hack to make applications embed Mozilla engine instead of the IE engine. But I'm not sure if it still works. There was some possibility for incompatibility as well.
    • R

      RGB

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      2
      0 Votes
      2 Posts
      301 Views
      R
      i like the clay stile with some colors
    • R

      Book Printer

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      3
      0 Votes
      3 Posts
      224 Views
      Alan FraserA
      I saw that on the news last night...but at 10p a page for out of print or out of copyright books; for the price of a couple of such books you could buy an e-book reader and just download the text from Project Gutenberg.
    • R

      Assign Multiple Materials to a single face

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

      Indigo Going Commercial

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      54
      0 Votes
      54 Posts
      7k Views
      K
      My whites never go higher than RGB 220,220,220...(in any render engine). The fryrender one cleared up after 5 hours, but I admit that I prefer Indigo's color bleeding much more. Fry: Pure sky [image: fry-sky.jpg] Fry: Sky + sun....Fire flies [image: fryrender-sun.jpg] I always have the feeling that Fry is faster because it has more bias? The Indigo output clearly has more bleeding and color depth going on, as if the light bounces of several times more.....at the expense of longer render time? As a side note: In Indigo, having the option to control sun and sky seperately should be implemented. In other words, the direct sun light should get its own 'layer' to blend.
    • R

      Twitter

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      14
      0 Votes
      14 Posts
      564 Views
      Alan FraserA
      Gtalk and Skype are my limit, for people I need to actually contact from time to time. I can't be bothered with Facebook, Linkedin, or any of that other stuff which would seem to expand your contacts exponentially.
    • R

      Woodworking Forums

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      1
      0 Votes
      1 Posts
      307 Views
      No one has replied
    • R

      Buzzing power supply

      Watching Ignoring Scheduled Pinned Locked Moved Hardware, Software & Gadgets
      7
      0 Votes
      7 Posts
      405 Views
      T
      @remus said: close your eyes tim Opened up the power supply for a little poke around and found the spring thats meant to hold the fan blade in tension was loose. Swapped it for an old fan i had lying around and all is well again. Oh, well spotted. I completely forgot to mention fan noises. I had a 'wind tunnel' powermac for a while. Perhaps that experience made me want to completely forget forever anything to do with fans...
    • R

      Spotify

      Watching Ignoring Scheduled Pinned Locked Moved Freeware
      4
      0 Votes
      4 Posts
      2k Views
      Chris FullmerC
      Well, here in the US we wouldn't want someone to find a new band they like without first having to pay through the nose to test their music.
    • R

      |e|?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      222 Views
      TIGT
      In your example e = edge... there are several ways of doing everything in Ruby... edges.each{|e|e.erase! if e.valid?} # is the same as... edges.each{|edge|edge.erase! if edge.valid?} # is the same as... edges.each{|edge| if edge.valid? edge.erase! end#if } So 'each' of the 'edges' - called 'edge' (or whatever) is processed in turn inside the {}: 'edge' as a variable doesn't survive outside of the {} unless you declare it outside of them later... It's become something of a standard to use |e| as 'entity'... However, whatever text is inside the the || it is used as the variable you are interested in. It CAN be anything 'legal'... Sketchup.active_model.entities.each{|e|puts e.typename; puts "the next entity..."} here 'e' is the same as 'entity' Sketchup.active_model.entities.each{|entity|puts entity.typename; puts "the next entity..."} I comes down to choice and clarity - if you use it briefly the 'e' might be fine, if 'e' is drifting about many lines of code later, then you might have prefer it to have been called 'edge' or something clearer... mats=[];Sketchup.active_model.materials.each{|material|mats.push(material.name)} mats.each{|e|puts e} ...
    • R

      Rush Limbaugh

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      8
      0 Votes
      8 Posts
      349 Views
      M
      Hi, There is another good link on that page. Take a look at the "The 10 Best Political Videos You've (Probably) Never Seen" Or click on this link: http://digg.com/d1okUR Regards Mr S
    • R

      Lighting Project

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      24
      0 Votes
      24 Posts
      1k Views
      Chris FullmerC
      This lamp is full of surprises. Quite nice, well done. Chris
    • R

      Button Injured in F1 accident

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      14
      0 Votes
      14 Posts
      581 Views
      FrederikF
      Well... My dad used to say... "Never trust rumours..."
    • R

      [req]Model Scrambler

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      48
      0 Votes
      48 Posts
      17k Views
      thomthomT
      @remus said: Hmm, I wonder if it would be possible to use transformations that don't destroy the model, but just make it hard/annoying to edit thinking smilie I think the hard thing would be finding a suitable transformation that can't be fixed using another ruby. Instead of rotating individual vertices, rotate whole connected geometry. Throwing everything slightly off scale is annoying as hell. Whenever I get a model where a model where everything is like that (usually based of some AutoCAD drawing) it makes me curl up under my desk and rock back and forth sucking my thumb.
    • R

      Whats this called?

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      7
      0 Votes
      7 Posts
      387 Views
      R
      OK, thanks again.
    • R

      SU in Big Projects

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      4
      0 Votes
      4 Posts
      269 Views
      TIGT
      Here are two other examples of FreeForm gone bad...[image: TUrZ_the-dancing-house-1.jpg][image: WXSk_the-crooked-house-2.jpg]
    • R

      A great Video

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      2
      0 Votes
      2 Posts
      292 Views
      boofredlayB
      Good fun
    • R

      Pikey B&57&rds!

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      15
      0 Votes
      15 Posts
      638 Views
      david_hD
      There is no IQ test for Criminals. We have Nimrods who write demand letters on the backs of their own business cards, checks or phone in bomb threats on their Caller ID phones! What is really interesting is that if you total up the average haul from a bank job and divide that by the number of hours that person spends in prison for the crime, he ends up making about 35 cents and hour. I think I read that somewhere. Morons.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 18
    • 19
    • 5 / 19