⚠️ Important | Libfredo 15.6b introduces important bugfixes for Fredo's Extensions Update
  • [Plugin] Drape Materials v1.0 20111003

    10
    0 評價
    10 貼文
    16k 瀏覽
    A
    It works perfectly. [image: jSaQ_testMedium.jpg]
  • FredoScale gives error when launched

    6
    0 評價
    6 貼文
    2k 瀏覽
    M
    @fredo6 said: I released an update of FredoScale, v3.5a. I removed the expiry date so that it does not happen again (I just forgot to do it). version 3.5a works. Thanks!
  • [Plugin] Add Named Scene

    10
    0 評價
    10 貼文
    11k 瀏覽
    R
    @chrisconcise said: Good Job on your plugin, We are often creating scenes, and it is a pain to not be able name it once created. When creating a scene, the scene name it add includes [""], It would be really helpful to me if it could be modified, so that the scene name is only what you enter into the field, maybe I am doing something wrong, please advise if you would thanks Chris I need exactly this.
  • FredoTools: sketchUcation licensing for businesses

    22
    0 評價
    22 貼文
    7k 瀏覽
    A
    How to release the license from the old re-installed windows (sketchup)? There is no tracking licenses usage on where the license installed. It said 3 used taken, while my active Sketchup are on desktop and laptop. Thank you!
  • [Plugin] Component Dropper

    49
    0 評價
    49 貼文
    53k 瀏覽
    B
    It also doesn't work for me in 2021. I loved this extension
  • Plugin to quickly align axes inside a group?

    2
    0 評價
    2 貼文
    1k 瀏覽
    R
    s4u Reset Axis maybe
  • [Plugin]Extend Trim Faces.rb(Mar27,2013.)

    28
    0 評價
    28 貼文
    51k 瀏覽
    V
    Cám ơn bạn nhiều ! Một công cụ có nhiều tiện ích.
  • S4U Export Scenes Weird Exports

    6
    0 評價
    6 貼文
    6k 瀏覽
    hdpvH
    Please contact to support@sketchupforyou.com.
  • [Plugin] Select Curve

    37
    0 評價
    37 貼文
    48k 瀏覽
    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 評價
    22 貼文
    21k 瀏覽
    Rich O BrienR
    Mucho gracias
  • Offset Plugin

    3
    0 評價
    3 貼文
    2k 瀏覽
    M
    Smart Offset... Then invert selection and run FredoSpline > Convert Edges > Polycorner Arc Thanks, I will test these!
  • [Plugin] Skelion (solar, shadows)

    102
    0 評價
    102 貼文
    210k 瀏覽
    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 評價
    156 貼文
    229k 瀏覽
    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 評價
    4 貼文
    2k 瀏覽
    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 評價
    14 貼文
    4k 瀏覽
    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 評價
    6 貼文
    10k 瀏覽
    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 評價
    5 貼文
    4k 瀏覽
    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 評價
    4 貼文
    3k 瀏覽
    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 評價
    2 貼文
    3k 瀏覽
    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 評價
    17 貼文
    9k 瀏覽
    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.

Advertisement