[Plugin] CleanUp
-
@lersince1991 said:
Is Cleanup working in SKU 2015? Doesn't seem to be appearing in the extensions tab at all?
Did you also install the latest Lib for thomthom's tools ?
He updated everything to suit v2015 a few weeks ago... -
Is Cleanup working in SKU 2015? Doesn't seem to be appearing in the extensions tab at all?
Edit: Sorry it is working! (I thought I had restarted ketchup but I hadn't)
-
@tig said:
@lersince1991 said:
Is Cleanup working in SKU 2015? Doesn't seem to be appearing in the extensions tab at all?
Did you also install the latest Lib for thomthom's tools ?
He updated everything to suit v2015 a few weeks ago...Edited:
@unknownuser said:Sorry it is working! (I thought I had restarted ketchup but I hadn't)
Sorry for alerting you!
I'm now using the sketchucation extension manager which is a god send for keeping everything up to date and installing quickly! -
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.
-
What is "Portable" SketchUp? Where did you get it? Whatever it is, it is not a supported installation.
-
@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.
-
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!
-
Do you have a sample model to reproduce this?
-
hey mate i added the EX but i cant find it in my sketchup dont know what to do ?
-
@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 !] -
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!
-
-
because they belong to faces inside - it always worked that way
-
Thanks!
So that works after use the Remove inner faces by Wiiki! -
yes, or some good solidsolvers..
-
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...
-
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.
-
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
-
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 ! -
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!!!
Advertisement