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
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • pilouP 離線
      pilou
      最後由 編輯

      For the external plugins go to to this page for the name of the plugin
      and go to to the end of the first post of the thread address read on the list!
      You will find the last Update of each plugin!

      And if you want the "indispensables" see my little list 😉

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

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

        Hi,
        I know this might sound silly but I'm new to this and am having trouble with downloading the plug ins.. I want to download round corners and I thought in order to do so I needed to install the LibFred06. When it goes to download and I need to unzip it I DO NOT have a Sketchup Plugins folder option... How do I go about installing this? What do I do...
        Thank You

        1 條回覆 最後回覆 回覆 引用 0
        • TIGT 離線
          TIG Moderator
          最後由 編輯

          You do have a Plugins folder - unless you have deleted it. 😲
          It's automatically made by the Sketchup installation - it contains example scripts etc...
          You will not have a Plugins Menu displayed unless you have some scripts 'active'.
          Copy/Paste+<enter> this line of code into the Ruby Console [open that from Sketchup's Window menu] - it will display the path to the Plugins folder on you installation.

          Sketchup.find_support_file("Plugins")
          

          For a PC it's typically:
          C:/Program Files/Google/Google SketchUp 8/Plugins
          Make sure you have FULL security access permissions [set via properties] for all of your Sketchup folder's subfolders and their contents...

          I see you have v8 - with recent versions you could install archived tools using the Window>Preferences>Extensions 'load' button - BUT note that the archive needs to have a .rbz file suffix.
          Thomthom has made a SimpleInstaller that does something similar, but also works on .zip archives and .rb/.rbs single files - automatically finding the Plugins folder and extracting files etc for you...
          Find that in the Plugins Index - however you do need to put that into the Plugins folder and restart for it to auto-load, so we need to track down where that is...

          TIG

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

            I tried typing Sketchup.find_support_file("Plugins") into the Ruby Console and nothing is happening?!!!!what do i do now?

            1 條回覆 最後回覆 回覆 引用 0
            • TIGT 離線
              TIG Moderator
              最後由 編輯

              Looks like you'll have to reinstall Sketchup - as an Admin - it should then make all missing folders/files etc.
              Before that post a screen shot of your Sketchup folder showing the subfolders that you do have...
              It's just weird.

              TIG

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

                @kersnyc said:

                I tried typing Sketchup.find_support_file("Plugins") into the Ruby Console and nothing is happening?!!!!what do i do now?

                What do you mean "nothing is happening"
                If you type the command in the Ruby console (and press Return) you always get an answer.

                Fredo

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

                  I didn't get an answer.

                  1 條回覆 最後回覆 回覆 引用 0
                  • TIGT 離線
                    TIG Moderator
                    最後由 編輯

                    If you type [or copy/paste] the full text into the Sketchup Menu > Window > Ruby Console and press <enter> to confirm it, you will always get something returned as the answer !
                    So typed correctly:
                    Sketchup.find_support_file("Plugins")
                    C:/Program Files/Google/Google SketchUp 8/Plugins
                    Typed incorrectly [i.e. not an initial capital 'S']:
                    sketchup.find_support_file("Plugins")
                    *Error: #<NameError: undefined local variable or method sketchup' for main:Object> (eval):155* Typed incorrectly another way [i.e. without a final 's']: Sketchup.find_support_file("Plugin")`
                    nil
                    So even if the file/folder you are looking for doesn't exist you will get 'nil' 😒
                    Can't you do the folders screen-shot I mentioned before?
                    You seem to be making very heavy-weather of this 😕

                    TIG

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

                      Hi,
                      I have attached a print of the screen...


                      Ruby Console.png

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

                        But you did get an answer, Keryn. The answer was

                        "C:/Program Files/Google/Google SketchUp 8/Plugins"

                        You got that answer three times.

                        Etaoin Shrdlu

                        %

                        (THERE'S NO PLACE LIKE)

                        G28 X0.0 Y0.0 Z0.0

                        M30

                        %

                        1 條回覆 最後回覆 回覆 引用 0
                        • TIGT 離線
                          TIG Moderator
                          最後由 編輯

                          Hooray!
                          You do have a Plugins folder after all 😮
                          Find that 'Plugins' folder [navigate your folders using Windows-Explorer...] and put the script/subfolder-of-files that ship inside the zip into it.
                          Check that the added files are really in the folder - I know your profile says XP but you might have changed? and Vista/Win7 can sometimes put such things into a side-folder IF you are not an Admin or have insufficient security permissions.
                          The subfolders inside the Sketchup folder should all have FULL permissions of you as you will from time to time want to add files into them...
                          Once the file/subfolder is in place restart Sketchup and everything should then work.

                          TIG

                          1 條回覆 最後回覆 回覆 引用 0
                          • W 離線
                            whitelock
                            最後由 編輯

                            hi I need to install the fredo 6 plugin for round corners and unlike other plugins where its just been a simple drag and drop into the plugins folder. this download seems to be full of lots of files and I am not sure which ones to put in the plugins folder!!! I am not very computer savvy when I read the installation instructions (im on a mac) it said:

                            Unzip ‘RoundCorner 2.0.zip', by doing a Select All and then Extract in the Plugins
                            directory of Sketchup, answering YES to all prompts for file overwriting, in order to
                            make sure you reconstruct the folder hierarchy. NEVER change the name of files or
                            move them from their folder. The footprint should be (Windows environment):

                            I have no idea what I should do!! can anyone plese help

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

                              All of the files in the ZIP file should go into the Plugins folder but they need to maintain the same footprint as they have when you open the ZIP file. Fredo has outlined this very clearly in his first post of this thread. Go back and look at that. It's really quite simple and you should wind up with a folder and a Ruby file when they get installed.

                              Etaoin Shrdlu

                              %

                              (THERE'S NO PLACE LIKE)

                              G28 X0.0 Y0.0 Z0.0

                              M30

                              %

                              1 條回覆 最後回覆 回覆 引用 0
                              • W 離線
                                whitelock
                                最後由 編輯

                                Thanks for the reply, however I mean to stress I dont know what un-zipping files means. the file on my desktop is a blue folder. I open that and I have a .rb script and another blue folder. I open that and its filled with loads of .rb scripts, some pdfs some pngs and more blue folders with more pdfs and pngs. So waht do you do from here. I tried dragging the whole folder over into my plugins folder and when I opened sketchup it had a warning error loading plugins message, so I closed SU, went back to plugins folder and moved the file back to my desktop. I then tried moving all the .rb files over and got the same message when I opened SU. So again I removed all the files and put them back in the blue folder on the desktop. I then deleted the files and tried downloading the plugin again. It is then that I saw you need the additional lib fredo 6 plugin. i downloaded this first and was confronted with the same problem, I have a blue folder inside which there is a .rb script and another blue folder containing a mass of .rb scripts, png, pdfs etc. I gave up at this point!!!!
                                normally I am used to just dragging one .rb script across the plugins folder and it works.

                                So to reiterate my point what is unzipping? and what items do i drag over?.
                                I did read the instructions fully several times and they make no sense unless you are fluent in computer speak. which I am not I am a complete philistine so I need laymans terms if possible.

                                thanks

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

                                  @unknownuser said:

                                  I open that and I have a .rb script and another blue folder.

                                  Stop right there. Copy the file and the folder to the Plugins folder and you're finished.

                                  "Zipping" is a method of compressing files so they are smaller for transferring from one computer to another. Unzipping is decompressing. By opening the ZIP file on your Mac you are gaining access to the files inside and that is enough.

                                  Etaoin Shrdlu

                                  %

                                  (THERE'S NO PLACE LIKE)

                                  G28 X0.0 Y0.0 Z0.0

                                  M30

                                  %

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

                                    @whitelock

                                    As you are on Mac, you should follow the specific instructions for Mac. Note that this is because OSX hides the process of Un-zipping and shows the resulting files and folders in the dedicated Download Window.

                                    On Mac OSX

                                    1. Click on the Zip archive on Sketchucation
                                    2. This should open the Download box with highlight on the folder LIBFREDO6_Dir_46 and LibFredo6.rb
                                    3. Copy this folder and file to the Sketchup Plugins directory
                                      Macintosh HD/Library/Application Support/Google SketchUp 8/SketchUp/plugins

                                    The footprint on Mac OSX in the SU Plugin Directory must be:
                                    LibFredo6 46 footprint - OSX.png

                                    Fredo

                                    PS: It would be helpful if a Mac users with a video capture software could make a short video on how installation can be done on Mac

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

                                      Or, use Simple Installer which is a single .rb that needs to be placed in the plugins folder.
                                      Then use that to install RBZ, ZIP, RB or RBS plugins.

                                      http://forums.sketchucation.com/viewtopic.php?t=42315

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

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • W 離線
                                        whitelock
                                        最後由 編輯

                                        thank you all for your help and patience!!! I will let you know how I get on.

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • V 離線
                                          vittete
                                          最後由 編輯

                                          hi,
                                          i got a small problem.
                                          whenever i press on round corners in 3D, it crashes imediatly.
                                          any suggestions?
                                          thanks in advance

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

                                            What is "it"?

                                            Etaoin Shrdlu

                                            %

                                            (THERE'S NO PLACE LIKE)

                                            G28 X0.0 Y0.0 Z0.0

                                            M30

                                            %

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 19
                                            • 20
                                            • 21
                                            • 22
                                            • 23
                                            • 107
                                            • 108
                                            • 21 / 108
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement