ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • [Plugin] Select Curve

    37
    0 Votes
    37 Posts
    44k Views
    IltisI
    Hi @thomthom and folks, I just managed to insert custom cursors to this usefull plugin. Attached are the .png files. The images are in the same folder than "core.rb" And this is the code : def initialize(settings) @settings = settings folder_path = File.dirname(__FILE__) cursor_name = 'cursor_select_curve.png' cursor_select_curve_path = File.join(folder_path, cursor_name) @result = File.file?(cursor_select_curve_path) unless @result msg = "Can't find the 'cursor icon' path" UI.messagebox(msg, MB_OK) return end cursor_name = 'cursor_select_curve_plus.png' cursor_select_curve_plus_path = File.join(folder_path, cursor_name) @result = File.file?(cursor_select_curve_plus_path) unless @result msg = "Can't find the 'cursor icon' path" UI.messagebox(msg, MB_OK) return end cursor_name = 'cursor_select_curve_minus.png' cursor_select_curve_minus_path = File.join(folder_path, cursor_name) @result = File.file?(cursor_select_curve_minus_path) unless @result msg = "Can't find the 'cursor icon' path" UI.messagebox(msg, MB_OK) return end cursor_name = 'cursor_select_curve_plus_minus.png' cursor_select_curve_plus_minus_path = File.join(folder_path, cursor_name) @result = File.file?(cursor_select_curve_plus_minus_path) unless @result msg = "Can't find the 'cursor icon' path" UI.messagebox(msg, MB_OK) return end @cursor_select = UI.create_cursor(cursor_select_curve_path, 9, 5) # @cursor_select = TT;;Cursor.get_id( ;select ) @cursor_select_add = UI.create_cursor(cursor_select_curve_plus_path, 9, 5) # @cursor_select_add = TT;;Cursor.get_id( ;select_add ) @cursor_select_remove = UI.create_cursor(cursor_select_curve_minus_path, 9, 5) # @cursor_select_remove = TT;;Cursor.get_id( ;select_remove ) @cursor_select_toggle = UI.create_cursor(cursor_select_curve_plus_minus_path, 9, 5) # @cursor_select_toggle = TT;;Cursor.get_id( ;select_toggle ) @ctrl = false @shift = false end (I'm not good in Ruby, sorry) Hope this helps. Renaud [image: nl2P_cursor_select_curve.png] [image: 9Dtm_cursor_select_curve_minus.png] [image: H9Ac_cursor_select_curve_plus.png] [image: rF3a_cursor_select_curve_plus_minus.png]
  • [Plugin] Arc_Offset_True

    22
    0 Votes
    22 Posts
    20k Views
    Rich O BrienR
    Mucho gracias
  • Offset Plugin

    3
    0 Votes
    3 Posts
    2k Views
    M
    Smart Offset... Then invert selection and run FredoSpline > Convert Edges > Polycorner Arc Thanks, I will test these!
  • [Plugin] Skelion (solar, shadows)

    102
    0 Votes
    102 Posts
    204k Views
    P
    Not sure if this has already been asked. Is there any way of calculating real-world shading losses via the Report option for string-connected panels please? At present if I have a string of 8 panels and one gets shaded, it seems to only calculate the losses in that one panel. In reality all 8 panels will lose power unless optimizers or microinverters are in use. It would also be good if it recognised split-cell panels, and allowed for the fact that they can still produce power from the top half if the bottom half is shaded (portrait mode).
  • [Plugin] !AdditionalPluginFolders - v5.4a - 27 Sep 20

    156
    0 Votes
    156 Posts
    223k Views
    fredo6F
    The native Sketchup Extension Manager forces all plugins to install in the standard Plugin directory. So, it won't try to find plugins anywhere else. However, the Sketchucation ExtensionStore is capable to manage various plugin directories. I recommend you install it and manage your plugins with it.
  • Inspector plugin

    4
    0 Votes
    4 Posts
    2k Views
    BepB
    https://sketchucation.com/pluginstore?pln=tt_edgetools https://sketchucation.com/pluginstore?pln=tt_cleanup
  • Can't get Curviloft to work - tried fixes found in forum!

    14
    0 Votes
    14 Posts
    4k Views
    fredo6F
    @johammond said: Thank you for your reply Ok so I deleted all extensions, downloadad all again and reinstalled, still nothing unfortunately (I think the latest version was on there earlier, said 5.7, must have done the screenshot before I updated it) Could you go to menu Window > LibFredo6 Settings... > View Trace Log file. In the list of traces, expand it all (click on green + button) Look for statements in Red. There should be one about "LibFredo6: loaded Binary". Could you tell me what it says.
  • Edit Flag plugin need update for sketchup 2021

    6
    0 Votes
    6 Posts
    10k Views
    P
    @tig said: It works fine for me in v2022, with the simple .dup edit... Are you following the instructions exactly - e.g. editing the correct file, then saving it and restarting SketchUp. Its entry is in the Edit menu and should be 'ticked'... Thank you, Indeed it works. I've made a mistake, mea culpa.
  • How To : Fredo6 Round and Sharp corner problems

    5
    0 Votes
    5 Posts
    4k Views
    K
    Thank you guys for your suggestions. I have done it by using Tig's approach : using volume/solid as a substracting tool.
  • Clothworks License Stopped Working

    4
    0 Votes
    4 Posts
    3k Views
    Gus RG
    Back to normal. Updated Sketchucation Store, revalidated license, and it's now showing 1 seat taken. Thanks Dave.
  • One Scene visibility

    2
    0 Votes
    2 Posts
    2k Views
    mariochaM
    Released today May 21, 2022. On the store. Look for mc_OneScene. (or just type mc enter in search field) Free for 30 days. oops, trial did not work Updated. may 25th
  • Curviloft default settings

    17
    0 Votes
    17 Posts
    8k Views
    fredo6F
    @memaridrue81 said: hi , i really dont now what happned but my curviloft settinngs is so diffrent from the ususal settings I see in you tube. The video may be old. Anyway, could you be more explicit et advise whether there is a problem. Thanks.
  • Trying to purchase license

    5
    0 Votes
    5 Posts
    2k Views
    T
    I tried that and it didnt work. I then went to a different browser and it worked fine. Thanks.
  • [Plugin] Get Tags and Hide

    6
    0 Votes
    6 Posts
    2k Views
    Rich O BrienR
    @architure said: Thank you Rich Lovely, thanks for sharing here. Feel free to poke around our API. Or ignore it. Up to you. Also Fredo Licensing system is available to devs here to use.
  • [Plugin][$] S4u_Slice

    48
    0 Votes
    48 Posts
    67k Views
    K
    Hi, I just purchased the slice extension and I love it, I was wondering if you have an extension that can cut components base on a shape. For example, if I do a house siding made of components and then I need to cut the holes for the doors and windows Thanks
  • [Plugin] TIG-Cut_to_plane v1.1 20130107

    32
    0 Votes
    32 Posts
    47k Views
    R
    https://www.youtube.com/playlist?list=PLfw9P5m29pNSVVyM_IFwyfUcsLQNQB_Ux
  • Symmetry Plugin Created yet?

    10
    0 Votes
    10 Posts
    4k Views
    G
    Just a quick follow up question regarding this. What if you wanted to work on a model and have it be symmetrical, but have it update live without the need of of making it a component. Much like that found on other 3D applications such Blender,3DS Max or even Maya.
  • [Plugin] PomPi (Pompous Piping 2016 RC2018 )

    47
    0 Votes
    47 Posts
    40k Views
    B
    Bonjour, nous recherchons un développeur SketchUP pour écrire un Script dessinant des pipes selon certaines directives précises, merci de nous contacter si vous êtes intéressé, cordialement patrickbiani13@gmail.com 23 April 2022 Hello, we are looking for a SketchUP developer to write a Script drawing pipes according to certain specific guidelines, please contact us if you are interested, best regards patrickbiani13@gmail.com
  • [Plugin] Coords Text Tag from Datum

    148
    0 Votes
    148 Posts
    99k Views
    TIGT
    Your LLZ points are millions of meters from the SKP origin, so little wonder that SketchUp is having these issues. Have you tried setting the axes origin 'datum' to something near the LLZ values, so this import more logically ?? When I import your CSV I get points in meters... are you then referencing these back to LLZ ? I'm confused...
  • Window Builder updated (v 1.1.0)

    12
    0 Votes
    12 Posts
    25k Views
    S
    all a Mac user here, when I click create, nothing happens. its a shame looks like a great extension

Advertisement