[Plugin] CleanUp
-
# 3.1.4 - 16.05.2011 # * Added error detection for merge faces. # * Added validation for merge faces to avoid geometry loss. # * Added result feedback to Ruby Console for each standalone operation. # * Fixed namespace compatibility with TT_Lib 2.5.4 # * Fixed merge similar material but - now compare alpha # * Changed "Lonely Edges" to "Stray Edges"
Requires TT_Lib 2.5.4
-
@thomthom said:
> # 3.1.4 - 16.05.2011 > # * Added error detection for merge faces. > # * Added validation for merge faces to avoid geometry loss. > # * Added result feedback to Ruby Console for each standalone operation. > # * Fixed namespace compatibility with TT_Lib 2.5.4 > # * Fixed merge similar material but - now compare alpha > # * Changed "Lonely Edges" to "Stray Edges" >
Requires TT_Lib 2.5.4
What is this? I do not understand
-
EssahΓΊ
If you read the Cleanup download page it says that it also needs the extra 'Lib' files - there is even a link to the thread from where you can download that 'Lib' files folder...
Go back and look for it, get the zip-file, extract its folder and put that into Plugins... fixed!
-
@lannormov said:
What is this? I do not understand
It's just a little notice about the update I released. Some minor fixes.
-
Thanks, TT. Whatever "minor fixes" you made, this is one of my most valued and frequently used plugins.
(I'll need your home address to send those cookies!)
(This is my favourite "local" brand)
-
-
Thomas
Thank you very much for this amazing plugin!! -
Suggestion: make the cleaning operation stoppable. I just started the cleaning of a high-poly model and it was a very uninspired action ... it will take a very long time (it shows me something about one hour) and the only way I can stop it is to close Sketchup. And I didn't saved the model before
Also, before starting, it would be nice to make a time estimation and if the process is estimated to take more than...let's say 1 minute, to alert the user something like this: "The cleaning process can take about XX minutes, are you sure you want to proceed? You can cancel the process anytime by pressing ESC" ...or something like that. I think the alert should appear only if the cleaning time takes too long, other it might be annoying.Thanks for taking this into consideration.
-
@gaieus said:
Thanks, TT. Whatever "minor fixes" you made, this is one of my most valued and frequently used plugins.
Me as well. I can't thank you enough...so here's another. THANKS!
-
@unknownuser said:
Suggestion: make the cleaning operation stoppable. I just started the cleaning of a high-poly model and it was a very uninspired action ... it will take a very long time (it shows me something about one hour) and the only way I can stop it is to close Sketchup. And I didn't saved the model before
Also, before starting, it would be nice to make a time estimation and if the process is estimated to take more than...let's say 1 minute, to alert the user something like this: "The cleaning process can take about XX minutes, are you sure you want to proceed? You can cancel the process anytime by pressing ESC" ...or something like that. I think the alert should appear only if the cleaning time takes too long, other it might be annoying.Thanks for taking this into consideration.
Unfortunately this is not an easy thing to do. With the Ruby API it's virtually impossible without using timers to split up the work - which I have run some tests on and it will increase the total processing time any times. So if the process took 10 minutes with no abort feature, it's take 30-40 minutes with an abort feature, which I find much worse.
Mind you, Erase Duplicate Faces is a feature in CleanUp that takes a loooooong time - I've warned so in its tooltip. It's also off by default. If you struggle with long processing times ensure this is off. I've run CleanUp on some very large models, without that feature checked, and it's completed within a few minutes.
-
@thomthom said:
Erase Duplicate Faces is a feature in CleanUp that takes a loooooong time - I've warned so in its tooltip. It's also off by default. If you struggle with long processing times ensure this is off.
Indeed, I ran with Erase Duplicate Faces, because that was what I needed. What about the duration warning? If the process is better to not be cancelled, at least the user to know what is going to do .
Finally the cleaning didn't last one hour as the progress bar displayed, but about 13-15 minutes. Why this big discrepancy between what it shows and the real time? -
It's troublesome to calculate this. The more geometry in a context (group/component) the longer SU takes to do any modification. For instance, if you add 1000 edges to a group, the time it takes to add each edge depends on how many there already are. The time is not linear. I suspect it's because SU auto-merges geometry and such.
And for CleanUp, which does many cleaning operations, one operation might make the next one run must faster because it's reduces a lot of the geometry.
The estimated time is a result of how must time it has spend up to the current iteration versus the total - and from there a guestimate is given. But as you notice, some times it's much faster because some iterations do nearly nothing if there is nothing to cleanup.
-
Is there a way to first sort the face designations alphabetically, then check and erase duplicates. Perhaps with the help of a .exe program? Btw, can reordering the data base with another program, make viewing it faster?
Sorry, today is my day to be off the wall.
-
Thom,
I love this plugin; like many I am sent DWG/DXF files for me to start modelling from.Just wondering if this is possible:
We know CAD entities are drawn on layer where as SU promotes elements on Layer0 and groups/ components on particular layers....Is it possible to import a dwg, group elements on each layer while changing entities to Layer0 and placing groups to a layer of the same name as per the original..?
In essence, we can manipulate visibility of DWG entities by toggling layers but now the way we do it in SU.
Thoughts?
-
Yea - good idea. I can add that to Plan Tools.
-
LEGEND!!!!!!
-
One issue though, how to deal with existing groups and components in the file?
Imported DWG blocks comes in as Components... -
just a global explode.
-
@utiler said:
just a global explode.
That ain't a "just"...
It might cause geometry to merge - which you do not want. Plus, Explode can be dreadfully slow... -
True... pardon my flippancy, Thomas. You know now my knowledge of script language is -1
+1
Advertisement