Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • [Plugin] Scale Group Definition

    15
    0 Votes
    15 Posts
    16k Views
    panixiaP
    @alexpacio2013 it's a 12 years old plugin and Thomas rarely reads here. You most likely can reach him using email to see if he can help with your request.
  • flowify

    1
    1
    0 Votes
    1 Posts
    98 Views
    No one has replied
  • How do you inset with JointPushPull on a curved surface

    Solved jointpushpull
    3
    0 Votes
    3 Posts
    201 Views
    L
    @Rich-O-Brien Thanks!
  • [Plugin] FullScreen v5.1.3 (25 April 2024)

    285
    0 Votes
    285 Posts
    436k Views
    J
    Fix it as early as possible. Study hard. God bless you.
  • [Plugin] Random Entity Generator - v1.2.1 - 29 April 2025

    41
    1
    0 Votes
    41 Posts
    23k Views
    samuel_tS
    1.2.1 version: Brings compatibility with SketchUp 2024 & 2025. Tries to avoid conflicts with Fredo6's LOTT plugin. Download latest Random Entity Generator plugin from the SketchUcation PluginStore.
  • [Plugin] ExtrudeTools - Full Set

    636
    0 Votes
    636 Posts
    934k Views
    Mike AmosM
    @panixia Agreed, it is the most used pplugin I have, flipping between this and Curviloft but Extrude tools has more control over the end result imho.
  • Bending plug in

    13
    1
    0 Votes
    13 Posts
    779 Views
    panixiaP
    Another free one you could look into is the "radial bend" feature from Fredoscale. The plugin also includes other really useful features such as tapering, stretching, twisting and so on..
  • [Plugin] UVTools 0.2 Pro (Beta) (Updated for SU6)

    198
    0 Votes
    198 Posts
    172k Views
    V
    Great bridge, but the uv map is imported distorted((
  • SimpleRotate - Rotate objects along X/Y/Z by ±90°

    13
    1
    0 Votes
    13 Posts
    932 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
    65 Views
    No one has replied
  • Paste Image directly into SU from the clipboard ?

    10
    0 Votes
    10 Posts
    2k 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
    405 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
    23k 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
    276k 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
    21k 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
    391 Views
    TIGT
    My old script https://sketchucation.com/pluginstore?pln=dropverts ?
  • Fredo Thrupaint not appearing on menu bar

    2
    1 Votes
    2 Posts
    137 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] ReGlue

    35
    1 Votes
    35 Posts
    14k 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

Advertisement