🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download

Subcategories

  • The ideal place for beginners to get help using SketchUp
    9k Topics
    60k Posts
    Rich O BrienR
    @dkuucharzak said in Username change: @Rich-O-Brien, I misspelled my intended username. Could you help me change it? I can if the one you need is available. Send a mail to support@sketchucation.com and we sort it out
  • No decsciption available
    209 Topics
    2k Posts
    soloS
    Hey guys I am desperate for very high resolution/quality satellite maps, I use Placemaker and I also use Nearmap but the resolution is not that great, I have tried using AI to upscale but that too does not really solve my issues. Is there another solution?
  • No decsciption available
    821 Topics
    4k Posts
    P
    please up load your model however a simple method is to split a counter into sections with if statements basic handle turn, then door.skp
  • Macworld 2008

    sketchup
    3
    0 Votes
    3 Posts
    849 Views
    H
    Any news would be a surprise
  • Glad you're not me?

    sketchup
    18
    0 Votes
    18 Posts
    3k Views
    tinanneT
    Great job Chuck! That is a monster! I'm looking forward to seeing more as it progresses.
  • A Question about SketchUp & 3ds max

    sketchup
    4
    0 Votes
    4 Posts
    3k Views
    Alan FraserA
    When you are exporting to 3ds...or anything else for that matter...you need to go into the export options (small, hiding-in-plain-sight button on lower right of export dialog box)and uncheck the Export stand alone edges box. You should only need to do this once.
  • Graphics Card Question.

    sketchup
    5
    0 Votes
    5 Posts
    1k Views
    L
    AndyC, I experienced the same with ATi HD 2xxx series cards... not the best solution to use with SU... For my new machine I chose a Nvidia Quadro (FX2500 / 512MB). It works perfectly for SU.
  • Need some Help w/ objloader.rb

    sketchup
    4
    0 Votes
    4 Posts
    924 Views
    spenceS
    Well thanks guys, I really thought I had tried that before, but I never did because I thought it always would say "Save As" instead of "Save Link As". For some reason i thought that "Save Link As" would save the internet address. Thanks again. I should have known better.
  • Help with Soap Skin Bubble

    sketchup
    33
    0 Votes
    33 Posts
    9k Views
    GaieusG
    He must have - it works now without the "workaround". Downloaded and works fine.
  • Couple of Oddities?

    sketchup
    3
    0 Votes
    3 Posts
    657 Views
    G
    Get another mouse for your laptop. One laptop friendly mouse is the Logitech VX Nano cordless laser mouse http://www.logitech.com/index.cfm/mice_pointers/mice/devices/3271&cl=us,en. On the downside, it needs batteries and forward/back buttons work with the index finger instead of the thumb. On the plus side is the stubby USB dongle, small size, and the Set Point software to control its features. You can assign SU keyboard shortcuts to its programmable buttons. The software even has a plugin http://www.mstarmetro.net/users/rlowens/uberOptions/ for more control options. I have the MX Revolution pictured in the uberOptions page. It's larger than the Nano and has rechargeable batteries. Sales and rebates can knock down the price 20-30 USD on both.
  • Open new window option

    sketchup
    10
    0 Votes
    10 Posts
    2k Views
    B
    Hi Jean, I know the file is supposed to be under Help>Self Paced Tutorials. All I have there are the 3 intro videos above the separator line. I'll try an "erase and replace" and see what happens. Thanks.
  • Exterior Furniture Sketchup Components

    sketchup
    7
    0 Votes
    7 Posts
    2k Views
    T
    Thanks Robert...Good stuff! :`)
  • PC to MAC - license transfer?

    sketchup
    18
    0 Votes
    18 Posts
    3k Views
    GaieusG
    @craigd said: ...The SketchUp team is psyched up for the coming year! Cheers, - CraigD Are you "hinting" something Craig?
  • Mac Tiger to Leopard... any problems?

    sketchup
    5
    0 Votes
    5 Posts
    772 Views
    F
    I have ran both SU6 and Leopard together since the initial release. I have had no problems... even on my antiquated mac. I'm an early adopter, living dangerously... hasn't bitten me yet.
  • Improving Sketchup Performance

    sketchup
    3
    0 Votes
    3 Posts
    1k Views
    P
    I think my drivers may have been the problem. I had v6, latest version was v14. And it seems to be handling a 16MB model rather easily now. Thanks!
  • Maximum Render Size?

    sketchup
    32
    0 Votes
    32 Posts
    6k Views
    I
    Interestg to find this thread just as we were facing a similar prob w/ a large file. Followg Daniel's advice resetting virtual memory worked great to 3000 w/ AA for a 282mb file. Funny thg is that on a hunch I tested the idea on another prob we were havg. Not sure if Brad is watchg this thread, but as he knows we were unable to save a very large proj file (275mb) w/o a crash, but were able to successfully save a larger file at 311mb all on the same computers. Our files are const models with hundreds of obj and multi layers and TIG Xrefs so it was tough to fig out what was going on. Especially since the crash was occurring at abt 22min into a 35min save, so we gave up. But I just tried the same save for the same file that wouldn't save but w/ virt mem reset at 20,000 and it worked. Daniel you inadvertently solved a big prob for us, thx very much. And Brad, that might help whatever you all do there irong out that kink.... Thx again /Dennis
  • Troubles with 3Ds import

    sketchup
    4
    0 Votes
    4 Posts
    1k Views
    soloS
    I honestly cannot explain why .png exported textures give problems as I never bothered to find out once I realised .bmp and .jpg worked everytime. If you cannot establish the units used in Milkshape then a few tests can be done to determine what works best, I would assume cm's will work as the app is European after all. Normally when exporting a model you have a settings drop box where it can be selected, however that does not mean SU will always import it.
  • Place one item on another..?

    sketchup
    4
    0 Votes
    4 Posts
    556 Views
    GaieusG
    If you set the appropriate face of the knob component to glue to a vertical plabe, it won't go into the door but rather sticks to its surface (if it is a component, you need to be within its context).
  • Redirect plugins folder

    sketchup
    7
    0 Votes
    7 Posts
    1k Views
    J
    My code probably need to require the sketchup.rb file. require "sketchup.rb" require_all("/plugins") This is from sketchup.rb #----------------------------------------------------------------------------- # By default, SketchUp automatically loads (using require) all files with # the .rb extension in the plugins directory. This function can be used # to automatically load all .rb files from a different directory also. to # use this add a call like the following to a file in the plugins directory # require_all "MyRubyScripts" def require_all(dirname) begin rbfiles = Dir[File.join(dirname, "*.rb")] $;.push dirname rbfiles.each {|f| require f} rescue puts "could not load files from #{dirname}" end end
  • Camera-Bug

    sketchup
    3
    0 Votes
    3 Posts
    563 Views
    P
    Your are experiencing clipping - several possible causes, see the SU help on this matter. http://sketchup.google.com/support/bin/answer.py?answer=36261&query=clipping&topic=&type=
  • New Version of IRender - (Integrated into SketchUp)

    sketchup
    19
    0 Votes
    19 Posts
    5k Views
    D
    IMO too iRender is overpriced for this market as well as most of the other add-ons. dtr
  • Tensile structures

    sketchup
    10
    0 Votes
    10 Posts
    4k Views
    L
    The bezier curve did the trick. I am already familar with soapbubble. These were the main ruby's scripts that I used to make this. Oh, also used line2cylinder ruby. tesilestructure.skp
  • Evaluating Rendering Products

    sketchup
    10
    0 Votes
    10 Posts
    1k Views
    Al HartA
    @dtrarch said: Al I checked out the Accurender site and in truth was underwhelmed by the render quality. Also only saw one interior with lighting and same did not project light on anything. ??? Dry hole IMO. dtr Nxt is in Beta test mode and a few, good, AccuRender users have been helping with it. One of its goals is to provide a "Studio" mode, in which you can render an object without adding any lights, but still ge a good rendering. (This is used by adding HDRI illumination and reflection). By eliminating the step of adding lights, it makes it easy to get a good rendering without spending time adding things to your drawing. If I understand it correctly, this rendering was made without adding lighting to the model, but just by selecting the Studio setting. (Ignore the fact that the race car is wheel are below the floor - this is just a beta test image.) [image: hHzJ_Racecar.jpg] It is great to have reflective materials, etc. but they need something to reflect. The Studio mode gives objects something to reflect without having to add a lot of geometry to the model.

Advertisement