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.
    • TIGT Offline
      TIG Moderator
      last edited by

      Have you installed the very latest version of SketchUp v2015 ?
      It did previously have some issues with the MAC update to 'Yosemite'...

      Try disabling the jbb_layers_panel plugin.
      After a restart any improvement ?
      It has observers etc and has been linked to some issues with MACs...

      My Mirror plugin is unlikely to cause issues as it's in its own name-space and only kicks in when it's activate.

      TIG

      1 Reply Last reply Reply Quote 0
      • emnE Offline
        emn
        last edited by

        TIG,

        Removing the layers plugin worked like a charm (so far). I'm amazed how people like you know all this stuff...... I would've never thought of that.
        Thank you so much....

        1 Reply Last reply Reply Quote 0
        • emnE Offline
          emn
          last edited by

          Oops.... A bit premature.... It still crashes.....

          1 Reply Last reply Reply Quote 0
          • emnE Offline
            emn
            last edited by

            Installing the newest sketch up version did the trick.... (again: So far...)

            1 Reply Last reply Reply Quote 0
            • tt_suT Offline
              tt_su
              last edited by

              @emn said:

              Sketchup crashes when I use Roundcorner. (I just installed roundcorner)
              Using sketch up pro 2015 on Mac OS 10.9.5. Extentions installed: Mirror_v4.2, Libfredo v6.6b, Roundcorner V2.6a and jbb_layers_panel_16.

              Roundcorner IS working. I'm able to round of corners. When the corners are rounded and I pan my view, (using the middel mouse button) Sketchup crashes.

              Anyone?

              Did you submit the BugSplats?
              If you did - did you enter any details in the report? Description, name or email I can use to look up the crash?

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

                NEW RELEASE: LibFredo6 v6.7a - 25 Feb 15

                LibFredo6 6.7a is a release mainly for FredoTools::AutoReverseFaces and FredoTools::Convexify, both introduced in FredoTools 2.6

                See main post of this thread for Download of LibFredo6.

                Fredo

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

                  Thanks

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

                    Hi Fredo. Is there any chance that you can mute all that text in the console for your release builds? When I develop I often set the console to upon on startup and it all the output by LibFredo cause a lot of noise.
                    Maybe I suggest that you set that up as a Sketchup.read_default preference that is disabled by default - which can then be enabled by you when you need it for your own debugging?

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

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

                      @thomthom said:

                      Hi Fredo. Is there any chance that you can mute all that text in the console for your release builds? When I develop I often set the console to upon on startup and it all the output by LibFredo cause a lot of noise.
                      Maybe I suggest that you set that up as a Sketchup.read_default preference that is disabled by default - which can then be enabled by you when you need it for your own debugging?

                      It would be a bug. There is no need for LibFredo to have traces in the Ruby console.

                      Could you tell me what is output in the console so that I remove the traces

                      Thanks very much

                      Fredo

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

                        not sure what TT gets, but I see this on every start-up...
                        (eval):1: warning: already initialized constant Traductor::SU_MAJOR_VERSION /Users/johns_iMac/Library/Application Support/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Core.rb:40: warning: previous definition of SU_MAJOR_VERSION was here (eval):1: warning: already initialized constant Traductor::RUN_ON_MAC /Users/johns_iMac/Library/Application Support/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Core.rb:39: warning: previous definition of RUN_ON_MAC was here

                        learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                          OK. Thanks. Will fix and re-release.
                          These Ruby warnings are always ennoyng, and none has found a way to get rid of them.

                          I thought it was some puts forgotten in the code.

                          Fredo

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

                            @fredo6 said:

                            ...none has found a way to get rid of them.

                            I used to get them from a few different plugins and adding if not defined? e.g. CAS = @cascade if not defined? CAS, but when looking through you dynamic code, I just couldn't work out where that might be added...
                            the other way is to load a 'Ruby Console' loader as the last ruby file...
                            john

                            learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                              Hmm... I just assumed it was LibFredo.. Might have been Bezier Spline as well. I had to temporarily remove them to do some development, but I'll install again and track down the exact messages.

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

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

                                NEW RELEASE: LibFredo6 v6.7b - 22 Mar 15

                                LibFredo6 6.7b is a minor releaseremoving some noisy traces at Startup of Sketchup

                                See main post of this thread for Download of LibFredo6.

                                Fredo

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

                                  @thomthom said:

                                  Hmm... I just assumed it was LibFredo.. Might have been Bezier Spline as well. I had to temporarily remove them to do some development, but I'll install again and track down the exact messages.

                                  You assumed right!
                                  Actually most noisy traces were coming from BezierSpline, but I removed also two traces in LibFredo6.

                                  So you'll have to upgrade both

                                  • BezierSpline 2.7b
                                  • LibFredo6 6.7b

                                  Fredo

                                  1 Reply Last reply Reply Quote 0
                                  • jiminy-billy-bobJ Offline
                                    jiminy-billy-bob
                                    last edited by

                                    I still get this :

                                    @unknownuser said:

                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:28: warning: already initialized constant Traductor::LBT__DEF
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:31: warning: previous definition of LBT__DEF was here
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:32: warning: already initialized constant Traductor::VALID_ERROR
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:35: warning: previous definition of VALID_ERROR was here
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:34: warning: already initialized constant Traductor::VALID_MIN
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:38: warning: previous definition of VALID_MIN was here
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:35: warning: already initialized constant Traductor::VALID_MAX
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:39: warning: previous definition of VALID_MAX was here
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:36: warning: already initialized constant Traductor::VALID_PATTERN
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:40: warning: previous definition of VALID_PATTERN was here
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:570: warning: redefining constant Struct::DlgItem
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb:570: warning: already initialized constant Traductor::DialogBox::DlgItem
                                    C:/Users/Marjorie/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb:183: warning: previous definition of DlgItem was here


                                    libfredo.png

                                    25% off Skatter for SketchUcation Premium Members

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

                                      I think a 'loose' LibTraductor file is très old, its now kept in the LibFredo folder ?
                                      I believe that if you removed it altogether Fredo's tools should still work just fine after a restart...
                                      If any RB file is [re]loaded which remakes existing Constants, then those warnings always appear in the Ruby Console.
                                      If you are duplicating the translation code with two versions loading Ruby will warn you...

                                      TIG

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

                                        Same as Jimini - I removed all files from previous versions, including the LibTraductor.rb - after installing I got warnings:

                                        
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;31; warning; already initialized constant Traductor;;LBT__DEF
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;28; warning; previous definition of LBT__DEF was here
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;35; warning; already initialized constant Traductor;;VALID_ERROR
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;32; warning; previous definition of VALID_ERROR was here
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;38; warning; already initialized constant Traductor;;VALID_MIN
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;34; warning; previous definition of VALID_MIN was here
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;39; warning; already initialized constant Traductor;;VALID_MAX
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;35; warning; previous definition of VALID_MAX was here
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;40; warning; already initialized constant Traductor;;VALID_PATTERN
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;36; warning; previous definition of VALID_PATTERN was here
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;183; warning; redefining constant Struct;;DlgItem
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;183; warning; already initialized constant Traductor;;DialogBox;;DlgItem
                                        C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;570; warning; previous definition of DlgItem was here
                                        
                                        

                                        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

                                          The previous post was what I got upon install. When I restart I get more:

                                          
                                          args = ["Bezier"]
                                          args = ["BZ__Polyline"]
                                          args = ["BZ__Animation"]
                                          args = ["BZ__Arc"]
                                          args = ["BZ__BSplineU"]
                                          args = ["BZ__Catmull"]
                                          args = ["BZ__Chamfer"]
                                          args = ["BZ__Courbette"]
                                          args = ["BZ__CubicBezier"]
                                          args = ["BZ__Divider"]
                                          args = ["BZ__DogBone"]
                                          args = ["BZ__TBone"]
                                          args = ["BZ__FSpline"]
                                          args = ["BZ__Segmentor"]
                                          args = []
                                          args = []
                                          args = []
                                          args = []
                                          args = ["Edition"]
                                          args = []
                                          args = []
                                          args = []
                                          args = []
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;28; warning; already initialized constant Traductor;;LBT__DEF
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;31; warning; previous definition of LBT__DEF was here
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;32; warning; already initialized constant Traductor;;VALID_ERROR
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;35; warning; previous definition of VALID_ERROR was here
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;34; warning; already initialized constant Traductor;;VALID_MIN
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;38; warning; previous definition of VALID_MIN was here
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;35; warning; already initialized constant Traductor;;VALID_MAX
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;39; warning; previous definition of VALID_MAX was here
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;36; warning; already initialized constant Traductor;;VALID_PATTERN
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;40; warning; previous definition of VALID_PATTERN was here
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;570; warning; redefining constant Struct;;DlgItem
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/Fredo6_!LibFredo6/Lib6Traductor.rb;570; warning; already initialized constant Traductor;;DialogBox;;DlgItem
                                          C;/Users/tthomas2/AppData/Roaming/SketchUp/SketchUp 2015/SketchUp/Plugins/LibTraductor.rb;183; warning; previous definition of DlgItem was here
                                          
                                          

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

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

                                            NEW RELEASE: LibFredo6 v6.7c - 22 Mar 15

                                            LibFredo6 6.7b is a second minor release removing some noisy traces at Startup of Sketchup. I hope this will make it!

                                            See main post of this thread for Download of LibFredo6.

                                            Fredo

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 45
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 107
                                            • 108
                                            • 47 / 108
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement