[Plugin] CleanUp
-
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 methoderror' 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:inload' 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:inrequire' 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:ineach' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/sketchup.rb:85:in
require_all'
eval:1:in `<main>' -
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. -
Can you file that feature request in the issue tracker please?
https://bitbucket.org/thomthom/cleanup/issues?status=new%26amp;status=open -
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 -
I've not heard of that. What system do you got? SU version, OS and OS version?
-
SketchUp Pro 2016 (v 16.1.1449)
Windows 10 -
I've got a lot of unresolved problems while opening the model, the cleanup afterwards leads to this...
-
-
@cotty said:
I've got a lot of unresolved problems while opening the model, the cleanup afterwards leads to this...
I also saw the model had lots of validation issues.
I found your error report Cotty. It appear to come from face merging - some faces where lost. Typically I see this when a model have small faces which cause tolerance issue in SU. Or some models with imported DWG data which have carried over some small precision issues.
However, when I opened that model and ran only Merge Faces I got no errors.
What settings did you guys use with CleanUp? The different set of options often have great impact on what might trigger a bug/issue.
-
I do prefer ultra-clean...
-
I was relying on the SketchUcation Plugin to keep my stuff up to date. But that obviously didn't work. I just re-installed CleanUp³ and now got the same error message as cotty.
I then used thomthom's trick and did a first run, just Merging Faces and then a second, full cleanup. This worked!
So thanks guys. Now I have a new trick to use, when handling problematic models...
-
Maybe you could add another trick and clean periodically as you go so you don't have a big load of stuff to clean up at the end.
-
@cotty said:
I do prefer ultra-clean...
I recommend to enable Remove Duplicate Face only when you know there is an issue. It's extremely slow and not always reliable.
-
@plot-paris said:
I then used thomthom's trick and did a first run, just Merging Faces and then a second, full cleanup. This worked!
That's strange... and troublesome. It means the issue stems from compound cleanup actions. hmm...
-
-
@thomthom said:
That's strange... and troublesome. It means the issue stems from compound cleanup actions. hmm...
Possibly the order of the operations? Sounds like removing duplicate faces simplified it enough that whatever was crashing could handle what was left after that specific operation.
One thing I'm noticing is that, for example, the bicycles are 24 separate but apparently identical ~600kb groups. That adds a lot of complexity compared to having a couple dozen instances of a single component. Same thing with several doors, etc. How hard would it be to recognize identical groups/components/items, and replace all of the duplicates with instances of one? (Maybe with some minimum complexity and/or count so it's not making components of every triangle or rectangle that happens to have a single mate somewhere.)
-
@airwindsolar said:
How hard would it be to recognize identical groups/components/items, and replace all of the duplicates with instances of one? (Maybe with some minimum complexity and/or count so it's not making components of every triangle or rectangle that happens to have a single mate somewhere.)
I had a stab at that a few years ago: http://sketchucation.com/forums/viewtopic.php?t=30143
But I never got around to finish it. It quickly becomes non-trivial. -
Another thought on this one; not sure how hard it would be to calculate without saving, but a before and after file size, or percent reduction of the file size in the info box would be a handy bit of bragging if a user is wondering how much this saved them.
-
That would not be realistically possible with any kind of accuracy. The fileformat changes from version to version and the filesize depend on how SU pack the bytes.
Also, the filesize is not a good indication for how complex or large the model is. You can have a model with millions of faces and tiny filesize due to using components. On the other hand, you could also have a huge filesize with only a cube in the model - if there are applied large textures, watermarks etc. Materials, attributes, styles, watermarks all skew the filesize.
CleanUp was never made for saving filesize - it was for making the model geometry cleaner and simpler, hopefully improving the performance of the model a little. (Some times you do notice a big filesize difference - which is most likely due to purging unused items, but that's just a bonus.)
-
Why Clean Up after a Lattice Maker (by TIG) don't Clean coplanar thing ?
Solid Solver by TIG make it !
Solid Inspector2 don't make it! (by ThomThom)
Protrude by Jim
Fredo Scale by Fredo6What I miss ?
Advertisement