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

    [Obsolete] LibFredo6 3.0e (newer version available)

    Scheduled Pinned Locked Moved Developers' Forum
    32 Posts 14 Posters 16.4k Views 14 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.
    • fredo6F Offline
      fredo6
      last edited by

      NO, please keep LibTraductor.rb, as it is used by some of my older plugins.

      Fredo

      1 Reply Last reply Reply Quote 0
      • W Offline
        watkins
        last edited by

        Dear Fredo6

        Many thanks for the speedy reply, and for the new script.

        Kindest regards,
        Bob

        1 Reply Last reply Reply Quote 0
        • P Offline
          pichuneke
          last edited by

          First run: this Load Error message appears:

          @unknownuser said:

          C:/Archivos de programa/Google/Google SketchUp 7/Plugins/LIBFREDO6_Dir_30/Lib6Core_30.rb:211:in module_eval': C:/Archivos de programa/Google/Google SketchUp 7/Plugins/LIBFREDO6_Dir_30/Lib6Core_30.rb:59:in init_langpref': undefined method set_language' for Traductor:ModuleError Loading File ZLoader__FreeScale.rb C:/Archivos de programa/Google/Google SketchUp 7/Plugins/LIBFREDO6_Dir_30/Lib6Core_30.rb:211:in module_eval': C:/Archivos de programa/Google/Google SketchUp 7/Plugins/LIBFREDO6_Dir_30/Lib6Core_30.rb:59:in init_langpref': undefined method set_language' for Traductor:Module

          I am spanish, as you can see 😄 I believe I installed it well... I uncompressed it into the plugins folder, the archives appear like the instructions of the pdf.

          Thanks for your plugins.

          Forgive my spanglish...

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

            Thanks for signaling.
            I don't know where it comes from, but one possibility is that you never used any of my script before.

            Anyway, I made a slight change to LibFredo6, which you need to dowload again from the post
            http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=16020&p=124684#p124684

            I hope it will work for you

            Fredo

            1 Reply Last reply Reply Quote 0
            • P Offline
              pichuneke
              last edited by

              It works, now.

              I am trying to translate to spanish, but I have some problems with my limited english, like "grip". Because I suposse it is not translated yet, right?

              Forgive my spanglish...

              1 Reply Last reply Reply Quote 0
              • P Offline
                pichuneke
                last edited by

                Translated. I don't know if it is a good work. Probably not, as I haven't used your plugin yet. Anyway I will send you a PM with the translation. Hope it helps.

                Forgive my spanglish...

                1 Reply Last reply Reply Quote 0
                • pilouP Offline
                  pilou
                  last edited by

                  @unknownuser said:

                  to unzip (with hierarchy) in Plugins folder

                  so in the Plugins's folder there is "LibFredo6.rb" and the sub folder LIBFREDO6_Dir_30 with all inside but nothing appear in the Window Menu! 😮
                  Except maybe some new "Ruby Console" line!!!
                  What I have missed? ❓ (Xp) Un bug d'installation?
                  Et j'ai poutant lu le PDF donné au dessus! 😒

                  Edit: Tout marche! Allez savoir pourquoi! 😒
                  Le fait de réinstaller le plug "Echelle en furie" à tout fait remarcher!!! 💚
                  All works fine now 😎


                  fredy.jpg

                  Frenchy Pilou
                  Is beautiful that please without concept!
                  My Little site :)

                  1 Reply Last reply Reply Quote 0
                  • thomthomT Offline
                    thomthom
                    last edited by

                    Fredo, your plugin calls "require 'Sketchup.rb'" instead of "require 'sketchup.rb'" which makes another entry to the Ruby Console in the Window menu. It'd be nice if you corrected this.

                    Thomas Thomassen — SketchUp Monkey & Coding addict
                    List of my plugins and link to the CookieWare fund

                    1 Reply Last reply Reply Quote 0
                    • thomthomT Offline
                      thomthom
                      last edited by

                      I had a quick look at the code and found one entry of "require 'Sketchup.rb'", but the extra menu item is still there. So it seems there's extra references to this. It's not one of my other plugins, because when I remove the LibFredo6 and the FreeScale plugin the menu item disappears.

                      Thomas Thomassen — SketchUp Monkey & Coding addict
                      List of my plugins and link to the CookieWare fund

                      1 Reply Last reply Reply Quote 0
                      • B Offline
                        Benvk
                        last edited by

                        Hi, try as I might, I just can't get LibFredo6 to work. No menu appears under "window" .I've got the free version of SU running on XP. If I run it from the ruby console, I get this error.

                        Error: #<NoMethodError: (eval):131: undefined method `rb' for LibFredo6:Module>
                        (eval):131

                        Any ideas? It's driving me nuts.

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

                          In general, you should try to re-install, just in case.

                          For me to understand more of your problem, could you type a few commands in the Ruby Console and report on what you see

                          LibFredo6.lib_loaded
                          
                          LibFredo6.sudir
                          
                          LibFredo6.path
                          

                          Thanks

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            Benvk
                            last edited by

                            I get this but still no menu under window. Thanks for your reply.

                            LibFredo6.lib_loaded
                            Lib6Core_30.rb
                            LibFredo6.sudir
                            C:/Program Files/Google/Google SketchUp 7/Plugins
                            LibFredo6.path
                            C:/Program Files/Google/Google SketchUp 7/Plugins/LIBFREDO6_Dir_30

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

                              Thanks. It looks like you have it correctly installed, at least for teh core functions.

                              By the way, did you install FreeScale?

                              If NO, then this is normal you don't get the menu, as LibFredo6 alone only load the minimal Ruby code (and therefore won't load the menu until a script needs the library).

                              Fredo

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                Benvk
                                last edited by

                                I've solved the problem, it was very strange. I was using the microsoft extractor to unzip the files into the plugin directory. This caused the problem. I have now used Winrar and I get the freescale toobar and your Libfredo menu in SU. 😄

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

                                  To all Users

                                  Version 3.0e: Update 10 Feb 09, consolidating a few fixes for Mac users and introducing the Italian translation (kindly provided by Marco Cosedi). Please re-install when you can.
                                  Attachment in first message of this thread at http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=16020

                                  Please signal problems you may have with FreeScale (and indirectly with LibFredo6)

                                  Thanks to all

                                  Fredo

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    phxphun
                                    last edited by

                                    Can someone tell me if this plugin can help me do this....

                                    I have a French Door component (double-doors) that I want to modify to create a single door. I want to use just the door frame to make a narrower frame for my single door. I've removed both doors from the frame and need to scale the frame down to the width of a frame suitable for a single door.

                                    When I use the SU Scale Tool to shrink the overall width, the sides of the frame become too narrow (the width of the frame's walls scale smaller as I make the overall frame narrower across the top).

                                    I've installed FreeScale but I don't understand how to use it to do this. I'm getting the same result as with the SU Scale tool.

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

                                      @phxphun said:

                                      I've installed FreeScale but I don't understand how to use it to do this. I'm getting the same result as with the SU Scale tool.

                                      This is normal, as the transformation in FreeScale is strictly identical to the Sketchup native one, except that you can change the orientation of the box.

                                      1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        phxphun
                                        last edited by

                                        Thank you Fredo6! I understand now. I will have to find another way to do this.

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

                                          Hello!
                                          I translated the plugin into german. I have to say that your library is a universal tool for developing/ translating scripts in infinite languages!
                                          Thanks!


                                          libfredo6 v3.0e in german


                                          freescale v1.0e in german

                                          1 Reply Last reply Reply Quote 0
                                          • K Offline
                                            kava1222
                                            last edited by

                                            GOOOOOOOOOOOOOOOOOD

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

                                            Advertisement