sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin Library] LibFredo6 - v15.4d - 14 Aug 25

    Scheduled Pinned Locked Moved Plugins
    2.2k Posts 569 Posters 2.8m Views 571 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • H Offline
      Hexmeister
      last edited by

      Fantastic

      1 Reply Last reply Reply Quote 0
      • O Offline
        ohsleeper
        last edited by

        when i try to unzip this i just get 100 error messages...what am i doing wrong?

        1 Reply Last reply Reply Quote 0
        • fredo6F Offline
          fredo6
          last edited by

          @ohsleeper said:

          when i try to unzip this i just get 100 error messages...what am i doing wrong?

          Could you indicate which kind of error you get.

          thanks

          Fredo

          1 Reply Last reply Reply Quote 0
          • O Offline
            ohsleeper
            last edited by

            http://i1120.photobucket.com/albums/l496/ohsleeper1/libfredoerror.jpg

            1 Reply Last reply Reply Quote 0
            • fredo6F Offline
              fredo6
              last edited by

              @ohsleeper said:

              http://i1120.photobucket.com/albums/l496/ohsleeper1/libfredoerror.jpg

              You just have problem of Security with Write access to the SU Plugins folder. This should be true for all plugins.
              You will have to sort it out first to have proper access.

              Fredo

              1 Reply Last reply Reply Quote 0
              • H Offline
                Headroom
                last edited by

                I've reported this quite a while ago (months) and the issue still exists. O my first iMac(Core2Duo 2.4 GHz) this plugin performed so sluggish that it was unusable. The menu items and 3D space updates when selecting edges took several seconds to update and that lag between user action and reaction of the tool rendered it not usable.

                Now I have a 27" iMac 2.93 GHz Intel Core i7 with 12GB Ram (even though I doubt the latter makes any difference in this case). And while naturally this machine is much faster there still is a very definite lag between user input and reaction of the tool. Usable but really only barely. Noting for continued use.

                I also have a Windows XP running in VMware fusion on the same machine and have don't have these problems there. Even though it's running in a VM reaction to user input is instantaneous. No perceivable lag whatsoever!

                I've worked some with the Skindigo exporter plugin in OSX and that works smooth as butter. Quite strange!

                1 Reply Last reply Reply Quote 0
                • A Offline
                  aungaung
                  last edited by

                  thxxxxxxxx

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    cfarrell10
                    last edited by

                    Hi, I'm new to Sketchup.

                    I've downloaded, unzipped and put in the Plugins folder. Unfortunately, i must have done something wrong and nothing has appeared other than what i already had on there.

                    I run windows 7 and have been using Sketchup 8. Any help greatly appreciated!

                    Thanks.

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      cfarrell10
                      last edited by

                      @cfarrell10 said:

                      Hi, I'm new to Sketchup.

                      I've downloaded, unzipped and put in the Plugins folder. Unfortunately, i must have done something wrong and nothing has appeared other than what i already had on there.

                      I run windows 7 and have been using Sketchup 8. Any help greatly appreciated!

                      Thanks.

                      Hi, apologies, I realised that I'd only downloaded the Library files, and not the rounded corner tool also.

                      Works great now, many thanks!

                      1 Reply Last reply Reply Quote 0
                      • fredo6F Offline
                        fredo6
                        last edited by

                        @cfarrell10 said:

                        Hi, I'm new to Sketchup.

                        I've downloaded, unzipped and put in the Plugins folder. Unfortunately, i must have done something wrong and nothing has appeared other than what i already had on there.

                        I run windows 7 and have been using Sketchup 8. Any help greatly appreciated!

                        Thanks.

                        LibFredo6 is just a shared library. It does nothing useful at user level by itself.
                        You have to install one of my plugin (FredoScale, Roundcorner, Curviloft, ...) to see something in your SU environment.

                        Fredo

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          arthur87
                          last edited by

                          can i safely remove older libfredo6 folders??

                          1 Reply Last reply Reply Quote 0
                          • fredo6F Offline
                            fredo6
                            last edited by

                            @arthur87 said:

                            can i safely remove older libfredo6 folders??

                            Yes you can

                            This applies to all my plugins

                            Fredo

                            1 Reply Last reply Reply Quote 0
                            • R Offline
                              rjjvirusx
                              last edited by

                              1 Reply Last reply Reply Quote 0
                              • fredo6F Offline
                                fredo6
                                last edited by

                                NEW RELEASELibFredo6 3.7a - 17 Apr 2011

                                This new version is required for SUClock.

                                It also fixes some bugs in the Web Dialogs (to Mac users: I hope this works OK)

                                Finally, it introduces a live Check Plugins for Update feature.

                                New release is available for download in the first post of this thread.

                                Fredo

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by

                                  Hi Fredo,

                                  I am getting duplicate "LibFredo6 Settings..." entries in the Window menu. I locate my plugin files in C:/Plugins and load them using require_all("C:/Plugins")

                                  Also, I have several of your plugins installed - Round Corner, Curviloft, Bezier, in C:/Plugins. These plugins do not appear in the update list. The plugins are currently not enabled in the Extensions dialog - do they need to be enabled to be visible for updates?

                                  Thanks.

                                  Hi

                                  1 Reply Last reply Reply Quote 0
                                  • fredo6F Offline
                                    fredo6
                                    last edited by

                                    @jim said:

                                    I am getting duplicate "LibFredo6 Settings..." entries in the Window menu. I locate my plugin files in C:/Plugins and load them using require_all("C:/Plugins")

                                    This is due to the fact that require_all registers the full path of ruby files (you can check it in $"). So, LibFredo6 gets loaded twice, once as C:/plugins/LibFredo6.rb and once as LibFredo6.rb.

                                    Do you get this behavior only with LibFredo6 3.7, or did you have it before?

                                    Anyway, I will publish a small update to LibFredo6 to avoid the double menu in all situations

                                    By the way, I published a small plugin to manage alternate directory for plugins. Precisely, I don't use require_all but a loop on require instead in order to avoid the issue of full path.

                                    @jim said:

                                    Also, I have several of your plugins installed - Round Corner, Curviloft, Bezier, in C:/Plugins. These plugins do not appear in the update list. The plugins are currently not enabled in the Extensions dialog - do they need to be enabled to be visible for updates?

                                    The answer is YES. The local registration is done by the plugins themselves. So if they are not activated as Extensions, no code is run.

                                    Hope this helps

                                    Fredo

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      Jim
                                      last edited by

                                      @unknownuser said:

                                      The answer is YES. The local registration is done by the plugins themselves. So if they are not activated as Extensions, no code is run.

                                      I would argue that not enabled is different than not installed. Installed-but-not-enabled plugins should also be detected for upgrade purposes. Just my opinion. 😉 Thanks for the update - the ability to check for updates is a great step forward.

                                      Hi

                                      1 Reply Last reply Reply Quote 0
                                      • Gus RG Offline
                                        Gus R
                                        last edited by

                                        Fredo,

                                        Is there any way to keep "Check Plugins for Update" from opening at startup of SU?

                                        Update:

                                        Never mind. I figured it out. 😳

                                        www.instagram.com/gusrobatto/

                                        www.facebook.com/gusrobatto

                                        www.flickr.com/photos/gusrobatto

                                        1 Reply Last reply Reply Quote 0
                                        • OxerO Offline
                                          Oxer
                                          last edited by

                                          Thanks Fredo6 for update!!
                                          I have translated the last strings of this update to spanish language, this is the spanish language file for LibFredo6 - v3.7b

                                          LibFredo6_ES.lang.zip

                                          "The result is the end what is important is the process" by Oxer
                                          [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

                                          1 Reply Last reply Reply Quote 0
                                          • OxerO Offline
                                            Oxer
                                            last edited by

                                            Hola Defisto,
                                            No sabía que tenias abierto un post con las traducciones a español de FredoCollection, gracias por informar, en cuanto a los archivos de traducción yo los he traducido a Español de España, los tuyos creo que son español de Sudamérica y algunas palabras no se expresan igual, por otra parte intenta guardar los archivos en codificación Unicode (UTF-8) porque sino aparecerán caracteres extraños.
                                            De nuevo gracias por la información.

                                            Hi Defisto,
                                            I did not know that you had open a post with the translations to spanish FredoCollection, thank you for informing, in regard to the translation files i have translated into Spanish of Spain, yours i think they are in spanish of South America and some words are not expressed equal, on the other hand tries to save the files in Unicode encoding (UTF-8) because but will appears strange characters.
                                            Thank you again for the information.

                                            "The result is the end what is important is the process" by Oxer
                                            [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 107
                                            • 108
                                            • 2 / 108
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement