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

    [Plugin] CleanUp

    Scheduled Pinned Locked Moved Plugins
    974 Posts 217 Posters 788.6k Views 217 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.
    • T Offline
      TRIPOD
      last edited by

      I use SU 2015 x64 Portable. First starting SU was correct with plugins. Next start SU appear errors loading cleanup. TT Lib (latest version) had already installed with extension manager but SU says that it not install. Screenshot below. What is it? Why CleanUp is not loading.

      http://i67.fastpic.ru/big/2014/1125/98/191fa7fbdbc9dd68ea1d99dae96a8c98.jpg

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jim
        last edited by

        What is "Portable" SketchUp? Where did you get it? Whatever it is, it is not a supported installation.

        Hi

        1 Reply Last reply Reply Quote 0
        • T Offline
          TRIPOD
          last edited by

          @jim said:

          What is "Portable" SketchUp?

          It is the same as "usually" SketchUp is, but does not require standart installation. It very easy if you are often re-install windows OS.

          @jim said:

          Where did you get it?

          It gave me my friend.

          @jim said:

          Whatever it is, it is not a supported installation.

          Why? The way of file system is the same as SketchUp standard installation ones. Other plugins successfully loading into portable version.

          1 Reply Last reply Reply Quote 0
          • K Offline
            kyleboyd
            last edited by

            Thom Thom et. all,

            I recently got a new computer (Mac running 10.9) and Sketchup 2015 and I am experiencing some odd issues. When I click Clean and run through the dialog box, many coplanar faces are not removed). When I then just click on the Merge Faces button, they are picked up. It seems to be fairly erratic though.

            Your help would be greatly appreciated, as CleanUp has been extremely useful over the years and is one of my most used plug-ins (and a large tool in my workflow). Thanks so much for all your awesome work!

            1 Reply Last reply Reply Quote 0
            • thomthomT Offline
              thomthom
              last edited by

              Do you have a sample model to reproduce this?

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

              1 Reply Last reply Reply Quote 0
              • B Offline
                bracisig
                last edited by

                hey mate i added the EX but i cant find it in my sketchup dont know what to do ?

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

                  @bracisig said:

                  hey mate i added the EX but i cant find it in my sketchup dont know what to do ?
                  Assuming you mean EXtension, how did you 'add it'.
                  Did you install it from the RBZ archive ?
                  Did you also install the 'TT_Lib' RBZ required by thomthom's tools ?
                  Both available in the PluhginStore...
                  http://sketchucation.com/pluginstore?pln=TT_Lib
                  http://sketchucation.com/pluginstore?pln=tt_cleanup
                  Did you restart SketchUp ?
                  Did you read the tool's instructions ?
                  http://sketchucation.com/forums/viewtopic.php?p=193587#p193587
                  Is its Extension activated in the relevant section of the 'Preferences' dialog ?
                  Did you look under the 'Plugins' menu submenu for its items [remember that this is now renamed 'Extensions' in v2015 !]

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • K Offline
                    kyleboyd
                    last edited by

                    Fortunately for me, unfortunately for debugging, I can't seem to reproduce my previous issues.

                    In trying, I triple checked my cleaning settings, so perhaps I was just boneheaded and it was all user error. (I thought I went through and checked-unchecked the different settings, but maybe not).

                    Anyhow, thanks for the response, if it happens again, I will be sure to attach the offending sample of model. Thanks again for all your awesome work!

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

                      Why this is not cleaning! 😮
                      Works by hand line by line!

                      no_clean.jpg


                      noclean.skp

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

                      1 Reply Last reply Reply Quote 0
                      • CadFatherC Offline
                        CadFather
                        last edited by

                        because they belong to faces inside - it always worked that way

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

                          Thanks! 😎
                          So that works after use the Remove inner faces by Wiiki! 👍

                          cleanUp.gif

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

                          1 Reply Last reply Reply Quote 0
                          • CadFatherC Offline
                            CadFather
                            last edited by

                            yes, or some good solidsolvers..

                            1 Reply Last reply Reply Quote 0
                            • A Offline
                              AcesHigh
                              last edited by

                              It seems it can´t UN-SMOOTH the models?

                              I have this model with a ridiculous amount of groups and subgroups. And it's all softened, although it should not be softned at all.

                              It´s impossible to unsoften by hand because of the amount of groups, and I also don´t want to ungroup them all (because I might have to move the groups around)

                              But setting the SOFTEN to 0 degrees does not unsoften the groups and subgroups, unlike the Soften Edges Panel...

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

                                That would be nice. I notice a group can be unsoftened /softened but not a nested group (without first opening the parent group). That's with the Soften/Smooth dialog.

                                MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

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

                                  Use with care !
                                  Copy+Paste into the Ruby Console + <enter>.

                                  m=Sketchup.active_model; m.start_operation("Un...",true); es=m.entities.grep(Sketchup;;Edge); m.definitions.each{|d|next if d.image?; es<<d.entities.grep(Sketchup;;Edge)}; es.flatten.each{|e|e.soft=false;e.smooth=false}; m.commit_operation
                                  

                                  You can also do e.hidden=false too...
                                  To process a selection...

                                  m=Sketchup.active_model; s=m.selection; m.start_operation("Un...",true); es=s.grep(Sketchup;;Edge); s.grep(Sketchup;;Group).each{|g|es<<g.entities.grep(Sketchup;;Edge)};; s.grep(Sketchup;;ComponentInstance).each{|i|es<<i.definition.entities.grep(Sketchup;;Edge)}; es.flatten.each{|e|e.soft=false;e.smooth=false}; m.commit_operation
                                  

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • A Offline
                                    amalthee
                                    last edited by

                                    Thanks a million Thomthom, though i was going to throw my computer away, downloaded CleanUp its magic.
                                    Scenes that took minutes to open now not even time to say "thank you Thomthom..."and the scene is open.
                                    Made my day or actually my late night !

                                    1 Reply Last reply Reply Quote 0
                                    • DDKD Offline
                                      DDK
                                      last edited by

                                      wow thank you so much for this, was told I would have to optimize with a different program and learn that... this saves me so much time , I love it...need it for my objects in game engines... I've only had one issue where I lost a part of my project but I fixed it and is all good.. you do great work, you are awesome!!! ☀

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

                                        for me is not working 😞 is only deleting max 15 and when i click to show hidden geometry is not showing nothing 😞

                                        1 Reply Last reply Reply Quote 0
                                        • dereiD Offline
                                          derei
                                          last edited by

                                          After the SUbD rising and other quad-based modeling helpers in SketchUp, maybe some fixes to the CleanUp plugin would be in order. And frankly, I would be very happy if we would have some fixes (i may even send you a cookie 💚 )

                                          So, what I'm thinking:
                                          1.option to cleanup with preserving the quads (there are still plenty of faces to merge and messy geometry to clean) - as now it will clean absolutely everything.
                                          2.add the possibility to save presets. There are already some presets in the menu, but many times special combinations of settings are required. Would be awesome to save those as presets for quick use (and even adding kb shortcuts to them, if is not too much to ask 😄)

                                          Thank you very much.

                                          DESIGNER AND ARTIST [DEREI.UK](http://derei.uk/l)

                                          1 Reply Last reply Reply Quote 0
                                          • thomthomT Offline
                                            thomthom
                                            last edited by

                                            Good suggestions. I filed it in the issue tracker: https://bitbucket.org/thomthom/cleanup/issues/10/preserve-quads

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

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 45
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 47 / 49
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement