🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • SimpleRotate - Rotate objects along X/Y/Z by ±90°

    13
    1
    0 Votes
    13 Posts
    235 Views
    massimoM
    @pencilimage Don't worry, it was just a suggestion. The plugin is already very cool as it is.
  • Animator delink from copied projects

    1
    0 Votes
    1 Posts
    19 Views
    No one has replied
  • Paste Image directly into SU from the clipboard ?

    10
    0 Votes
    10 Posts
    1k Views
    Mike AmosM
    The problem with windoze, especially post the very large 2025 update, the option to install or "Run as admin" os mostly absent. Another nanying move by microsnot? I have two hotmail/outlook accounts, one of which is the mocrosnot account associated email address. I MUST log into that account first or I go round the houses with failed login screens. What a bunch of absolute yoss pots. Sorry, transposing t and y for some reason.....
  • BGSketchup plugins update

    2
    0 Votes
    2 Posts
    282 Views
    G
    Hello There i just asked for the activation and i made a donation and waiting for you to send me the activate code
  • [New Plugin] Windows Builder

    28
    1 Votes
    28 Posts
    19k Views
    A
    when I download its says "This extension is marked as being not compatible with your Operating System or SketchUp Version. Proceed anyway? " any how after installation plugin appear but when i put values and press create nothing (no window available) how to fix
  • [Plugin] S4u Make Face

    56
    0 Votes
    56 Posts
    268k Views
    TIGT
    @Marquez24 If you have purchased a license from S4u, you will have given your email address, and then got back a 'code'. Then to register the licensed extension you need to add the same email address and that code. After that the message should not reappear...
  • [Plugin] SectionByCamera (V0.2) - UPDATED 4 June 2012

    26
    0 Votes
    26 Posts
    19k Views
    F
    @Didier-Bur Thank you for your effort, now it starts (no more error at start of SU), but it doesnt do what it is supposed to do, as it is described in the animation and description of the first post. It only creates its own scene... and that's it, the shadow is the same...! Edit: I dont know if it does matter, but i didnt test it in SU 2024 or 2025, but only in 2023. I stopped at 2023, and there are many reasons not to go beyond until they fix many things that have been broken starting with 2024, among those being massive rgloader problems, many incompatibilities with extensions, and another one that i will not make it public.
  • Flatten surface / vertices to selected face

    4
    0 Votes
    4 Posts
    102 Views
    TIGT
    My old script https://sketchucation.com/pluginstore?pln=dropverts ?
  • Fredo Thrupaint not appearing on menu bar

    2
    1 Votes
    2 Posts
    25 Views
    Rich O BrienR
    Do you have Libfredo v15 installed? https://sketchucation.com/pluginstore?pln=LibFredo6 You also need Sketchucation Tools 4.4.1 for licensing https://sketchucation.com/plugin/696-sketchucationtools
  • [Plugin] Shape Bender Beta

    1k
    0 Votes
    1k Posts
    2m Views
    TIGT
    When you say 'not accepting it on download' it is unclear. Have you installed it using the Extensions > Extension Manager ? If so restart SketchUp and it should appear in the Toolbars list and under the Extensions submenu 'Chris Fullmer Tools'. It is an older extension and is unsigned. This means that SketchUp will not load it unless the Extension Manager's Loading Policy is set to 'Unrestricted'. After resetting that you need to restart SketchUp to sync everything...
  • [plugin] Fixed Area

    6
    0 Votes
    6 Posts
    4k Views
    B
    Is there a way to read the Ruby Console if SketchUp Completely crashes? There are no errors in the Ruby Console when i start but when i use the plug-in it lets me select the face, select the edge and then when i place (rubber band) the edge to the new place and click the button. its a full close of SketchUp?
  • [Plugin] FredoTools::ColorPaint - v1.2a - 02 Nov 19

    9
    0 Votes
    9 Posts
    14k Views
    fredo6F
    @Daantje Possibly, you can use ThruPaint, which includes the same color fans but also displays the color names. [image: 1744213987132-7babf36a-b906-4ac9-8038-4d9a623fa18e-image.png]
  • [Plugin] Slicer5

    336
    0 Votes
    336 Posts
    301k Views
    C
    @Dave-R said in [Plugin] Slicer5: l Please explain. Thanks, Steve
  • Foundation Plugin

    439
    0 Votes
    439 Posts
    421k Views
    medeekM
    Version 2.0.4 - 03.27.2025 Enabled removal of individual anchor bolts for stemwall step foundations. Enabled addition of custom location anchor bolts for stemwall step foundations.
  • [Plugin] ReGlue

    35
    1 Votes
    35 Posts
    12k Views
    designerbursaD
    module Reglue extend self # Menü öğesinin eklenme konumunu belirleyen değişken SUPPORT_MENU_POSITION ||= Sketchup::Menu.instance_method(:add_item).arity != 1 ? 8 : nil def glue_components_to_faces model = Sketchup.active_model selection = model.selection if selection.empty? UI.messagebox("Hata: Hiçbir seçim yapılmadı!") return end faces = selection.grep(Sketchup::Face) components = selection.grep(Sketchup::ComponentInstance).select { |comp| comp.glued_to.nil? } if faces.empty? || components.empty? UI.messagebox("Hata: Lütfen hem yüzeyleri hem de yapıştırılabilir bileşenleri seçin!") return end model.start_operation("Bileşenleri Yüzeylere Yeniden Yapıştır", true) components.each do |component| closest_face = find_closest_aligned_face(component, faces) component.glued_to = closest_face if closest_face end model.commit_operation end def find_closest_aligned_face(component, faces) component_normal = component.transformation.zaxis faces.min_by { |face| face.normal.angle_between(component_normal) } end unless @loaded UI.add_context_menu_handler do |menu| selection = Sketchup.active_model.selection next if selection.empty? has_faces = selection.any? { |entity| entity.is_a?(Sketchup::Face) } has_glueable_components = selection.any? { |entity| entity.is_a?(Sketchup::ComponentInstance) && entity.glued_to.nil? } if has_faces && has_glueable_components position = SUPPORT_MENU_POSITION menu.add_item("Reglue", position) { glue_components_to_faces } end end @loaded = true end end
  • [Plugin] Triangulate Points

    23
    0 Votes
    23 Posts
    32k Views
    TIGT
    Version 2.0 is available from the PluginsStore. https://sketchucation.com/pluginstore?pln=TIG_points_cloud_triangulation It fixes issues with delauney3.rb using Constants in away that newer SketchUp versions Ruby chokes on, t also includes some tweaks of the main code - Layers v. Tags etc, and the RBZ is now signed...
  • [Plugin] slavne: FitParts cut list generator

    8
    0 Votes
    8 Posts
    2k Views
    O
    how can i buy???
  • Getting Error Message When Converting STEP File

    1
    1
    0 Votes
    1 Posts
    18 Views
    No one has replied
  • [Plugin] Sculpt Tools v 1.0...

    99
    0 Votes
    99 Posts
    124k Views
    J
    @ntxdave Not that I know of. But it's simple. Create or import a mesh with a high-ish polygon count. Hover over an icon in the Sculpt Tools toolbar and the name of the tool will appear by the mouse cursor. Click on "Bulge" and then click on the mesh with the left mouse button. The mesh will deform, creating a bulge. Press and hold shift and the Bulge tool turns into the "Push" tool, which will create the opposite effect of pushing into the mesh. The "Smooth" tool is useful for smoothing out the mesh, creating a uniformity in the polygons. Adjust brush radius and strength in the settings, which is the top button in the toolbar.
  • AIM SketchUp to AI modelling plugin

    2
    0 Votes
    2 Posts
    93 Views
    Rich O BrienR
    They keep added to this extension. Its a clever tool no doubt.

Advertisement