sketchucation logo sketchucation
    • Login
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September

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

    Scheduled Pinned Locked Moved Plugins
    2.2k Posts 569 Posters 3.0m 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.
    • tlehman914T Offline
      tlehman914
      last edited by

      @fredo6 said:

      I don't know what happened during the installation, but there is clearly a problem in a few files which lost their UTF8 encoding.

      Could you try the following

      • Open the Ruby Console
      • copy the following command in red and type Enter:
        UI.openURL LibFredo6.path + '/Ancillary'
      • This will open a subfolder of LibFredo6
      • Delete the file Colors_RAL_classic.txt
      • restart Sketchup to see if this improves the situation
      • Otherwise, delete all files with names beginning with Colors_ and extension txt.

      Then restart Sketchup to see if this improves the situation.

      I did try to copy the following command in red and type Enter:
      UI.openURL LibFredo6.path + '/Ancillary'

      Result:

      UI.openURL LibFredo6.path + '/Ancillary'
      false

      I did however, go to that folder in 'Finder' and Delete the file Colors_RAL_classic.txt - restarted and no change.
      I then deleted all files with names beginning with Colors_ and extension txt. - restarted and tried to use the only PlugIn installed: ToolsOnSurface - result:

      Error: #<ArgumentError: invalid byte sequence in UTF-8>
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9318:in strip' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9318:in load_from_file'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9221:in block in load_all_colors' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9216:in each'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9216:in load_all_colors' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9164:in initialize'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9151:in new' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:9151:in instantiate'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:3830:in color_parse' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:4007:in color_luminance'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6g6.rbe:4017:in color_is_dark?' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6palette.rbe:2797:in draw_button_text'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6palette.rbe:2699:in draw_button' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6palette.rbe:3203:in block in draw'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6palette.rbe:3196:in each' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/body_lib6palette.rbe:3196:in draw'
      /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_!libfredo6/lib6palette.rbe:78:in draw' /users/toddlehman/library/application support/sketchup 2021/sketchup/plugins/fredo6_toolsonsurface/shapeonsurface.rbe:575:in draw'


      Screen Shot 2021-04-05 at 8.11.07 AM.jpg

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

        @tlehman914 said:

        I did however, go to that folder in 'Finder' and Delete the file Colors_RAL_classic.txt - restarted and no change.
        I then deleted all files with names beginning with Colors_ and extension txt. - restarted and tried to use the only PlugIn installed: ToolsOnSurface

        What is left in the directory?

        Just type in the Ruby console:
        Dir[LibFredo6.path + '/Ancillary/*.*']

        1 Reply Last reply Reply Quote 0
        • tlehman914T Offline
          tlehman914
          last edited by

          @fredo6 said:

          @tlehman914 said:

          I did however, go to that folder in 'Finder' and Delete the file Colors_RAL_classic.txt - restarted and no change.
          I then deleted all files with names beginning with Colors_ and extension txt. - restarted and tried to use the only PlugIn installed: ToolsOnSurface

          What is left in the directory?

          Just type in the Ruby console:
          Dir[LibFredo6.path + '/Ancillary/*.*']

          Nothing is left in the directory...?

          No change after typing the above.


          Screen Shot 2021-04-05 at 8.59.46 AM.jpg

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

            Did you define a custom color file?

            If so, do you remember where you save it?

            In the Ruby Console, could you type

            Traductor::Marshall.new.decode(Traductor::Registry.load "Fredo6_ColorFan_Custom")

            This should be the list of custom color files.

            1 Reply Last reply Reply Quote 0
            • tlehman914T Offline
              tlehman914
              last edited by

              @fredo6 said:

              Did you define a custom color file?

              If so, do you remember where you save it?

              In the Ruby Console, could you type

              Traductor::Marshall.new.decode(Traductor::Registry.load "Fredo6_ColorFan_Custom")

              This should be the list of custom color files.

              {"/Users/toddlehman/Dropbox (Cre8Play)/SketchUp/Materials/Archive/Bark/Tree Tex8.jpg"=>true}

              1 Reply Last reply Reply Quote 0
              • tlehman914T Offline
                tlehman914
                last edited by

                @tlehman914 said:

                @fredo6 said:

                Did you define a custom color file?

                If so, do you remember where you save it?

                In the Ruby Console, could you type

                Traductor::Marshall.new.decode(Traductor::Registry.load "Fredo6_ColorFan_Custom")

                This should be the list of custom color files.

                {"/Users/toddlehman/Dropbox (Cre8Play)/SketchUp/Materials/Archive/Bark/Tree Tex8.jpg"=>true}

                I deleted the material 'Tree Tex8.jpg', and all is working!!!! 👍 😎 🎉

                THANK YOU!!!!

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

                  @tlehman914 said:

                  I deleted the material 'Tree Tex8.jpg', and all is working!!!! 👍 😎 🎉

                  In ColorPaint, you are supposed to load only plain text file (tabular value of colors: name, R, G, B), not images or material.

                  1 Reply Last reply Reply Quote 0
                  • tlehman914T Offline
                    tlehman914
                    last edited by

                    @fredo6 said:

                    @tlehman914 said:

                    I deleted the material 'Tree Tex8.jpg', and all is working!!!! 👍 😎 🎉

                    In ColorPaint, you are supposed to load only plain text file (tabular value of colors: name, R, G, B), not images or material.

                    Understood. I didn't even know that I had done that...!? Thanks again!

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

                      @fredo6 said:

                      How did you install LibFredo6?

                      • Copying files?
                      • Sketchup Extension manager from a rbz
                      • Sketchucation ExtensionStore?

                      It seems one file is altered.

                      Tried all 3 with full uninstalls in between each. Sadly no luck.

                      Success! Running a repair on the sketchup installation seemed to fix it!

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

                        Bonjour à tous,

                        Je viens d'installer l'extension FredoTools via le gestionnaire d'extension,
                        Elle apparait bien dans mon gestionnaire d'extension mais nul part ailleurs ?
                        Je ne peut donc pas l'utiliser.

                        Il ya t-il une raison ou une manip particulière à effectuer ?

                        Je suis sur SketchUp 21pro

                        Merci d'avance

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

                          Have you also installed LibFredo ?
                          Have you restarted SketchUp ?
                          Have you looked in the Tools menu's submenus ?


                          Avez-vous également installé LibFredo?
                          Avez-vous redémarré SketchUp?
                          Avez-vous regardé dans les sous-menus du menu Outils [Tools]?

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            martychristoffel
                            last edited by

                            I'm seeing some UI problems, specifically buttons at the bottom of various dialog boxes being completely washed out. I'm on MacOS Big Sur.

                            I don't have this problem in other applications, only here in SketchUp and with these dialog box buttons.
                            Any thoughts? Is it a SketchUp thing, an extension thing, or an OS thing?

                            Please see image examples.

                            Thanks.


                            Screen Shot 2021-04-16 at 5.54.12 PM.png


                            Screen Shot 2021-04-16 at 5.53.28 PM.png


                            Screen Shot 2021-04-16 at 5.53.02 PM.png

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

                              @martychristoffel

                              Thanks for signaling this problem. You are the first one.

                              Big Sur seems to be a master in term of non-backward compatibility, at least for Sketchup...!

                              I will see if I can find a workaround in a next version of LibFredo6.

                              Fredo

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

                                Hello LibFredo6,

                                I recieved your message showing me your Pic2Shape plugin.
                                I tried it with a couple of images and it works great.
                                However, I would like to use this for cutting out the contours of 2D trees, so i can cast a more realistic shadow.
                                And here I ran into some troubles.
                                For complex trees (with a lot of tiny holes between the branches) the plugin says he can't generate any contours.
                                I wonder if you could help me with the right filter settings so that the plugin can still work ?

                                I attached a tree (png) that doesn't generate a boundary when using the plugin.

                                All the png trees i'm using are available (for free) as high quality PNG’s with transparent background from this website : https://meye.dk/info/

                                Many thanks in advance !

                                Boris


                                example tree png

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

                                  Since this thread is about LibFredo6, I created a dedicated thread here.

                                  Fredo

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    Tibonator
                                    last edited by

                                    Very efficient plugin thank you.

                                    The only issue is that the colour of action icons are extremely difficult to read against the white background.
                                    I am using SUP2021 on a MacBoo pro 2018 running under MacOS Mojave.

                                    Is it just me or a common issue that could be resolved easily on the developer's end?

                                    Thank you.

                                    T


                                    Icons colour (dotted in red) unreadable against white background.


                                    Icons colour (dotted in red) unreadable against white background.

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

                                      This will be fixed in the next version of LibFredo6. This seems to happen for some Mac configurations.

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

                                        NEW RELEASE: LibFredo6 v11.7a - 12 May 21

                                        LibFredo6 11.7a includes

                                        • bug fixing and various technical adjustments

                                        Requirements: SU2017 and above

                                        See plugin home page of LibFredo6 for Download of LibFredo6.

                                        Main Post of the LibFredo6 thread

                                        Fredo

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

                                          NEW RELEASE: LibFredo6 v11.7c - 16 May 21

                                          LibFredo6 11.7c includes

                                          • bug fixing and various technical adjustments, mainly for Mac

                                          Requirements: SU2017 and above

                                          See plugin home page of LibFredo6 for Download of LibFredo6.

                                          Main Post of the LibFredo6 thread

                                          Fredo

                                          1 Reply Last reply Reply Quote 0
                                          • G Offline
                                            GregorS
                                            last edited by

                                            I get no confirmation that my installation of updates (through the Extension Manager) does anything.
                                            Is this to be expected?
                                            SU Make 2017

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 99
                                            • 100
                                            • 101
                                            • 102
                                            • 103
                                            • 107
                                            • 108
                                            • 101 / 108
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement