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

    Posts

    Recent Best Controversial
    • RE: Re: Some Funny Pics.

      http://i.imgur.com/9MwJn.jpg

      posted in Corner Bar
      R
      remus
    • RE: Indigo GPU

      2.4.4 beta out: http://www.indigorenderer.com/forum/viewtopic.php?f=1&t=9807

      GPU enabled beta only available to people who joined the beta group, though.

      posted in Extensions & Applications Discussions
      R
      remus
    • RE: Re: Some Funny Pics.

      http://pictures.moonlets.org/cache/carleton-miscellaneous/r2d2_02june2010_03_595.jpg

      posted in Corner Bar
      R
      remus
    • RE: Re: Some Funny Pics.

      http://i.imgur.com/8JndH.jpg

      posted in Corner Bar
      R
      remus
    • RE: Re: Some Funny Pics.

      http://thechive.files.wordpress.com/2010/06/batman-begins-lead.jpg?w=500&h=387

      posted in Corner Bar
      R
      remus
    • RE: The Empire [Google] strikes back

      @hfm said:

      For it to affect Sketchup they would have to be actively working on updating the software.

      Seriously! The people your insulting read this forum on a pretty regular basis, a little courtesy would be nice.

      posted in Corner Bar
      R
      remus
    • RE: Do you use large toolset?

      Woops, accidentally voted 'yes' so you can scrub that and add one to the 'no' pile.

      Im in the shortcuts camp, the toolbars i do have are for things like fred06's tools, which i dont use all the time but are good to have close at hand.

      posted in SketchUp Discussions
      R
      remus
    • RE: Museum Competition in Rio - Podium Renders

      Awesome images edson, simply beautiful.

      posted in Gallery
      R
      remus
    • RE: Moi V2 : The Zen Nurbs modeler!

      No.

      posted in Corner Bar
      R
      remus
    • RE: Change all layers to 0

      Didnt realise you could do that! one for the 'Doh' thread πŸ˜›

      posted in Plugins
      R
      remus
    • RE: Change all layers to 0

      I get the feeling theres enough layers to make that pretty tedious...

      posted in Plugins
      R
      remus
    • RE: Re: Some Funny Pics.

      Now on sale: genuine torn jeans, a bargain at $150!! just contact remus'_cheap_jeans@hotmail.co.uk for more details!!

      πŸ˜„

      posted in Corner Bar
      R
      remus
    • RE: Windows 64 bit / Windows XP and SketchUp question?

      Quite possibly. On a 32 bit system the whole machine only has ~3GB of memory that has to be used for everything (OS, programs etc.), but with a 64 bit system you can basically have as much memory as you can afford, and the OS will make it available to your programs so its quite possible that SU has more memory available to it.

      posted in Hardware
      R
      remus
    • RE: Sculptris

      You could always try saving it as a .3ds then importing it back in to SU.

      posted in Freeware
      R
      remus
    • RE: [Req] Check for N-Gons

      Hmmm, most unusual. Working ok for me. Could you post a problem model?

      posted in Plugins
      R
      remus
    • RE: [Req] Check for N-Gons

      Ok, here you go.

      Several improvements in v.3:
      works over the entire model (in groups and components), thanks to TIGs handy little snippet.
      Adds all N-gons to a new selection
      Tells you how many N-Gons there are in the model
      Added a Tri check which can be accessed by typing tri_check() in to the ruby console


      ngon_check.rb

      posted in Plugins
      R
      remus
    • RE: [Req] Check for N-Gons

      Webconsole is a handy little ruby that lets you run bits of ruby in SU without having to package it as a separate file. You can find it here: http://sketchuptips.blogspot.com/2007/08/plugin-webconsolerb.html

      Just install it as usual, open SU, hit the appropriate menu item, copy and paste the code in and click run.

      I'll get going on a normal version, but no promises. Its been a while since ive written a ruby.

      posted in Plugins
      R
      remus
    • RE: [Req] Check for N-Gons

      Try this in the webconsole. To be honest your probably better off using TIGs triangulate faces ruby, though...

      model = Sketchup.active_model
      entities = model.active_entities
      selection = model.selection
      
      n = 0
      
      entities.each{|e|
        if e.is_a? Sketchup;;Face
          if e.edges.length > 4
            n += 1
            selection.add(e)
          end      
        end
      }
      
      if n > 0
        UI.messagebox("Contains N-Gons (Faces with >4 sides)")
      else
        UI.messagebox("N-gon free!")
      end
      
      posted in Plugins
      R
      remus
    • RE: Sculptris

      Probably easier to just use this: http://forums.sketchucation.com/viewtopic.php?p=175613#p175613

      My ruby skills are a little rusty as well πŸ˜›

      posted in Freeware
      R
      remus
    • RE: Texture crashes SU?

      Crashing for me as well now πŸ‘

      posted in SketchUp Bug Reporting
      R
      remus
    • 1 / 1