πŸ›£οΈ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • Stray Lines Plugin

    5
    0 Votes
    5 Posts
    12k Views
    Dave RD
    @guess15 said: hi there guys, i just want to ask if there is a stray line plugin for sketchup 2014 or 15? What's wrong with the one in the Smustard link? It works fine on SU2015.
  • Jf_stl_importer.rb de Jim Foltz

    3
    0 Votes
    3 Posts
    655 Views
    elmerE
    Thanks so much Tig
  • What is this Plugin?

    6
    0 Votes
    6 Posts
    499 Views
    thomthomT
    Do a text search of your RB files in your Plugins folder. (If you are unlucky it's in a RBS...)
  • [Plugin] Curve Maker v1.6.0 & Taper Maker v1.5.1 Updates

    2
    0 Votes
    2 Posts
    285 Views
    pilouP
    For fan of geometry!
  • [Plugin] Select component instances on right click

    28
    0 Votes
    28 Posts
    34k Views
    S
    fantastic plugin. extremely useful. thanks
  • How to Push/Pull Plus Tapering?

    8
    0 Votes
    8 Posts
    861 Views
    BSquared18B
    Great! I'll store all these options in my notebook for future reference. Bill
  • [Plugin]SOLID QUANTIFY v2.5.1 (20131215)

    64
    0 Votes
    64 Posts
    58k Views
    TIGT
    PM the author...........
  • [Plugin] Snapshot – (1.0.1) β€” updated 09.10.2012

    74
    0 Votes
    74 Posts
    55k Views
    A
    The original plugin was not able to do a screen clipping/cropping. When SketchUp exports images of the current view, they always include the whole viewport. But you can set the pixel dimensions of the image. If someone really needs all the options of the original plugin, it is still downloadable. Otherwise you create a toolbar button with a code snippets using ToolbarEditor. This is much easier to support, and it is easier to adapt to your specific needs. This snippet asks for the file name and image dimensions. If you choose a filename with png or tif, the image will have transparency. model = Sketchup.active_model view = model.active_view ro = model.rendering_options filepath = UI.savepanel("Save Image File", nil, "BMP|*.bmp;|JPG|*.jpg;*.jpeg|PNG|*.png|TIF|.*tif;*.tiff|TGA|*.tga||") width, height = UI.inputbox( ["width", "height"], [view.vpwidth, view.vpheight], "Size of the screenshot") unless filepath.nil? || width.nil? || height.nil? is_transparent = filepath[/\.(png|tiff?)$/i] if is_transparent drawGround, ro["DrawGround"] = ro["DrawGround"], false drawHorizon, ro["DrawHorizon"] = ro["DrawHorizon"], false end keys = { ;filename => filepath, ;width => width, ;height => height, ;antialias => true, # or false ;compression => 0.9, # Only for jpeg ;transparent => true # Only for png } begin raise unless view.write_image(keys) Sketchup.status_text = "A snapshot has been saved as #{filepath}." rescue Exception => e Sketchup.status_text = "Failed to save snapshot to #{filepath}. #{e.message}" end if is_transparent ro["DrawGround"] = drawGround ro["DrawHorizon"] = drawHorizon end end
  • Can't see Plugins - I know: Not again!!!!

    30
    0 Votes
    30 Posts
    2k Views
    Bob JamesB
    Alas, when trying to set up my cloud I get [image: ZHOz_sync.PNG] I have encountered no place where it gives me the opportunity to do that?? Also, when I open http://cloud.sketchucation.com/ there are no plugins in the folder Finally: when I click on "Open my http://cloud.sketchucation.com, I get [image: RQvi_Substance.PNG] I tried disabling my ...sketchucloud/plugins folder and re-enabling, but that did not change anything. Help
  • Repair_broken_lines

    6
    0 Votes
    6 Posts
    722 Views
    david_hD
    Thank you TIG. I got it to work. And yes. . .I am challenged. That's why I defer to you. . the Wizards of Smart here at Sketchucation.
  • Is there pluging for expanding/making face along line/edges?

    41
    0 Votes
    41 Posts
    2k Views
    TIGT
    My 'Latticeizer' uses all faced-Edges in the preselected Group as the center-lines for its extrusions - including the perimeter edges, so offset the main face inwards by half the extruded width before sub-dividing and erase the outer edges to move the assumed perimeter inwards, and then the over all size will be maintained when it's a lattice... In its dialog you can choose different dimensions, materials and whether or not there are 'panes' to the lattice etc...
  • [Plugin] Spritely v0.1

    6
    0 Votes
    6 Posts
    8k Views
    A
    Hi i've downloaded but doesn't work on mac...
  • I want to divide selected faces inputting numbers

    13
    0 Votes
    13 Posts
    611 Views
    cottyC
    Very nice plugin, sdmitch! Thank you.
  • [Plugin] Floating Camera 1.0 public beta 1.4

    24
    0 Votes
    24 Posts
    34k Views
    ARTchiA
    Couple of comments: If you set the small inertia of the moving up and down (shift and ctrl) movements are not smooth, twitches. It is clear that the camera is controlled with the mouse, it is possible to hide the mouse cursor so that you can make a good video. The movement of the mouse is intuitive and without a cursor.
  • [plugin]T2H_VEHICLE_DRIVE 0.9.2(2014.09.17)

    11
    0 Votes
    11 Posts
    1k Views
    U
    I've had a play with it but it's too cumbersome (would be okay if you could input vehicle parameters, but still need to have some reference cases so you know it works), I use Bricsturn which is an outside of process plugin for Bricscad,
  • Symbolic Link Plugin Folder

    4
    0 Votes
    4 Posts
    527 Views
    maxhouserocksM
    there are several threads on this issue now and i just realized i never posted my solution to using dropbox as a source for plugins to enable synchronization between multiple machines. i have it listed in detail here: http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=58948%26amp;p=569678#p569678
  • Autoinstall not working

    7
    0 Votes
    7 Posts
    567 Views
    TIGT
    @scalas Consider manually removing the SketchUcation subfolder from within the Plugins folder, and also removing the !SketchUcation_loader.rb file. Please [re]download the latest SketchUcation PluginStore Toolset version from the Resources menu link above, or its PluginStore entry [v2.6.1]. Use the SketchUp native Window > Preferences > Extensions > Install... button to install it. Restart SketchUp. Now, with the 'Ruby Console' open, try using the SketchUcation PluginStore dialog from within SketchUp... If you choose to AutoInstall a Plugin what happens ? Your error message suggests that the SCF toolset was somehow not correctly installed. The SCF_dialog RBS's code calls some RBZtool functions - these should have been loaded at the start from another RBS in the ../Plugins/SketchUcation subfolder... So the error ...undefined methodset_choi' for RBZtool:Module` should NEVER happen, because it does indeed include that method in its code ! This is what the correctly installed subfolder should look like... [image: gb0U_Capture.PNG] Report back...
  • JHS STANDARD 2015

    16
    0 Votes
    16 Posts
    3k Views
    CadFatherC
    mmm.. don't think i can do that with ruby - unless the toolbar is moved to a webdialog. it's something i have done but has its problems like stealing focus from keyboard shortcuts. not sure about multiple monitors, but one thing i can suggest for now is to have a look at this little gem called winsize http://sourceforge.net/projects/winsize2/. you can store windows positions using their name.
  • [Plugin] Instant Roof

    4
    0 Votes
    4 Posts
    92k Views
    F
    If only Id found this plug in BEFORE i went through all the trouble of making my own roof! Great program. Highly reccomend, save yourself...AND ...customer service is fast and all on the up-n-up
  • Windowizer3

    19
    0 Votes
    19 Posts
    3k Views
    TIGT
    Kris's illustration shows many 'window' related terms. A few observations... A 'sill' - in the UK it might be alternatively called a 'cill'... All of the parts around the edges of the opening are called the 'frame'. The inner thinner section 'glazing-bars' [horizontal or vertical] are often called 'muntins', but a bigger section - e.g. something more like a side frame's profile - is called a 'mullion' if it's vertical, and a 'transom' if it's horizontal... At the bottom it's the 'sill/cill'. At the top it's the 'head'. The projecting part of the 'sill/cill' that throws water away from the wall is usually called the 'drip'. If the opening is actually a 'doorway', then the terms like 'sill/cill' change to be 'threshold'.

Advertisement