Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More

Subcategories

  • The ideal place for beginners to get help using SketchUp
    9k Topics
    60k Posts
    M
    thank You I can't believe I am benifiting something from 2013
  • No decsciption available
    209 Topics
    2k Posts
    L
    BlenderGIS can get you pretty good images.. you do need an API key to get set up but it's all free and you can even generate 3d geometry based on the elevations in the satellite images.. it tiles in blender so you the more you zoom the better the image quality to a point.
  • No decsciption available
    821 Topics
    4k Posts
    T
    Hey Mike, I'm sure you figured this out already, but when you first create the attribute type a number with the inch mark like 0" or 0' in the value box and hit enter. This will set the unit for that attribute to inches. This only works for the first time a value is entered. After that first initial value, you will need to use the attribute info dialog to make changes. In addition, you can use 0 to set it to text (not "Default: Text") and 0cm to set it to centimeters. If anyone knows a shortcut for setting the unit to Decimal Number, I would love to hear it!
  • Spring loaded mouse wheel

    sketchup
    8
    0 Votes
    8 Posts
    2k Views
    Dave RD
    The other foot on the battery cover won't last much longer.
  • How do I really Update Fredo6 / FredoTools?

    sketchup
    7
    0 Votes
    7 Posts
    2k Views
    Dave RD
    The bundle is created as you use the Extension Store tool to download and install extensions. Keep in mind it only adds extensions to the bundle that come from Sketchucation. If you are installing extensions from SketchUp's Extension Warehouse, you would use the Extension Warehouse to install those later. If you download extensions directly to your computer and install them yourself using Install Extension in the Extension Manager, they won't be included in your bundle or in the EW set.
  • Hanging light shape

    sketchup
    3
    0 Votes
    3 Posts
    14k Views
    W
    It's pretty easy with Artisan! https://artisan4sketchup.com [image: TqWX_artisan-light.gif]
  • Length input by adding some single segment values

    sketchup
    3
    0 Votes
    3 Posts
    1k Views
    HornOxxH
    thank you - yes, that would be a banal but so convenient thing
  • May I know what Tool/Plugin is this?

    sketchup
    3
    0 Votes
    3 Posts
    2k Views
    D
    @box said: Thomthom's SUbD Yes! Thanks a lot
  • Twist while using follow me (hot wheels track)

    sketchup
    5
    0 Votes
    5 Posts
    2k Views
    Dave RD
    @errror404 said: Thanks for the tip about working on large scale... I'm already aware of that potential issue (forgot the name of the technique where you make a component and then scale it 10x or 100x larger to work on the larger component). I think you are referring to what has become known as "The Dave Method". @errror404 said: I think my problem is not the tools or the plugins, but the fact that I want to twist my track too quickly and it creates some bumps in the road that would derail the cars. I think you would see a similar issue in the real track, too.
  • Sketchucation problem!!!

    sketchup
    5
    0 Votes
    5 Posts
    3k Views
    TIGT
    As Dave says, it's not just SketchUcation - many extensions will fail with MAC's Catalina - it is not compatible with ANY version of SketchUp. It's also not just extensions, the whole SketchUp app is subject to flakiness with Catalina... I know that they are working on a Maintenance Release for SketchUp v2019 to address this well known OS MAC issue. So currently you cannot safely use ANY SketchUp version with Catalina - it might work - but chances are it'll fall down unexpectedly. Also they only plan to update v2019 to be compatible, so if you have v2018 or earlier versions, then Catalina is never going to become fully compatible. Once a v2019 that works is out you either have to swap over to that or if you are stuck with an earlier version [because of licensing etc or you are using v2017make] then you need to roll-back to the previous MAC OS, and not upgrade...
  • Section Cut along a curved path....possible?

    sketchup
    5
    0 Votes
    5 Posts
    2k Views
    Dave RD
    I hope that suggestion works for you. I forgot to make a couple of screens hots that would have helped. I hope you got the idea well enough, though.
  • Location snapshot quality

    sketchup
    2
    0 Votes
    2 Posts
    1k Views
    Dave RD
    What they actually said was: @unknownuser said: Large Area Imports for Add Location. You can now easily import large sites at full resolution. How can you take advantage of this new feature? Simply zoom out a bit, then select the level from which you want to import. Be aware that importing very large areas with lots of imagery can adversely affect performance in your SketchUp model. Note that this feature is only available to SketchUp Pro and Studio subscription holders. This is still limited to a certain image quality level which is what you pay for as part of the subscription cost. Full resolution is the not highest resolution. Higher quality imagery is available for a price and it can be had via Placemaker.
  • Visible layer pickboxes in skp 2019

    sketchup
    2
    0 Votes
    2 Posts
    1k Views
    pbacotP
    I've had some of these changes become annoying as in other software. I usually find I get used to it and don't notice once my muscle memory adjusts. That said the lackluster revamp of the layer window is sad. Try a mouse software that allows you to speed up your cursor movement. Once you get used to that it's even better.
  • AttributeDictionaries in SketchUp

    sketchup
    6
    0 Votes
    6 Posts
    3k Views
    Dave RD
    Well, there you go. Solved by going to the source.
  • Copying Group Instances in Skp 2019

    sketchup
    5
    0 Votes
    5 Posts
    1k Views
    Dave RD
    @sexypox69 said: move tool + ctrl That's how I copied the group in my screen shot. TIG has some good advice.
  • Please help!

    sketchup
    13
    0 Votes
    13 Posts
    2k Views
    M
    @ecati said: If you move the model to the center of the axle, the hole is drilled. Interesting. Is this a bug? Click on the image for animation. It's funny that you noticed that. That's actually what I did to get it to work, but I didn't realize that was why it worked after moving it. (The model was not at XY axis because it was in it's place on the machine itself.)
  • Layers - how to?

    sketchup
    14
    0 Votes
    14 Posts
    3k Views
    T
    The scenes also use the hide and unhide functions of sketchup; when you group it disrupts that function
  • Re: Export Selected Only DWG Export

    sketchup
    2
    0 Votes
    2 Posts
    956 Views
    TIGT
    Select what you want to export from your model. Invert the selection [there are plugins for this] - or use this snippet in the Ruby Console + <enter>. m=Sketchup.active_model m.start_operation('DWG_ss', true) ss = m.selection es = m.active_entities es.erase_entities(es.to_a - ss.to_a) m.definitions.purge_unused m.layers.purge_unused m.materials.purge_unused m.commit_operation Immediately after that run the File > Export > DWG operation [with whatever Options you desire]. Then use the Edit > Undo menu item to step backwards to the point before you erased things. The exported DWG will be OK, and the model should be back to where you started... The DWG should not have unused things like blocks, layers etc...
  • SU runs slow

    sketchup
    5
    0 Votes
    5 Posts
    1k Views
    sketch3d.deS
    @pelgin said: ...it has 406 component definitions and 534 materials. close the 'Outliner' and 'Material' tab if opening a file is slow.
  • Lost Outliner/Component/Material Window Offscreen

    sketchup
    7
    0 Votes
    7 Posts
    10k Views
    BoxB
    There's also the other way, Go Window/Outliner (or whichever dialog you want to put the focus on) then hit alt and space then m then any arrow key and move the mouse around until the dialog comes into view.
  • Changing dimension template

    sketchup
    5
    0 Votes
    5 Posts
    1k Views
    Dave RD
    Make sure you are running 2019.2 at work.
  • New workstation

    sketchup
    13
    0 Votes
    13 Posts
    2k Views
    R
    Min 32gb of RAM is a Must in 2019.
  • Attribute update

    sketchup
    2
    0 Votes
    2 Posts
    729 Views
    P
    https://forums.sketchup.com/t/attribute-doesnt-update/104741/2

Advertisement