[Plugin] CleanUp
-
@thomthom said:
You probably tried to download just as I uploaded a quick patch.
Ah, timing is everything. Works just fine. Thanks!
-
Thank you, Thom! Works just like I'd hoped. What a great time saver!
-
Hi Thom,
Thanks for the update. I'll definitely try it out (I managed to forget about two coplanar faces with differently positioned but the same texture again and screwed up my model - no big hassle though just a "doh" moment again...)
-
@gaieus said:
Hi Thom,
Thanks for the update. I'll definitely try it out (I managed to forget about two coplanar faces with differently positioned but the same texture again and screwed up my model - no big hassle though just a "doh" moment again...)
Ah yes - I'm still not sure how to account for that. But it is possible ... somehow...
-
Hi Thom,
Thanks for the update, one of my favourite plugins.
Doesnt say much about my modelling ability! -
Important update in 1.2.2
Sorry for all these updates recently.
I think I found the root of why the last update wasn't 100%.It now erases edges as they are processes, instead of in bulk later. This is because each face's plane equations must be re-evaluated after it's been merged. This might lead to slightly longer processing time - but I now hope that it truly is 100% watertight.
-
Thanks for the update. I use this puppy all the time!
-
Thanks - it is doing better job of removing edges. I am willing to trade a little extra time for a cleaner model.
I did get a reference to a deleted Edge error on this model (.stl import.) I haven't investigated the cause, but I've attached it in case you're curious.
Error: #<TypeError: reference to deleted Edge> C:\Program Files\Google\Google SketchUp 7\Plugins\tt_cleanup.rb:283:in
faces'`My fix:
283:next unless e.valid? and e.is_a?(Sketchup::Edge)
But is doesn't explain the cause.
-
hm.. that is odd. I wonder why that happens. thanks for posting the model.
-
Updated to account for the issue reported by Jim.
Though I still don't understand why I ever get a reference to a deleted edge...
-
Trap unexpected deleted edges with
edge.erase! if edge.valid?
type of code ? -
Yes - but what puzzles me is why the code comes across deleted references at all. After reviewing my code I can't work out why. I am iterating an array copy of the entities collection. And I only iterate the array once.
-
Gaieus: This update is for you. Made it investigate the UV's before merging.
Not that it is very strict, the UV values for either vertex of the edge has to be identical for each face connected to it before it merges. This means there might be cases where it visually looks like they should merge, but doesn't. They should merge is you position a material on one face and use the dropper to paint other adjacent faces.
To turn of this feature just enable the Ignore UV's.Note that this is pretty fresh code that hasn't been tested well. (Only very quickly.) So please investigate the model after using the tool and report any unexpected behaviour. (Please most sample model as that will make debugging much easier.)
-
Very handy,
-
@thomthom said:
Gaieus: This update is for you. Made it investigate the UV's before merging...
Thanks a bunch, Thom,
I will definitely check it out. Lately I have needed this function really badly. -
Thanks a lot Thom !! This is one of the greatest plugins.
-
Version 2.0.0
- Supports ThomThom's Menu
- Persistent preferences.
- Settings for global and local cleanup synced.
- Repairs split edges. (Based on Carlo Roosen's Repair Broken Edges)
- Removes duplicate faces.
- Fixes duplicate component definition names.
- Runs Validity Check at the end.
"Duplicate faces" are faces where multiple faces share the same set of vertices. The plugins should also be able to detect smaller faces overlapping larger faces.
-
Downloading...
-
Hi Thom,
thanks for the update
Incredible tool! Should be mentioned in the Visual Index thread
Rich
-
Yep, this is the best cleanup script available.
I know the choice of user interface is limited, but I'm not a fan of nested menus. I was wondering if a webdialog interface would work. So then I could have a single shortcut that would bring up the "cleanup" dialog showing the options available, and then "run" from there. Maybe? Someday?
Edit: "best" is an under-statement - it's important and essential.
Advertisement