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!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Kill "make faces statistics"?
-
Is there a way to suppress the 'make faces statistics' window (after makefaces.rb)?
I mean what part of the code should be erased in the ruby file?
Thanks in advance. -
Open the .rb file with a text-editor.
Fine line #153 et al
` #UI.messagebox("\nmakefaces.rb: Copyright 2004-2006 Burchwood USA." <<"\nVersion 1.2 May 14,2006." <<
"\n\nThere were " << total_items.to_s << " selected items." <<
"\n\nThere were " << notAnEdge.to_s << " non-Edge selected items." <<
"\nThere were " << (total_items-notAnEdge).to_s << " Edges selected."<<
"\n\nThere were " << x.to_s << " face(s) added." <<
"\nThe process lasted: " << elap, MB_MULTILINE, "Make Faces Statistics")`
Note how I've added a '
#' to the start of these lines.
This stops them being read as code.
Save and restart Sketchup to see the changes...
Keep a backup copy of th e.rb file for reverting when you find you've broken it! -
Thank you so much ruby tiger.
What drives me mad is why I didn't asked it 5 years ago. It'd save me a couple of millions enter hits.
Advertisement