ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Recommended version of SketchUp?

    Plugins
    2
    0 Votes
    2 Kiriman
    19 Lihat
    Rich O BrienR
    Its compatible with 2024 and 2025 You might expand on the troubles you mention as that is likely more important.
  • [Plugin] MatSim (Material Simulation) - v1.5b - 09 Jul 25

    Plugins
    35
    0 Votes
    35 Kiriman
    264 Lihat
    fredo6F
    @Berserk said in [Plugin] MatSim (Material Simulation) - v1.5b - 09 Jul 25: The extension is very useful. But in the large model there is a limit on the number of materials supplied, and the color theme change takes a very long time (2 min.) on a modern computer (AMD 16 honest cores up to 5 GHz, 128GB RAM, RTX 2080 Super 12 GB). A model of a city with 80,000 inhabitants. Unfortunately, I can't share the model. I released MatSim v1.5b, with up to 150 materials by simulation, instead of 50 (which I already considered a lot). For performance, I am not sure MatSim can do better than what Sketchup would do natively by permuting materials. As for any automated process, just consider how long it would take you to do it manually...
  • Beveled corners without overlaps

    Solved SketchUp Discussions bevel modelling
    5
    0 Votes
    5 Kiriman
    36 Lihat
    S
    @Dave-R Ah yeah. That works. Thank you.
  • Quick Selection

    Plugins
    15
    0 Votes
    15 Kiriman
    799 Lihat
    Dan RathbunD
    The easiest fix for Ruby 2 and higher, is to use a refinement that only that file can "see" and use. I inserted the following at the top of the file (after deleting the Set reassignment): require 'set' # Create a refinement for the Set class: module DBUR module RefinedSet refine ::Set do alias :insert :add alias :contains? :include? end end end # Use the refinement: using DBUR::RefinedSet By request from @paddyclown, here is the "fixed" file. It still needs a drastic overhaul, but this will get it working (fingers crossed): DBUR_QuickSelection.rb @Didier-Bur ping (I do not know how to send this by PM in this new forum interface.)
  • 2 Votes
    2 Kiriman
    59 Lihat
    Dan RathbunD
    Please reorganize your extension as a TRUE SketchUp extension. See: https://ruby.sketchup.com/file.extension_requirements.html Also, take note of the various numeric conversion methods that the SketchUp API has added to the Numeric class. (You do not need to write your own conversion formulae.) Here is an example that will default to model units, if the unit argument is blank: def convert_to_inches(value, unit = nil) units = Sketchup.active_model.options["UnitsOptions"] if unit.nil? # use model units case units["LengthFormat"] when Length::Architectural, Length::Fractional return value.inch when Length::Engineering return value.feet else # Length::Decimal unit = units["LengthUnit"] end end case unit when :in, Length::Inches then value.inch when :m, Length::Meter then value.m when :cm, Length::Centimeter then value.cm when :mm, Length::Millimeter then value.mm when :ft, Length::Feet then value.feet when :yd, 5 # NOTE: constant Length::Yard (5) was added for SU2020, # use 5 to avoid NameError exception in older versions. value.yard # yards to inches else value.inch # if inches or unknown end end Also, this is a good read for dealing with units in SketchUp: https://www.thomthom.net/thoughts/2012/08/dealing-with-units-in-sketchup/
  • Flags (onkeydown) in skp 2025

    Developers' Forum
    2
    0 Votes
    2 Kiriman
    32 Lihat
    Dan RathbunD
    FYI, I did report this to Trimble.
  • 0 Votes
    2 Kiriman
    42 Lihat
    Dave RD
    I don't believe there are any extensions to do that. You could use 3D text and drawn 3D dimension and extension lines to create the geometry. I find it's simper and faster to combine a couple of image exports; the render and a dimensions-only image direct from SketchUp. This is a quick 10 second render to show the idea. The render: [image: 1751736869218-vise-render-resized.png] The dimensions-only image export from SketchUp: [image: 1751736887769-creasman-moxon-vise-dimens-resized.png] And after combining them in an image editor: [image: 1751736926906-creasman-moxon-vise-render-resized.png] The layer for the dimensions is set to Multiply in the image editor.
  • 0 Votes
    7 Kiriman
    43 Lihat
    Dave RD
    Did you look at the video on it's ExtensionStore page? https://sketchucation.com/plugin/1103-extrudetools I still don't have time to do a video on the entire process but maybe this will help. I copied out the needed edges from the L I already made for this. Note that the straigh edges at the ends need to be divided into multiple segments and welded to make them curves. Two segments is enough, though. Going through the options I chose to no delete the original curves. Since the entire letter gets done in stages, you can't delete all of the edges after an extrusion because you'll need them for the neighboring steps. [image: 1751719413407-eebyr.gif]
  • I love all the Fredo products

    SketchUp Discussions
    8
    1 Votes
    8 Kiriman
    73 Lihat
    alexpacio2013A
    @rv1974 "OK, but it would have been nice to do it with 'fredo scale'"
  • FREDO ANIMATOR

    Extensions & Applications Discussions
    7
    0 Votes
    7 Kiriman
    39 Lihat
    R
    Fredo has solved this for me - I had a " : " in the sequence name, removed and it worked. Thanks!
  • [Plugin] NT_Replacer - v1.0.1

    Extensions & Applications Discussions
    2
    2 Votes
    2 Kiriman
    66 Lihat
    3
    thanks
  • PLAYING AROUND WITH WOOD TEXTURES

    Gallery
    1
    1 Votes
    1 Kiriman
    27 Lihat
    Tiada jawapan
  • Can one save settings in LayOut?

    Newbie Forum
    2
    0 Votes
    2 Kiriman
    10 Lihat
    Dave RD
    Output Override is a Document Setup setting so yes, you can save that as part of your template like the rest of the Document Setup options.
  • License not showing after donation for joint push pull

    Plugins
    2
    0 Votes
    2 Kiriman
    22 Lihat
    fredo6F
    Your donation (0.01 €) is not a license, just a kind recognition toward the author. So, to get a license, you need to purchase it from this Sketchucation page.
  • How to extrude multiple face groups at once?

    SketchUp Discussions
    2
    0 Votes
    2 Kiriman
    28 Lihat
    Rich O BrienR
    What seems at face value a rather basic operation is actually a lot more complex potentially. Rather than trying to executing a mass extrusion process do a sample extrusion to see what kind of geometry is output. A planar n-gon with 6 entities will result in 22 entities when extruded. Imagine if those 740 groups have ~100 entities each then you are asking Sketchup to create ~300k entities. SketchUp then has to consider other things like its inbuilt tolerance, are there curves etc.... This is not a simple as a simple extrusion if the geometry you are extruding is not efficient.
  • edge distorted in render view

    V-Ray
    1
    0 Votes
    1 Kiriman
    22 Lihat
    Tiada jawapan
  • SU Render Engine

    SketchUp Bug Reporting
    1
    0 Votes
    1 Kiriman
    14 Lihat
    Tiada jawapan
  • Justification of Dimensions

    LayOut Bug Reporting
    5
    0 Votes
    5 Kiriman
    39 Lihat
    SektaS
    Hi dave, I was going to upload a basic p[an of my daughters house but when I adjusted the dimensions the justifcation worked so not sure whats going on. I have been having major issues with the new SU render engine which has screwed up a few of my files but I will do a separate post on this. I will investigate the dimension justification issue further and let you know what I find. Thanks. Stan
  • [Plugin] 3D Text Editor

    Plugins
    197
    0 Votes
    197 Kiriman
    165k Lihat
    J
    @TIG Ah legend. I've just converted a OTF to TTF and it's found it. Thanks
  • clothworks and make2017

    Solved Extensions & Applications Discussions
    4
    1 Votes
    4 Kiriman
    21 Lihat
    Rich O BrienR
    Extensions > Clothworks > Manual menu is your friend. Artificial Intelligence is naturally stupid.