Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More
  • How to clean statistics

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    300 Views
    panixiaP
    @dave r said: Often you'll have less time invested making your own than fixing up a poorly or inefficiently made components drawn by others. true story
  • All those extra skp files

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    318 Views
    TIGT
    I suspect that half of them are NOT SKP files, BUT SKB files. That is a backup file. If you are working on a model and something goes disastrously wrong, then you can rename its SKB as a SKP. It's the version of the model at the point where you did your last save, so you only loose work back to that point in time. If you are no longer working on a model and are happy it's been saved OK, then keeping the SKP but removing the SKB is not an issue. Do you not backup your model files onto another drive etc, so if you have a catastrophic failure your earlier work is safe ?
  • Making All Nested Components Unique

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    256 Views
    cottyC
    Here's another one you can try: http://sketchucation.com/forums/viewtopic.php?p=346107#p346107
  • Inverted funnel - what are the steps?

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    899 Views
    Dave RD
    How do you determine the shapes of the curves? Are they catenaries? If so, you might use the Wire Tool plugin to draw them. Or you might use the Bezier Curve tool from Fredo's Bezier Spline set. Then use Curviloft or TIG's Extrude Edges by Rails to make the surfaces. I'm not able to provide screen shots at the moment so hopefully this will do.
  • I Bit The Financial Bullet

    Newbie Forum sketchup
    1
    0 Votes
    1 Posts
    232 Views
    No one has replied
  • Read only warning ...

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    384 Views
    BoxB
    Close the preview pane of explorer before you open the file.
  • 0 Votes
    3 Posts
    376 Views
    JQLJ
    Not easy to do such kind of parametric objects on sketchup... You should try Rhino and Grasshoper.
  • Parametric Shapes In Sketchup

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    541 Views
    cottyC
    And you have to practice asking questions here What do you mean with "Parametric design tools"? Do you have an specific problem? If so, upload the model or an image here so that we can see the problem...
  • Hello & Import Question

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    345 Views
    w00dbutcherW
    Alan, You are correct, for some reason my exported DXF's have extra lines and faces. Your suggestion helped a bunch. Thank you!
  • How do I bind helixs to a curved model

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    406 Views
    9
    Omg - I could kiss you both. That looks SO simple! Thank you so much for the help!
  • New computer licensing

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    502 Views
    sketch3d.deS
    if your maintenance is running you should have received already your SUP 2015 license data by your supplier approx. in November 2014. Be aware, that license data of older SUP versions as e.g. your SUP 2014 won't work with the recent SUP 2015. if you do have the SUP 2015 license data and don't wanna user the SUP 2014 version further, remove the license data in SUP 2014 via "Help > License" and enter your SUP 2015 license data either in the splash dialog resp. "Help > License" at the new system. An active internet connection and a LAN adapter as well as a working MS Internet Explorer v9+ resp. Apple Safari is required for doing this. hth
  • How could I do a curved angle ?

    SketchUp Discussions sketchup
    8
    0 Votes
    8 Posts
    477 Views
    D
    Thanks guys Both ways work great !
  • 0 Votes
    5 Posts
    771 Views
    D
    @oceanembers said: I can't help you with the code, I don't know Sketchup's API very well at all, but as for a starting point for learning... http://learnrubythehardway.org/book/ I used this to learn the basics of ruby, and I thoroughly reccomend it. Starting to learn Ruby is on the to-do list once I'm through my current set of deadlines. Thanks for the link and the recommendation. I'll check it out.
  • Odd texture position behaviour

    SketchUp Discussions sketchup
    3
    0 Votes
    3 Posts
    262 Views
    D
    cheers Tig, I always position Textures, so I never noticed until I was making a giff to show how to use 'Position Texture' john
  • 0 Votes
    2 Posts
    1k Views
    P
    you can use alphabetical prefixes to organise your named attributes like a_ b_ for the other DC attributes like LenZ you would have to pass the values from a named attribute like "a_len" or wherever you need to place it like say g_len instead
  • Preview of Components in Component list

    SketchUp Discussions sketchup
    9
    0 Votes
    9 Posts
    623 Views
    gillesG
    Set the view like you want then create the comp. Or explode, purge unused, set the view like you want then create the comp. [image: QMCB_comp.gif]
  • 0 Votes
    8 Posts
    329 Views
    Dave RD
    Hmmmm... It worked for me. [image: 2VKe_Screenshot-2_28_201511_55_47AM.png] I attached the SKP file. When you open it, is the image there? Can you import a different image as a Match Photo? PhotoMatch.skp
  • Seamless Tiles

    SketchUp Components, Materials & Styles sketchup
    4
    0 Votes
    4 Posts
    8k Views
    D
    Ha i found myself the way. I followed your explanation until point 9. Then i opened the path, and copied into the new materials folder the .skm files, re launched Sketchup and it's done!
  • Failure to save file error

    SketchUp Discussions sketchup
    18
    0 Votes
    18 Posts
    3k Views
    T
    @atrodler said: Did you ever find a fix for this? I've been going through the same thing, following your (and some others) threads here and on reddit. Extremely frustrating bug. I'm getting the exact same results as you. Currently having to export textures in .dae format anytime I need to edit one. Then re-import, resize, replace, purge old, etc etc etc.
  • Print a list of shortcut keys

    Newbie Forum sketchup
    4
    0 Votes
    4 Posts
    2k Views
    TIGT
    This one-liner copy+pasted into the Ruby Console + <enter> will make a file named 'shortcuts-N.txt' on your Desktop, where '-N' is the SketchUp version, it then opens the file. f=(File.new(t=File.join(ENV['HOME'],'Desktop',"shortcuts-#{Sketchup.version.to_i}.txt"),'w'));f.puts(Sketchup.get_shortcuts.sort);f.close;UI.openURL("file;///#{t}")