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

    Honeycomb lamp

    Scheduled Pinned Locked Moved WIP
    113 Posts 18 Posters 26.1k Views 18 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.
    • D Offline
      driven
      last edited by

      @olishea said:

      Anyone else seen Yosemite conflicts with SketchUp 8?

      everyone that uses it...

      there are a couple of 'fixes' if you can live without 'fonts' and 'Outliner'

      I've got a script if you want...

      v15 works very well...
      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
      • olisheaO Offline
        olishea
        last edited by

        @driven said:

        @olishea said:

        Anyone else seen Yosemite conflicts with SketchUp 8?

        everyone that uses it...

        there are a couple of 'fixes' if you can live without 'fonts' and 'Outliner'

        I've got a script if you want...

        v15 works very well...
        john

        Yes, please share the fix. I've got a job I need to finish on SU and I just can't open it.

        This is why I don't like updating things! πŸ˜†

        oli

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

          @olishea said:

          Yes, please share the fix. I've got a job I need to finish on SU and I just can't open it.

          you need to be alble to open it to apply any fix...
          so open Terminal.app
          and paste in

          open -F /Applications/Google\ SketchUp\ 8/Sketchup.app
          

          that should open a new model...
          close Outliner and never open again...
          don't use fonts for anything...

          close and try to open from a skp file...

          The script I have will rename those, so they can't ever open, but try this first and get back asap...

          if you want to PM your phone number I can talk you thru it...

          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
          • olisheaO Offline
            olishea
            last edited by

            When I paste that into terminal, it opens SU but then it closes straight away. It loads some plugins and then quits before I can do anything.

            Could it be a plugin causing this problem?

            Thanks for your support πŸ‘

            oli

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

              most likely a renderer...
              try this one

              cd /
              Applications/Google\ SketchUp\ 8/SketchUp.app/Contents/MacOS/SketchUp -DisableRubyAPI YES
              

              if it runs, it's likely to be a plugin...
              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
              • olisheaO Offline
                olishea
                last edited by

                sketchup quit unexpectedly

                aagaghghhh!!!

                oli

                1 Reply Last reply Reply Quote 0
                • olisheaO Offline
                  olishea
                  last edited by

                  I deleted the old Twilight Render plugin and now SU opens....but obviously without any plugins.

                  But......I tried the original code you gave me and SU still crashes? 😞

                  oli

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

                    @olishea said:

                    ....but obviously without any plugins.

                    once you restart SU you should have your Plugins back...

                    @unknownuser said:

                    But......I tried the original code you gave me and SU still crashes? 😞

                    that should be reusable, the -F just means start fresh...
                    normally if something fails from Terminal, you close the window, and open a new one...
                    otherwise your not sure if the first has finished...
                    EDIT:
                    you can try -n as well, I use both in some of my plugins...

                    @unknownuser said:

                    -F  Opens the application "fresh," that is, without restoring windows.
                         Saved persistent state is lost, except for Untitled documents.
                     -n  Open a new instance of the application(s) even if one is already run-
                         ning.
                    

                    learn from the mistakes of others, you may not live long enough to make them all yourself...

                    1 Reply Last reply Reply Quote 0
                    • olisheaO Offline
                      olishea
                      last edited by

                      So...I'm kinda lost.

                      I can only open SU using the "disable ruby api" code.

                      I can't restart SU to see my plugins, it just crashes unless I use the above code.

                      oli

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

                        it is possibly only one ruby that causing it,

                        to start have a look in tools and rename any that aren't from SU

                        open -R /Library/Application\ Support/Google\ SketchUp\ 8/Sketchup/[Tt]ools
                        

                        you could rename Plugins folder while your there and make sure the SU rubies function.

                         mv  /Library/Application\ Support/Google\ SketchUp\ 8/SketchUp/plugins /Library/Application\ Support/Google\ SketchUp\ 8/SketchUp/plugins_copy
                        

                        you can also check for other plugins...

                        open -R ~/Library/Application\ Support/Google\ SketchUp\ 8/Sketchup/[Pp]lugins
                        

                        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
                        • olisheaO Offline
                          olishea
                          last edited by

                          Thanks, I will have a look when I'm back on my SU computer. Really strange how this is happening!

                          oli

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

                            not so strange really...
                            v8 is ancient in computing terms...
                            even without any plugins, SU has problems as it uses some 'old' Apple frameworks that are not supported in Yosemite...

                            for plugins the main issue are security and the ruby version...
                            some plugin vendors think they should be able to hide files all over the place and Apple have finally said 'No'...
                            and it has also stopped shipping Ruby 1.8...
                            on a mac, SU has always used the Apple supplied version...

                            SU v14/15 actually supplies it's own ruby, so this type of conflict should subside it the future...

                            I keep v8, only because I write and test plugins, I haven't even opened it in 3 months, before your issues...

                            It is possible to carry on using it if your ready for grief, or if you roll back to Mavericks, but I think the Yosemite/v15 combo is a ++ situation...

                            most of the renderers [out of the few that work on mac] have caught up, and most of the other day to day plugins run better...

                            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
                            • olisheaO Offline
                              olishea
                              last edited by

                              I suppose that's as good an excuse as any to upgrade to 2015!

                              The reason I stayed with V8 is because of all the plugin conflicts I kept reading about. I suppose I'll just have to deal with it!

                              oli

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

                                I usually consider myself both rather intelligent and artistic... but... you guys are hurting my brain.

                                I has the dumb... how do think?

                                Seriously though, I realize this is an old thread but this has my brain in a knot trying to decipher the magic "unicorn fartin rainbows and poopin' chocolate chip cookies" combo of plugins and algorithms.

                                There isn't one though... right? If there was on thing I wished for (if I haven't missed it existing already) it would be "Place object at point" if you see what I mean?

                                THe function to place points and then place prefabricated objects at these points and then intersecting with main object.

                                Either way, beautiful work guys.

                                1 Reply Last reply Reply Quote 0
                                • olisheaO Offline
                                  olishea
                                  last edited by

                                  Hey Djeeno. Thanks for the comment.

                                  I think you need Blender for what you are talking about. Or even parametric modelling.

                                  Sketchup isn't the best for this sort of modelling.....that's why we have to use several plugins. It's a pain but you can make some funky looking objects. πŸ˜„

                                  oli

                                  1 Reply Last reply Reply Quote 0
                                  • pilouP Offline
                                    pilou
                                    last edited by

                                    You are not obliged to modelise in detail! πŸ’š
                                    Just make a plain external volume then...
                                    A texture with holes can make the same result without efforts! πŸ€“

                                    spi.jpg

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

                                    1 Reply Last reply Reply Quote 0
                                    • olisheaO Offline
                                      olishea
                                      last edited by

                                      Nice Pilou

                                      oli

                                      1 Reply Last reply Reply Quote 0
                                      • hellnbakH Offline
                                        hellnbak
                                        last edited by

                                        @djeeno said:

                                        "unicorn fartin rainbows and poopin' chocolate chip cookies"

                                        πŸ˜† πŸ˜† πŸ˜†

                                        "Politicians are just like diapers -- they need to be changed often, and for the same reason"

                                        1 Reply Last reply Reply Quote 0
                                        • olisheaO Offline
                                          olishea
                                          last edited by

                                          sneak peek of more playing hehe not SU though


                                          Screen Shot 2016-02-27 at 13.10.19.png


                                          Screen Shot 2016-02-27 at 13.12.18.png


                                          Screen Shot 2016-02-27 at 13.13.32.png

                                          oli

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

                                          Advertisement