sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Where IS the SketchUp Plugin folder?

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    17 Posts 6 Posters 13.6k Views 6 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

      OK πŸ˜’
      Reread what I said.
      Paste the 'red' text into the Ruby Console + <enter>
      This then shows you the path to the Plugins folder.
      Open that folder to install new scripts into it...

      IF you haven't got a Plugins folder then I'm puzzled as Sketchup should make one there ??

      There are two [perhaps three] types of 'scripts':
      one is a a simple one file version 'xxx.rb' - put this into the Plugins folder and restart Sketchup to get the tool to auto-load [see below for more details]
      the other type is a more complex 'set' of files that comes in a zip file; depending on the tool there are one or two .rb files in the main zip and a subfolder containing several helper files that might make toolbars or webdialogs etc; you put the 'loose' files in Plugins and the subfolder of files into Plugins, leaving that subfolder's files and other sub-subfolders in their places.
      another type ask you to get additional tools that are needed to help the main tool - e.g. progressbar.rb or a TT_Lib file etc - you install these in a similar way.
      Many script-sets come with detailed guidance on how these various installed files should look.
      Tools also have various ways of being 'used'.
      In an approximate order of complexity...
      the installed script helps other scripts and it is never 'run' on its own.
      the installed script must be run by typing a command into the Ruby Console - usual for rarely used tools.
      the installed script might be an 'Extension' and it needs 'activating' from the Preferences dialog.
      the installed script is run from a menu item or submenu - this is pretty common - the menu item can also be shortcutted to a single keystroke/combo.
      the installed script is run from a right-click context-menu item or submenu - common if you must have a certain thing selected for the tool to work.
      the installed script runs from a Toolbar which must be activated from View > toolbars menu
      [a toolbar might be the only way to use it OR it might be complementary to the menu item]...

      TIG

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

        @tig said:

        OK πŸ˜’
        Reread what I said.
        Paste the 'red' text into the Ruby Console + <enter>
        This then shows you the path to the Plugins folder.
        Open that folder to install new scripts into it...

        IF you haven't got a Plugins folder then I'm puzzled as Sketchup should make one there ??

        I did just what you instructed the first time. This is what I saw.

        Sketchup.find_support_file("Plugins")
        Sketchup.find_support_file("Plugins")
        Sketchup.find_support_file("Plugins")
        /Library/Application Support/Google SketchUp 8/SketchUp/Plugins

        Just as in my previous post I follow the path but it never ends with Plugins. I can't even find it with " Finder". I'm puzzled too.

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

          In finder click on MacIntosh HD then on Library, Application Support, Google SketchUp 8, SketchUp and finally on Plugins.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

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

            I'm sure that that is what I should find, but I assure you that following that path does NOT lead me to plugins. Should I reload SU8? Have been using it for at least 6 months with no issues until trying to download ruby scripts.

            Thank you both, nonetheless for taking the time to assist.

            1 Reply Last reply Reply Quote 0
            • wind-borneW Offline
              wind-borne
              last edited by

              @rpem said:

              I'm sure that that is what I should find, but I assure you that following that path does NOT lead me to plugins. Should I reload SU8? Have been using it for at least 6 months with no issues until trying to download ruby scripts.

              Thank you both, nonetheless for taking the time to assist.

              Note the difference between the the HD path described by Dave and the user path you are on.


              SketchUp HD.png


              SketchUp user.png

              "To read between the lines was easier than to follow the text."OSX 10.11.6

              %(#BF80BF)[SU 8 pro

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

                @rpem said:

                I'm sure that that is what I should find, but I assure you that following that path does NOT lead me to plugins. Should I reload SU8? Have been using it for at least 6 months with no issues until trying to download ruby scripts.
                Thank you both, nonetheless for taking the time to assist.
                There's nothing wrong with Sketchup.
                It's 'PEBCAC'...
                As others have tried to explain the path /Library/Application Support/Google SketchUp 8/SketchUp/Plugins is where your 'Plugins' should go.
                On a MAC the 'HD' is not returned at the start of the path... so the full folder-path is actually
                HD/Library/Application Support/Google SketchUp 8/SketchUp/Plugins
                PLEASE DO NOT start searching from your own 'User' starting point with HD/Users/RPeM + /Library/Application Support/Google SketchUp 8/SketchUp/... as there will NOT be a 'Plugins' folder there [unless you have erroneously made it!]
                See wind-borne's screen-shots if you don't believe us... πŸ˜•

                TIG

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

                  @rpem said:

                  ...but I assure you that following that path does NOT lead me to plugins.

                  I assure you it is there. In fact, you told us it was there when you wrote:

                  @unknownuser said:

                  I did just what you instructed the first time. This is what I saw.

                  Sketchup.find_support_file("Plugins")
                  Sketchup.find_support_file("Plugins")
                  Sketchup.find_support_file("Plugins")
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins

                  Etaoin Shrdlu

                  %

                  (THERE'S NO PLACE LIKE)

                  G28 X0.0 Y0.0 Z0.0

                  M30

                  %

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

                    @dukejazz said:

                    Right click on your sketchup 8 shortcut...

                    dukejazz, this would all be nice except the OP is using a Mac so none of this applies to him.

                    Etaoin Shrdlu

                    %

                    (THERE'S NO PLACE LIKE)

                    G28 X0.0 Y0.0 Z0.0

                    M30

                    %

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

                      @dave r said:

                      @dukejazz said:

                      Right click on your sketchup 8 shortcut...

                      dukejazz, this would all be nice except the OP is using a Mac so none of this applies to him.
                      BUT you can make the equivalent to a shortcut - an 'alias' - on a MAC... so it is a quick way of going to a particular folder/file too...

                      TIG

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

                        True

                        Etaoin Shrdlu

                        %

                        (THERE'S NO PLACE LIKE)

                        G28 X0.0 Y0.0 Z0.0

                        M30

                        %

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

                          @tig said:

                          @rpem said:

                          I'm sure that that is what I should find, but I assure you that following that path does NOT lead me to plugins. Should I reload SU8? Have been using it for at least 6 months with no issues until trying to download ruby scripts.
                          Thank you both, nonetheless for taking the time to assist.
                          There's nothing wrong with Sketchup.
                          It's 'PEBCAC'...
                          As others have tried to explain the path /Library/Application Support/Google SketchUp 8/SketchUp/Plugins is where your 'Plugins' should go.
                          On a MAC the 'HD' is not returned at the start of the path... so the full folder-path is actually
                          HD/Library/Application Support/Google SketchUp 8/SketchUp/Plugins
                          PLEASE DO NOT start searching from your own 'User' starting point with HD/Users/RPeM + /Library/Application Support/Google SketchUp 8/SketchUp/... as there will NOT be a 'Plugins' folder there [unless you have erroneously made it!]
                          See wind-borne's screen-shots if you don't believe us... πŸ˜•

                          My Newbie badge is glowing. β˜€ Yes indeed starting the search from my "user" starting point leads to no plugins folder, but starting from "DaDisk" – the Mac HD – the path follows just as you all told me it would. I won't ask why - it's a computer thing. Again, I thank you all for your patience and contributions. Yikes! 😳

                          1 Reply Last reply Reply Quote 0
                          • pbacotP Offline
                            pbacot
                            last edited by

                            Yes, Jobs only knows why we have TWO very important "Library" folders. Well actually, it's because one is for everyone and one is for each user. So get used to it. I put my Plugins Folder "alias" in the sidebar which shows in every finder window (drag the folder icon into the sidebar). Then you just drag plugins from the Downloads folder to that alias. (Your Downloads folder should also be in your dock or the sidebar or both, for ease of use.)

                            To make it interesting, when you use LayOut the Scrapbook folder for Layout ends up under the User Library folder, by default, which seems opposite logic to me. It could be worse. I tried to load a plugin for Gimp and gave up (for now).

                            MacUser

                            MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                            1 Reply Last reply Reply Quote 0
                            • dukejazzD Offline
                              dukejazz
                              last edited by

                              Mac users I sorry, I miss readed your question.
                              This is how window work with sketchup.

                              MS Windows vista, win7 only not mac:

                              Right click on your sketchup 8 shortcut, select open file location or properties - open file loaction.

                              When file loaction opens in explorer you should see a Plugins folder
                              if not create a new folder and rename it to Plugins.

                              If it say you can't rename it then its is hidden or the file has security see your admin for help. To unhide a file use Explorer - tools -folder options - view
                              then select, show hidden files or folders = on.

                              I think you should be ready to go now.

                              Extra set up:

                              Right click Plugins folder - create shortcut.

                              Cut and paste to any folder for easy access to the internet
                              Example: desktop or links folder.

                              note
                              [vista, win 7] open Explorer - organize - layout - navigation pane is on
                              favorite links list comes from the links folder.

                              The navigation pane favorite links can be added to or reorder by dragging and dropping folders shortcuts to it and will show up in the links folder

                              Go go internet download action on zips and xxx.rb:

                              zips: open - select all - drag and drop on (navigation pane) plugins folder. (nice and sweet).

                              xxx.rb: Save as - (navigation pane) press plugins folder - Save (easy work).

                              1 Reply Last reply Reply Quote 0
                              • dukejazzD Offline
                                dukejazz
                                last edited by

                                Here you go sketchup Macintosh users.

                                Macintosh HD/Library/Application Support/Google SketchUp 8/SketchUp/plugins.

                                if plugins folder is missing then create one here in SketchUp folder.

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post
                                Buy SketchPlus
                                Buy SUbD
                                Buy WrapR
                                Buy eBook
                                Buy Modelur
                                Buy Vertex Tools
                                Buy SketchCuisine
                                Buy FormFonts

                                Advertisement