sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

    [Plugin] CleanUp

    已排程 已置頂 已鎖定 已移動 Plugins
    974 貼文 217 Posters 865.7k 瀏覽 217 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • A 離線
      AcesHigh
      最後由 編輯

      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 條回覆 最後回覆 回覆 引用 0
      • pbacotP 離線
        pbacot
        最後由 編輯

        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 條回覆 最後回覆 回覆 引用 0
        • TIGT 離線
          TIG Moderator
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • A 離線
            amalthee
            最後由 編輯

            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 條回覆 最後回覆 回覆 引用 0
            • DDKD 離線
              DDK
              最後由 編輯

              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 條回覆 最後回覆 回覆 引用 0
              • M 離線
                MistahGrizzly
                最後由 編輯

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

                1 條回覆 最後回覆 回覆 引用 0
                • dereiD 離線
                  derei
                  最後由 編輯

                  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

                  1 條回覆 最後回覆 回覆 引用 0
                  • thomthomT 離線
                    thomthom
                    最後由 編輯

                    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 條回覆 最後回覆 回覆 引用 0
                    • K 離線
                      KDhyne
                      最後由 編輯

                      Hello! Your extension is very useful!

                      I'd like to know if there is a way to automate this plugin via ruby script? I need to import a 3ds file, run this extension, save as .skp, and repeat about 1500 times 😄

                      Is this possible? Thank you!

                      1 條回覆 最後回覆 回覆 引用 0
                      • S 離線
                        sasasaps
                        最後由 編輯

                        Great plug-in! Thanks a lot TT.

                        Also here for a question, in case anybody got to it already: What would be the recommended settings of the CleanUp plug-in so it doesn't kill the proxy materials??

                        In my experience it has taken down the "linked" materials used in proxies, someone else had the same trouble?

                        1 條回覆 最後回覆 回覆 引用 0
                        • S 離線
                          sasasaps
                          最後由 編輯

                          @sasasaps said:

                          Great plug-in! Thanks a lot TT.

                          Also here for a question, in case anybody got to it already: What would be the recommended settings of the CleanUp plug-in so it doesn't kill the proxy materials??

                          In my experience it has taken down the "linked" materials used in proxies, someone else had the same trouble?

                          Sorry, I forgot to explain that I use proxies in Vray 2.0 (in SKP2016).

                          Thanks,

                          1 條回覆 最後回覆 回覆 引用 0
                          • S 離線
                            shannonnovus
                            最後由 編輯

                            For the most part I love this plugin, but I'm having an issue with the "smooth by angle" feature. I'm running SketchUp 2015, with CleanUp3 (3.3.1).

                            It seems like the CleanUp plugin is "seeing" the lines that it could fix, and claims to be doing so, but isn't actually fixing anything.

                            Steps to reproduce:

                            1. Select the geometry (building outlines that have several line segments that are almost but not quite parallel)
                            2. Run CleanUp3, with Smooth Edges by Angle set to 5.0.
                            3. It runs, and says "Edges reduced: 1500", and the validity check is showing no problems.
                            4. BUT, then I still have the same number of edges in my model (8417) that I had at the beginning. Looking at the outlines in detail, the offending lines are still there.

                            I've tried both with faces included and faces deleted.

                            Any ideas?

                            Thanks,
                            Shannon

                            1 條回覆 最後回覆 回覆 引用 0
                            • thomthomT 離線
                              thomthom
                              最後由 編輯

                              @sasasaps said:

                              Great plug-in! Thanks a lot TT.

                              Also here for a question, in case anybody got to it already: What would be the recommended settings of the CleanUp plug-in so it doesn't kill the proxy materials??

                              In my experience it has taken down the "linked" materials used in proxies, someone else had the same trouble?

                              I'm not sure how the proxy materials are stored. You might want to make CleanUp not ignore attributes for materials - to avoid materials merging unless also the attributes are identical.
                              Then it could be that some materials used are not applied in the model - then you want to avoid purging materials.

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

                              1 條回覆 最後回覆 回覆 引用 0
                              • M 離線
                                manum876
                                最後由 編輯

                                Hi Thom! You see, I have some trouble loading the plugin, I already uninstalled it a couple of times, and replaced everything with the latest version to no avail. Here's the error log that appears every time I fire up SketchUp. Hope you can help me.
                                Thanks.

                                Something when wrong trying to load C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/TT_CleanUp/vendor/error-handler/error_reporter.rb.
                                Please copy this message and forward it to the developer.
                                Load error:
                                Error: #<NameError: undefined local variable or method error' for main:Object> C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/TT_CleanUp/vendor/error-handler/error_reporter.rb:483:in rescue in <top (required)>'
                                C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/TT_CleanUp/vendor/error-handler/error_reporter.rb:12:in <top (required)>' C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup/bootstrap.rb:8:in require'
                                C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup/bootstrap.rb:8:in <top (required)>' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/extensions.rb:197:in require'
                                C:/PROGRA~1/SketchUp/SKETCH~1/Tools/extensions.rb:197:in load' C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup.rb:40:in register_extension'
                                C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup.rb:40:in <module:CleanUp>' C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup.rb:15:in module:Plugins'
                                C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup.rb:14:in <module:TT>' C:/Users/UsuarioBMA/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/tt_cleanup.rb:13:in <top (required)>'
                                C:/PROGRA~1/SketchUp/SKETCH~1/Tools/sketchup.rb:85:in require' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/sketchup.rb:85:in block in require_all'
                                C:/PROGRA~1/SketchUp/SKETCH~1/Tools/sketchup.rb:85:in each' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/sketchup.rb:85:in require_all'
                                eval:1:in `<main>'

                                1 條回覆 最後回覆 回覆 引用 0
                                • A 離線
                                  AirWindSolar
                                  最後由 編輯

                                  This is probably my most used extension, but there's one option I'd love to see added; removing the terrain layer.
                                  I use the location snapshot on probably 95% of my models for placing ground mounts or having an easy reference to real world objects, but only about 1% of my models actually use the terrain. (For the most part, that's left to the installers to deal with on site.) That can end up being a huge amount of extra data. Currently, I end up having to turn snapshot off, turn terrain on, unlock and delete each imagery section, then delete the layer and turn snapshot back on. Having it happen automatically in an extension I run on every model anyway would save some time and eliminate those times when I just plain forget to do it and leave 2-3 extra MB of unused data in a model of, for example, an apartment complex or shopping center. Foregoing "clean with last settings" and unchecking the option on the rare occasion I actually want the terrain would be a small price to pay.

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • thomthomT 離線
                                    thomthom
                                    最後由 編輯

                                    Can you file that feature request in the issue tracker please?
                                    https://bitbucket.org/thomthom/cleanup/issues?status=new%26amp;status=open

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

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • plot-parisP 離線
                                      plot-paris
                                      最後由 編輯

                                      Hey Thomthom,

                                      I do not know since when this is an issue. But with big models, the CleanUp porcess doesn't work anymore. Only when I select small portions at a time, does it clean up. If I select too many objects simultaneously, its not doing anything.
                                      Is this a known issue?
                                      Here is such a model. Do you experience the same problem or is it just my system

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • thomthomT 離線
                                        thomthom
                                        最後由 編輯

                                        I've not heard of that. What system do you got? SU version, OS and OS version?

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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • plot-parisP 離線
                                          plot-paris
                                          最後由 編輯

                                          SketchUp Pro 2016 (v 16.1.1449)
                                          Windows 10

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • cottyC 離線
                                            cotty
                                            最後由 編輯

                                            I've got a lot of unresolved problems while opening the model, the cleanup afterwards leads to this...

                                            cleanupproblem.JPG

                                            my SketchUp gallery

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 45
                                            • 46
                                            • 47
                                            • 48
                                            • 49
                                            • 48 / 49
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement