sketchucation logo sketchucation
    • 登入
    ℹ️ 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

    已排程 已置頂 已鎖定 已移動 Plugins
    2.2k 貼文 569 Posters 2.8m 瀏覽 571 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • fredo6F 離線
      fredo6
      最後由 編輯

      @josephkim626 said:

      It seems that 'LIBFREDO06_DATA_Dir' and 'SCF' folder always shows up under my 😄 instead of my users folder. is this expected behavior?

      kinda annoying as I would expect 😄 drive to not fill up like that.

      This is due to the fact that your TEMP directory is not defined in your Windows Set up

      Could you check in the Ruby console
      ENV["TEMP"]

      Fredo

      1 條回覆 最後回覆 回覆 引用 0
      • thomthomT 離線
        thomthom
        最後由 編輯

        Fredo - are you checking only TEMP? I found that it was more reliable to check multiple possibilities:

        TEMP_PATH = File.expand_path( ENV['TMPDIR'] || ENV['TMP'] || ENV['TEMP'] ).freeze

        However, since SU2014 there is a method in the SU API - so I'd use this:

        
        if Sketchup.respond_to?(;temp_dir)
          Sketchup.temp_dir
        else
          File.expand_path(ENV['TMPDIR'] || ENV['TMP'] || ENV['TEMP'])
        end
        
        

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

        1 條回覆 最後回覆 回覆 引用 0
        • fredo6F 離線
          fredo6
          最後由 編輯

          I made a mistake. Actually, the problem is about App Data folder, that is ENV["APPDATA"] (or ENV["LOCALAPPDATA"])"

          Fredo

          1 條回覆 最後回覆 回覆 引用 0
          • thomthomT 離線
            thomthom
            最後由 編輯

            hm... that's a bit worse. I guess one could fall back to making some Win32 API calls?

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

            1 條回覆 最後回覆 回覆 引用 0
            • fredo6F 離線
              fredo6
              最後由 編輯

              @thomthom said:

              hm... that's a bit worse. I guess one could fall back to making some Win32 API calls?

              I really think that Sketchup itself should take (and should have taken) of these problems of environment since long, instead of letting programmers rely of environment variables which may not be properly set in the native OS.

              There are also many basic system information that should be part of the native Sketchup API. Having users install Win32 API, and programmers using it, is really a challenge, and not a stable avenue across the recent versions of Sketchup and its Ruby interpretor.

              Fredo

              1 條回覆 最後回覆 回覆 引用 0
              • thomthomT 離線
                thomthom
                最後由 編輯

                I'm not so sure it belongs to the API. Any API design book will argue against adding too much stuff. These things are very system dependent and doesn't relate to the domain of SketchUp itself.
                That being said - it's probably something that would be good to have in a repository of examples. Almost like a library - I say almost because a library would have the issue of dependencies. But using pattern which exist elsewhere - by having dependency/library managers that will pull packages into your extension project and install it to your extension namespace. Something that would encourage more sharing and collaboration among SU devs. Sure, we help each other on the forums - but we reinvent the wheel a lot. When we look at other dev communities there is a much better infrastructure of sharing code packages and development tools.
                This kind of infrastructure would provide a foundation of creating reusable bundles that we can all build upon. That's where stuff like these system specific wrappers fit in.
                APIs are minimal and much less flexible. Libraries are higher level abstractions that should be much more adaptable and easier to update and release.
                Got some ideas that I want to try out. Stay tuned.

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

                1 條回覆 最後回覆 回覆 引用 0
                • I 離線
                  in2
                  最後由 編輯

                  Hi guys
                  new to all this but know my way round a pc OK
                  My issue is I cannot find the download link for
                  LibFred06 v6.9 or any version come to that...??
                  People are saying it is at the end of the first post but all I can see are the user manuals no download button like there was for Joint push pull which is now reminding me to get LibFred06 v6.9 each time I start it.. any suggestions??

                  John

                  1 條回覆 最後回覆 回覆 引用 0
                  • Dave RD 離線
                    Dave R
                    最後由 編輯

                    @in2 said:

                    Hi guys
                    new to all this but know my way round a pc OK
                    My issue is I cannot find the download link for
                    LibFred06 v6.9 or any version come to that...??
                    People are saying it is at the end of the first post but all I can see are the user manuals no download button like there was for Joint push pull which is now reminding me to get LibFred06 v6.9 each time I start it.. any suggestions??

                    John

                    So you don't see the links in the first post?
                    Capture.PNG

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

                    1 條回覆 最後回覆 回覆 引用 0
                    • BoxB 離線
                      Box
                      最後由 編輯

                      Install the sketchucation store plugin from Resources at the top of the page and you'll be able to install and manage many plugins from there.

                      1 條回覆 最後回覆 回覆 引用 0
                      • I 離線
                        in2
                        最後由 編輯

                        Thanks guys.
                        Have to say nicely hidden though about the smallest text on the page....
                        Dunn why I was expecting a big download button 😮

                        Thanks again

                        John

                        1 條回覆 最後回覆 回覆 引用 0
                        • Dave RD 離線
                          Dave R
                          最後由 編輯

                          @in2 said:

                          Thanks guys.
                          Have to say nicely hidden though about the smallest text on the page....

                          All that large bold print is too small? Maybe Fredo will have to make it larger.

                          Etaoin Shrdlu

                          %

                          (THERE'S NO PLACE LIKE)

                          G28 X0.0 Y0.0 Z0.0

                          M30

                          %

                          1 條回覆 最後回覆 回覆 引用 0
                          • TampaPowersT 離線
                            TampaPowers
                            最後由 編輯

                            I keep getting the same Message: LibFredo6 will be updated at the next startup...
                            I have already changed the permissions and took ownership of the whole Sketchup folder. After that message the SketchUcation Toolset one appears. The extension and plugins manager won't open, but the store was updated properly. LibFredo seems to be up to date as well and I can open its windows. I am still on Sketchup 8 btw.

                            Sketchup Community Discord

                            1 條回覆 最後回覆 回覆 引用 0
                            • C 離線
                              cxerach
                              最後由 編輯

                              Please. I installed the libfredo6 in 2016 sketchup correctly, I have long been trying to use it, but I can not open tools, how can you open?, Is there tutorial ?.

                              1 條回覆 最後回覆 回覆 引用 0
                              • Dave RD 離線
                                Dave R
                                最後由 編輯

                                @cxerach said:

                                Please. I installed the libfredo6 in 2016 sketchup correctly, I have long been trying to use it, but I can not open tools, how can you open?, Is there tutorial ?.

                                What tools are you trying open? Please be specific. LibFredo6 is a package of support files that many of Fredo6's tools are dependent upon but it isn't useful by itself.

                                Etaoin Shrdlu

                                %

                                (THERE'S NO PLACE LIKE)

                                G28 X0.0 Y0.0 Z0.0

                                M30

                                %

                                1 條回覆 最後回覆 回覆 引用 0
                                • TampaPowersT 離線
                                  TampaPowers
                                  最後由 編輯

                                  I reinstalled the whole set after manually removing them from the plugins folder, same message pops up, but now the tools do not work, non of the windows open. What am I doing wrong?

                                  Sketchup Community Discord

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • Z 離線
                                    zak1974
                                    最後由 編輯

                                    thx

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • K 離線
                                      karlicamel
                                      最後由 編輯

                                      hola esta biblioteca no es gratis?

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • Dave RD 離線
                                        Dave R
                                        最後由 編輯

                                        @karlicamel said:

                                        hola esta biblioteca no es gratis?

                                        Why do you think it is not free?

                                        There is no charge for this although you can make a donation to Fredo6 for his hard work.

                                        Etaoin Shrdlu

                                        %

                                        (THERE'S NO PLACE LIKE)

                                        G28 X0.0 Y0.0 Z0.0

                                        M30

                                        %

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • R 離線
                                          rstanley
                                          最後由 編輯

                                          Screen Shot 2016-02-29 at 3.12.28 PM.png

                                          Dear Fredo ,
                                          I have tried to upgrade to libfredo6 - v6.9b and although it appears to work I get this message upon opening my skp(pro15):

                                          /Users/richard/Desktop/Screen Shot 2016-02-29 at 3.12.28 PM.png

                                          What does it mean: What am I missing?
                                          Thanks in advance,

                                          Richard

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • fredo6F 離線
                                            fredo6
                                            最後由 編輯

                                            @rstanley,

                                            You seem to have a possible mess in the Plugins directory, as the footprint for LibFredo6 is not correct.

                                            Did you install manually?

                                            It would be good that you show the content of the Plugin directory so that we can help

                                            Fredo

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 52
                                            • 53
                                            • 54
                                            • 55
                                            • 56
                                            • 107
                                            • 108
                                            • 54 / 108
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement