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

    Plugin installation on Lion

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

      In Sketchup open Window > Ruby Console and type/copy+paste this
      Sketchup.find_support_file("Plugins")
      This will return the correct path to the Plugins folder for your particular installation.
      Note that this path will start at the ' Macintosh HD/...' and it is NOT the very similar path starting at your 'User' folder...

      TIG

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

        Thanks for the response, but this is what I end up with.File path

        It doesn't show a Plugins folder.

        Here is the ruby dialog boxRuby dialog

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

          You didn't start with MacIntosh HD. You started with the User.

          Notice the console text shows Library/Application Support/... But you don't have Application Support under the User.

          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

            @tig said:

            In Sketchup open Window > Ruby Console and type/copy+paste this
            Sketchup.find_support_file("Plugins")
            This will return the correct path to the Plugins folder for your particular installation.
            Note that this path will start at the ' **Macintosh HD/**...' and it is NOT the very similar path starting at your 'User' folder...

            TIG

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

              I did start with the Library from the HD. Here is the stretched window which shows it:Full Path

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

                You might be mistaken...
                Sketchup.find_support_file("Plugins") will only return a path to an existing file/folder OR 'nil'.
                So either you are NOT following the path OR the folder is 'hidden' OR it's NOT where it ought to be πŸ˜•
                Use the Finder to find 'Plugins' on your system πŸ˜’

                TIG

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

                  No! You aren't starting in the right place. πŸ˜’


                  This is the full path

                  Etaoin Shrdlu

                  %

                  (THERE'S NO PLACE LIKE)

                  G28 X0.0 Y0.0 Z0.0

                  M30

                  %

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

                    That is as far out as I can go. I guess they restricted my access to the HD. I'll have to contact my IT department to see if they can help me get to the right location.

                    Thanks for the help.

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

                      Your /Library/ is hidden by default in Lion.

                      it is easy to turn everything on from terminal, but this should open just the Sketchup folder.

                      I put it in a code block so you can SELLECT ALL, copy and then paste into Terminal.app [found in the Utilities folder]

                      open /Library/Application\ Support/Google\ SketchUp\ 8/SketchUp/
                      
                      
                      

                      you mayhave to hit return after pasting, and the folder should open.
                      you mayhave to give an admin password, but if you installed SU than you are an administrator.

                      otherwise get the IT boys to sort that out as well...

                      Once the Sketchup folder opens, drag the Plugins folder to your sidebar and leave it there to easy use.

                      hope this helps

                      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
                      • M Offline
                        matarazzodesign
                        last edited by

                        Thanks, I'll give this a shot tomorrow at work.

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

                          Thanks for all of your help guys. It took a bit of tweaking but now I can access and use al the plugins my little heart desires.

                          Once again thanks!

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

                            I'm glad you got it sorted out. πŸ‘

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

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

                              Glad it's working,

                              Can you spell out your solution for others that may have the same problem in the future...

                              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
                              • blruuskaB Offline
                                blruuska
                                last edited by

                                matarazzodesign,

                                Could you provide the detailed steps needed to resolve this problem?

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

                                  Hi

                                  if you can't find your plugins folder
                                  copy/paste this into 'Ruby Console' found under SU's 'Window' menu item.

                                  system('osascript<<OPEN
                                  tell application "Finder"
                                  	open ("/Library/Application Support/Google SketchUp 8/SketchUp/plugins/" as POSIX file)
                                  end tell
                                  OPEN
                                  ')
                                  
                                  

                                  then hit return...
                                  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
                                  • M Offline
                                    matarazzodesign
                                    last edited by

                                    Hi All,

                                    Sorry, I completely forgot to post how it all worked.

                                    Driven helped me out by supplying the Terminal code to make the HD appear while running Lion.

                                    @unknownuser said:

                                    Terminal.app [found in the Utilities folder]

                                    
                                    > open /Library/Application\ Support/Google\ SketchUp\ 8/SketchUp/
                                    

                                    you may have to hit return after pasting, and the folder should open.
                                    you may have to give an admin password, but if you installed SU than you are an administrator.

                                    After that showed me the HD location. I used Dave R's image to help me find the full path:

                                    http://sketchucation.com/forums/download/file.php?id=75080&t=1

                                    From there I made an alias of the Plugins folder (right-click, make alias) and moved it to My Documents, so I could access it easily.

                                    Hope this helps future users, and thanks again for helping me figure this out!

                                    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