• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

[Plugin] CleanUp

Scheduled Pinned Locked Moved Plugins
974 Posts 217 Posters 787.9k Views
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.
  • T Offline
    tt_su
    last edited by 18 Mar 2014, 10:22

    @unknownuser said:

    it would be cool if we could access the delete coplanar feature with respect to the materials via a shortcut πŸ˜ƒ would save me a thousand clicks...

    If you set up the dialog to merge only by material you can use the Clean With Last Settings by shortcut. It's a workaround, but it currently works.

    1 Reply Last reply Reply Quote 0
    • S Offline
      saucerful
      last edited by 18 Mar 2014, 15:24

      By the way, I tried installing SketchUp 2013 and got the same output in console and dialog. Let me know if I can help debug. Thanks!

      1 Reply Last reply Reply Quote 0
      • T Offline
        tt_su
        last edited by 18 Mar 2014, 16:29

        Can you install this RBZ and go Plugins > SketchUp Diagnostics Tools > Collect Data ?

        Now, it should put a txt file on your Desktop... though I'm not sure how this works when you are running Linux+Wine... :s


        su_diagnostics.rbz

        1 Reply Last reply Reply Quote 0
        • S Offline
          saucerful
          last edited by 18 Mar 2014, 20:17

          Diagnostic ouptut is attached.


          SketchUp-Diagnostic.txt

          1 Reply Last reply Reply Quote 0
          • T Offline
            tt_su
            last edited by 19 Mar 2014, 09:24

            Given that file I don't see CleanUp as being installed - only TT_Lib2...

            1 Reply Last reply Reply Quote 0
            • S Offline
              saucerful
              last edited by 19 Mar 2014, 15:29

              Whoops, I removed Cleanup to check whether I would get errors with just TT_Lib. And I did.

              I reinstalled CleanUp and attached the diagnostic. Thanks for your patience.


              SketchUp-Diagnostic2.txt

              1 Reply Last reply Reply Quote 0
              • T Offline
                tt_su
                last edited by 19 Mar 2014, 16:11

                Ah, right!
                And the error message you posted here: http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=22920%26amp;view=unread%26amp;sid=3c5780a432a36ee6c62eb305f16f5390#p516006
                Was that with or without CleanUp installed?

                1 Reply Last reply Reply Quote 0
                • S Offline
                  saucerful
                  last edited by 19 Mar 2014, 16:43

                  With. Without I get just the first half:

                  
                  Error Loading File C;/Program Files/Google/Google SketchUp 8/Plugins/TT_Lib2/core.rb
                  uninitialized constant TT;;GUI;;ToolWindowError Loading File TT_Lib2.rb
                  uninitialized constant TT;;GUI;;ToolWindow
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • T Offline
                    thomthom
                    last edited by 19 Mar 2014, 17:45

                    Are you able to run SU2014? It should provide a more detailed error to pin-point where it fails.

                    I'm not a linux user and I only ever tried Ubuntu briefly in 2008... :s

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

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      saucerful
                      last edited by 19 Mar 2014, 17:56

                      Unfortunately SketchUp 2014 doesn't work at all. I've attached diagnostic output from SketchUp 2013, in case that helps...


                      SketchUp-Diagnostic2013.txt

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        tt_su
                        last edited by 20 Mar 2014, 10:04

                        I'm sorry how much back and forth this takes, but without being able to reproduce I'm a bit blind here.

                        SketchUp prior to SU2014 has flawed error messages that makes it hard to debug. Can I ask you to open the Ruby Console (SketchUp's console, not Linux) and see what you get from this command: load "TT_Lib2/core.rb"

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          tt_su
                          last edited by 20 Mar 2014, 15:16

                          What? "load_uninstalled.txt" was a result of running load "TT_Lib2/core.rb when TT_Lib was uninstalled? That makes no sense because it's loading files... if you had unisntalled TT_Lib2 then load "TT_Lib2/core.rb should have returned an error about file not found.
                          I'm not able to make any sense out of this...

                          Did you restart SketchUp after uninstalling?

                          1 Reply Last reply Reply Quote 0
                          • S Offline
                            saucerful
                            last edited by 20 Mar 2014, 15:39

                            Sorry, by uninstall I meant unchecking TT_Lib2 and Cleanup in the Extensions dialog and restarting SketchUp.

                            The TT_Lib2 files are still in the Plugins directory. Maybe it makes no sense to run "TT_Lib2/core.rb" in this state? I thought it might be akin to how SketchUp loads the extension at startup?

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              tt_su
                              last edited by 20 Mar 2014, 15:44

                              Unchecking TT_Lib2 in the Extension Manager will have no effect.

                              This error is very strange.

                              Can you try a few other mutations?

                              ` load "TT_Lib2/sketchup.rb"

                              load "TT_Lib2/system.rb"

                              load "TT_Lib2/entities.rb"`

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                saucerful
                                last edited by 20 Mar 2014, 15:53

                                Here's one log for all of them (search for the command to get to it).


                                loads.txt

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  saucerful
                                  last edited by 20 Mar 2014, 16:16

                                  @tt_su said:

                                  I'm sorry how much back and forth this takes, but without being able to reproduce I'm a bit blind here.

                                  No worries! I really appreciate your patience and am happy to send you any debug info.

                                  @tt_su said:

                                  SketchUp prior to SU2014 has flawed error messages that makes it hard to debug. Can I ask you to open the Ruby Console (SketchUp's console, not Linux) and see what you get from this command: load "TT_Lib2/core.rb"

                                  I ran this with both TT_Lib2 installed, and not. I think the latter has more information about the error...


                                  load_uninstalled.txt


                                  load_installed.txt

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    TIG Moderator
                                    last edited by 20 Mar 2014, 18:39

                                    @saucerful said:

                                    ...The TT_Lib2 files are still in the Plugins directory. Maybe it makes no sense to run "TT_Lib2/core.rb" in this state?...
                                    πŸ˜• !!! Do you mean by that you have files from the TT_Lib2 folder 'loose' in the Plugins folder?? πŸ˜’
                                    When you install the TT_Lib2 you should have a loader .rb and a subfolder with the same name which contains everything else.
                                    I ANY of the files inside the subfolder have found there way into the Plugins folder they will load out of sync as SketchUp starts, rather that as TT's other plugins 'require' them, as they themselves auto-load...
                                    So if that is the case, then you need to carefully 'sanitize' your Plugins folder and remove all of the TT Lib files that should NOT ever be in there... πŸ˜•

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      saucerful
                                      last edited by 20 Mar 2014, 19:50

                                      It works! Thank you so much. This plugin is extremely useful for our workflow at Open Source Ecology (see here ).

                                      Any idea when 2.9.9 will be pushed to the extension warehouse?

                                      1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        tt_su
                                        last edited by 20 Mar 2014, 22:09

                                        @saucerful said:

                                        It works!

                                        Huh! How about that! Stab in the dark!
                                        Glad it worked. πŸ˜„
                                        I'll upload to EW right now. Not sure when it goes live, depends on the moderation queue.

                                        1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          tt_su
                                          last edited by 20 Mar 2014, 22:25

                                          So, I'm making a guess here: Wine calls Linux's file functions which returns the files in a different order - revealing a dependency bug that isn't visible in Windows or OSX.

                                          Can you try this version attached:
                                          (Deleted file as it's now been uploaded to Extension Warehouse, Plugin Store and GitHub.)

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 41
                                          • 42
                                          • 43
                                          • 44
                                          • 45
                                          • 48
                                          • 49
                                          • 43 / 49
                                          43 / 49
                                          • First post
                                            841/974
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement