Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • Error In Licensing RoundCorner Plugin

    2
    0 Votes
    2 Posts
    115 Views
    Rich O BrienR
    Update Sketchucation Tools to 4.3.1 https://sketchucation.com/plugin/696-sketchucationtools
  • [Plugin] Soften/Unsoften

    26
    0 Votes
    26 Posts
    41k Views
    designerbursaD
    jhs powerbar 3d rotate error fix def onLButtonDown(flags, x, y, view) nothing with this click if nothing is selected puts 'nil' if(Sketchup.active_model.selection.length == 0) Keep what's currently selected. Might be temporarily selected because its hovered if there was no selection when tool was selected @hasSelection = true Select point when and draw when clicking first 3 clicks select points and set jaw & pitch. 4th and 5th click are optional and sets roll if @state == 0 # Select anchorpoint #@pAnchor.pick view, x, y if @pAnchor.valid? @state = 1 @status_text = "Grab entity." # first status text defined in reset() Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 1 # Select startpoint 1 #@pStart1.pick view, x, y, @pAnchor if @pStart1.valid? @state = 2 @status_text = "Pick target to drag entity towards." Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 2 # Select targetpoint 1 and set yaw and pitch for selection #@pTarget1.pick view, x, y, @pAnchor if @pTarget1.valid? @state = 3 @status_text = "(Optional) Grab entity again." Sketchup::set_status_text(@status_text, SB_PROMPT) self.rotateYawPitch(@pAnchor.position, @pStart1.position, @pTarget1.position) # Set rotated flag so script knows whether to update view or not when leaving tool @rotated = true end elsif @state == 3 # Select startpoint 2 #@pStart2.pick view, x, y, @pAnchor if @pStart2.valid? @state = 4 @status_text = "Pick target to drag entity towards." Sketchup::set_status_text(@status_text, SB_PROMPT) end elsif @state == 4 # Select targetpoint 2 and set roll for selection #@pTarget2.pick view, x, y, @pAnchor if @pTarget2.valid? self.rotateRoll(@pAnchor.position, @pStart2.position, @pTarget2.position, (@pTarget1.position - @pAnchor.position)) self.reset(view) end end end#def
  • Lock Guides?

    12
    0 Votes
    12 Posts
    4k Views
    fredo6F
    @eddiegordo23 said: Select the guides you want to lock the click edit and lock. Unfortunately, Guide Lines and Guide Points cannot be locked in the user interface and not even with the API.
  • [plugin] Slope Markers V2.0

    4
    0 Votes
    4 Posts
    338 Views
    Didier BurD
    Hi, I've installed the plugin and got the same message as Rich. Uninstalled and re-installed, then I have always the same message: [image: WbD8_slopebug.jpg] Do we have to click on a tooltip to make it work ? And there's no help file (or I didn't find it). Clicking on 'Configure' outputs that in the Ruby console: Error; #<NameError; uninitialized constant SLB_JWMPlugins;;SlopeMarkers;;SlopeOverlay> c;/users/dbur/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/slb_jwm_slope_markers/user_parameters.rbe;406;in `get_parameter_values' c;/users/dbur/appdata/roaming/sketchup/sketchup 2020/sketchup/plugins/slb_jwm_slope_markers/slope_marker_tool.rbe;310;in `block in <module;SlopeMarkers>' The overlay toolbar displays no icon and launches no action. Please help, because I need it Regards,
  • [Plugin] FaceSplit v1.0.3

    44
    0 Votes
    44 Posts
    33k Views
    S
    Hello everyone, I really like this plugin,how do I acquire the Face Split Plugin?
  • [Plugin] Save group as component

    1
    0 Votes
    1 Posts
    127 Views
    No one has replied
  • [Plugin] Perpendicular Face Tools (UPDATED 26-03-09)

    201
    0 Votes
    201 Posts
    208k Views
    P
    Hello? I am using the Perpendicular Face Tools created by you. Recently, I would like to modify the content of the source code to add new features according to my needs. Your copyright notice will remain intact, and there will be no changes regarding the copyright. Could you grant me permission to modify the source code? Thank you.
  • [Plugin] ImageTrimmer

    364
    0 Votes
    364 Posts
    319k Views
    Didier BurD
    Hi all, Again about my problem (Java not working as expected): Here is the message I get after jar is launched: Error; #<Errno;;ENOENT; No such file or directory @ rb_sysopen - C;\Users\DBUR\Documents\TrimmedImages\Penture_033[Edges].dat> C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;277;in `readlines' C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;277;in `make_edges' C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;201;in `process_image' C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;170;in `initialize' C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;834;in `new' C;/Users/DBUR/AppData/Roaming/SketchUp/SketchUp 2023/SketchUp/Plugins/SKMtools/ImageTrimmer.rb;834;in `block in <top (required)>' I have the png image file in the model's folder, but no 'Penture_033[Edges].dat' file All the rights (read/write etc...) are set for this folder. As it is said in the comments in ImageTrimmer.rb: @unknownuser said: There is a temporary 'data' file 'StandingMan1[Edges].dat' which contains '01' data used to construct the Sketchup Edges - this should be auto-erased whatever option you choose. Is this file a template, sort of ? Regards,
  • [Plugin] Flattery papercraft tools

    91
    0 Votes
    91 Posts
    134k Views
    Mike AmosM
    Sorry if I missed something, V2022 and Flattery appears to be inconsistent. Is there a set process I am missing or some instruction to make sure I am not missing a step?
  • Find the midpoint of walls on a 2D DWG

    1
    0 Votes
    1 Posts
    75 Views
    No one has replied
  • Can't Install Extrude Tools on SKP 2022

    2
    0 Votes
    2 Posts
    239 Views
    TIGT
    The Extrude Tools install and work just fine in all current versions of SketchUp. So something is clearly wrong with your end... Have you installed SketchUp properly ? If you are using a MAC have you installed SketchUp properly - i.e. you NOT working from the installer app version... But if you are on a PC Repair the installation whilst using Run as administrator on the Downloaded installer's exe file... If all else fails, try this clunky work around... Change the file-type suffix of the downloaded .RBZ to .ZIP Now extract the contents to a folder and move the RB and subfolder of the same name [with its contents in tact] into your v2022 Plugins folder. If it doesn't extract properly try downloading the RBZ another way... After you get the RB & subfolder into Plugins restart SketchUp and see what happens...
  • Suggestions for plugins for landscape architecture

    5
    0 Votes
    5 Posts
    615 Views
    L
    Reagarding these kind of suggestios, you can surely visit them, they have plenty of options and suggestion in this topic for sure. Tree Trimming Lafayette Hill
  • [Plugin] Add Height from Datum

    46
    0 Votes
    46 Posts
    69k Views
    J
    This is a great little tool. I know this thread is probably "dead" at this point, but worth a shot. Is there a way to update so that there would be a Elevation Datum and an Actual Datum? Say, Elevation: 97'-6", Actual: 6203'-6". Or even decimal points on the Actual. Thanks!
  • [Plugin] Update Links Manager

    31
    0 Votes
    31 Posts
    31k Views
    Didier BurD
    Hi Joerg, Please check if the attached RB file (which must be located in your main plugins folder) is exactly the same as yours. Also check if the content of your 'DBUR_LinksManager' folder is the same as the below image: [image: 2YJ8_LinksManagerContent.jpg] Please report if it still doesn't load DBUR_LinksManager.rb
  • Fredo plug-ins not working

    25
    0 Votes
    25 Posts
    25k Views
    Rich O BrienR
    Please run Window > Libfredo Settings > Fredo6 Plugins Information for Sketchucation Support command and copy/paste the output here
  • [Plugin] HoleEditor - v1.0a - 11 Mar 23

    2
    0 Votes
    2 Posts
    268 Views
    S
    Hi, thank you for the extension. Just reporting 2 bug for holes in circularobjects: hole resizing also resizes the parent object hole deletion also deletes the parent object See video https://youtu.be/22DBUKVdRz0
  • [Plugin] CADup

    64
    0 Votes
    64 Posts
    97k Views
    M
    @dave r said: @mclaramoura said: Working with Layout for Sketchup, will be insteresting if the plugin make cenes of this planes. Its possible? What version of SketchUp are you actually using? You put 2018 Free/Make in your profile but that version has never existed. i work with skechup 2020 and recently 2023.
  • Artisan 2 trailer

    19
    0 Votes
    19 Posts
    954 Views
    boofredlayB
    Same. I would buy it but won't do subscription.
  • [Plugin] Geodesic Dome Creator 0.2.0

    15
    0 Votes
    15 Posts
    22k Views
    Gus RG
    Getting it to make faces for the glass may prove difficult. You can try it if you're using an older version of Sketchup since the SKM plugin is 13 years old. Didn't work for me. You can get that here: click on Téléchargement.
  • Looking for SIMFONIA animation tool (SAT)

    7
    0 Votes
    7 Posts
    364 Views
    Rich O BrienR
    @panixia said: Cascadeur looks really nice, didn't know it's free. Yeah, it's a clever approach to rigging. I hope Epic acquires it at some point. Epic's acquisitions always results in cheaper pricing and feature rich Free versions.

Advertisement