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.
    • D Offline
      Daniel S
      last edited by

      @unknownuser said:

      1. How many days did you set the "next check" in the dialog box

      I put 999 the first time because I wanted to do a manual check. But then the update option stop working.
      I try deleting and reinstalling Libfredo6 but the problem was still there.
      Now In default parameters "Next Check in (days)" says 15. But I´m not able to check.

      @unknownuser said:

      1. Can you type the following command in the Ruby Console: Upgrade.duration_next_check

      I tried and give different results. It says:

      Upgrade.duration_next_check
      Error; #<NameError; (eval);157; uninitialized constant Upgrade>
      (eval);157
      
      
      Upgrade.duration_next_check
      Error; #<NameError; (eval);677; uninitialized constant Upgrade>
      (eval);677
      

      or:

      Upgrade.duration_next_check
      Error; #<NameError; (eval);54; uninitialized constant Upgrade>
      (eval);54
      (eval);1; warning; Float 0.0 out of range
      

      Daniel S

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

        Daniel,

        Sorry I meant Traductor::Upgrade.duration_next_check

        Fredo

        1 Reply Last reply Reply Quote 0
        • D Offline
          Daniel S
          last edited by

          When I put:
          Traductor::Upgrade.duration_next_check
          it says:

          Traductor;;Upgrade.duration_next_check
          99999.0
          

          Daniel S

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

            Daniel,

            This is where is the problem: 99999 is too big for a number of days.
            Can you change it in the default parameters or in the Upgrade dialog box
            I'll put a check in a next release

            Fredo

            1 Reply Last reply Reply Quote 0
            • D Offline
              Daniel S
              last edited by

              @unknownuser said:

              This is where is the problem: 99999 is too big for a number of days.
              Can you change it in the default parameters or in the Upgrade dialog box
              I'll put a check in a next release
              Fredo

              I can´t change the 99999 because:

              • The Upgrade dialog box don´t open
              • In default Parameters I can change it but it doesn´t really change.
                In the attach video I show what happens.

              I tried reinstalling LibFredo6 but still no work.

              Daniel S


              cant change.zip

              1 Reply Last reply Reply Quote 0
              • COSEDIMARCOC Offline
                COSEDIMARCO
                last edited by

                Updated version of the Italian Translation of Fredo6 Library

                Updated version of the Italian Translation

                [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  @daniel s said:

                  @unknownuser said:

                  This is where is the problem: 99999 is too big for a number of days.
                  Can you change it in the default parameters or in the Upgrade dialog box
                  I'll put a check in a next release
                  Fredo

                  I can´t change the 99999 because:

                  • The Upgrade dialog box don´t open
                  • In default Parameters I can change it but it doesn´t really change.
                    In the attach video I show what happens.
                    I tried reinstalling LibFredo6 but still no work.
                    Daniel S

                  If you feel up to adding one line of code into a rb file using a plain text-editor like Notepad[++].exe... find this file Capture1.PNG open it and add this line and save it Capture.PNG Then you can't wait more than a year [365 days]

                  TIG

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

                    @daniel s said:

                    I can´t change the 99999 because:

                    • The Upgrade dialog box don´t open
                    • In default Parameters I can change it but it doesn´t really change.
                      In the attach video I show what happens.

                    I tried reinstalling LibFredo6 but still no work.

                    Daniel S

                    Daniel,

                    I published a new release that should fix the issue.

                    Fredo

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

                      NEW RELEASELibFredo6 3.7c - 07 Jun 2011

                      This is a minor maintenance release.

                      • Fix an issue in CheckForUpdate (next date t check) signaled by Daniel S
                      • Updated Italian translation by COSEDIMARCO
                      • Updated Spanish transaltion by Defisto

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

                      Fredo

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        Daniel S
                        last edited by

                        @unknownuser said:

                        new release that should fix the issue.

                        Thank you Fredo!!! The update fix it.

                        I am very good for breaking things.. and you are very good for fixing them. That´s a great team 😆

                        TIG, Thank you too. You are always there when someone has a problem 👍

                        Now, time to update some plugins 😄

                        Thank you again,
                        Daniel S

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

                          @daniel s said:

                          Thank you Fredo!!! The update fix it.

                          I am very good for breaking things.. and you are very good for fixing them. That´s a great team 😆

                          TIG, Thank you too. You are always there when someone has a problem 👍

                          I know you have a special bug detector 😛
                          @TIG: thanks also for your quick support.

                          @daniel s said:

                          Now, time to update some plugins 😄

                          The CheckFor Update functions is actually opened to other script writers, not just mine. It does not require that the scripts use LibFredo6 (by the way, JPP an BezierSpline don't use LibFredo6 but are visible in the list).

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            To find buggy code in others scripts I start off with Baregrep looking for the particular method or reference by name...
                            That then lets me open the potentially problematical .rb directly at the line indicated and I can read the code and hopefully see what needs adjustemnt...
                            I even do it with my own stuff, as it's often awkward to work out what's defined/changed where - especially months after you wrote it... 🤓

                            TIG

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

                              Thank you ~~~~~~~

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

                                Fredo's plug in looks exactly what I need. Does it work with SU 8? Having installed it as described (I'm OSX 10.5.8) I still get an error. I've read every post over the 19 pages and can't find any clues. My directory is not quite as shown as I have:
                                Macintosh HD/Library/Application Support/Google SketchUp 8/SketchUp/Plugins

                                All the files are there as described. Is it simply that it won't work with SU8 or am I doing something wrong?

                                Thanks in advance to anyone can help.

                                Wagoneer

                                1 Reply Last reply Reply Quote 0
                                • GaieusG Offline
                                  Gaieus
                                  last edited by

                                  Kelly, what are you trying to install? (LibFreo will not do anything - it is just a "background" library for a bunch of Fredo's "real" tools)

                                  Gai...

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

                                    Sorry Gaieus, realised I hadn't said what I was doing as I hit 'submit'.....

                                    I want to use FredoScale. I have installed as per instructions, and have also installed RoundCorner. Enclosed is a picture of my plugins.

                                    Picture 1.png

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

                                      Wagoneer

                                      You have a file __loader.rb in the Sketchup Plugin directory.
                                      I don't know how you manage to have it there, but try to remove it and check if it works

                                      Fredo

                                      PS: for RoundCorner, you did not do the correct installation too. Please read the main thread and check the footprint. It seems that your unzip method does not create the proper folder and files. I would suggest that you unzip in a neutral place, then check the files and folders and then copy to the Sketchup directory.

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

                                        Fredo, thank you very much. I also downloaded FredoScale to my Mac at home last night where I only use the inbuilt OSX extraction software and it worked fine. Seems the problems were with the Zipeg extraction software. Having just thrown that software away and downloaded your plug-ins again, everything works fine.

                                        Cheers folks.

                                        Kelly

                                        1 Reply Last reply Reply Quote 0
                                        • L Offline
                                          lavangmuathu
                                          last edited by

                                          thank you so much , great

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

                                            Thank you this transforms the whole package for me.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 15
                                            • 16
                                            • 17
                                            • 18
                                            • 19
                                            • 107
                                            • 108
                                            • 17 / 108
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement