[Plugin] Solid Inspector
-
What is the exact location to extracted
tt_solid_inspector.rb
to? -
C:\Program Files\Google\Google SketchUp 8\Plugins
-
This is just odd...
You have the file at
"C:\Program Files\Google\Google SketchUp 8\Plugins\tt_solid_inspector.rb"
- and when you type inload "tt_solid_inspector.rb"
into the Ruby Console you getError: #<LoadError: (eval):923:in
load': No such file to load -- tt_solid_inspector.rb>
(eval):923`which claims the file is not there... ?
I also don't understand why it says
(eval):923
When I try to load a non-existent file I get:
load 'test' Error: #<LoadError: (eval):0:in
load': no such file to load -- test>
(eval)
(eval):0`Are you sure you didn't but the .rb file in a folder and not directly in the Plugins folder?
Can you post a screenshot of the file in Explorer (including the filepath in the address bar). Sorry to have to make you confirm what you say, but I have had cases like this where the file actually was misplaced. -
thomthom,
no problem...
regards,
Guy
-
I know you're tryin to get me to upgrade Thom...
-
ThomThom,
Problem is fixed. I completly removed v7 from my system. It seams that he sometimes opened v7 when i thought i was working with v8.
regards,
Guy
-
-
@unknownuser said:
ThomThom,
Problem is fixed. I completly removed v7 from my system. It seams that he sometimes opened v7 when i thought i was working with v8.
regards,
Guy
Ah - yes, if you double-click a file to open SU it will open the version you last used.
-
ThomThom,
Thanks for this fantastic plugin!!!!
regards,
Guy
-
-
I think this plug-in is long overdue...great job ThomThom! I can't tell you the number of times I've tried a boolean operation, or a volume calculation, only to get the "this ain't a real solid dude" message.
"It isn't a real solid...well what's wrong with it?"
"Not gonna tell ya...but it's wrong for sure. Good luck finding the problem man."
Now instead of hunting aimlessly for the micro gapped edge, or the itty bitty hanging triangle that can only be seen under exponential magnification, you point us right to it.
NICE.
-
-
Thanks!
When can we expect this
Future Ideas* Webdialog list of errors with description of each error. If possible, attempt to automatically fix.
Automatically fix, o yes!
-
I don't know. It all depends on when I get a spare moment. I'm currently looking into some UV mapping tool.
-
Hi Thom. Here's a scenario - I have a Group I'm checking for a solid. It's quite big and takes a few seconds to open and close the Group. When I use Solid Inspector on the Group to find the errors, I then need to open the Group for editing to fix them, then close it to re-check - open, close, open, close, etc.
Would it be possible to tell the plugin to operator on the current context so we do not need to always change the context between checking and fixing?
-
@jim said:
Would it be possible to tell the plugin to operator on the current context so we do not need to always change the context between checking and fixing?
Yea - I've been thinking it needs a function like that.
adding to the todo list
-
Hi there, would it be possible to tell solid :
this is (for example) : solid oak
solid oak is : 640 kg / cubic meter
solid weight : whatever volume * 640 in this case ?
that would be great.
thanx to you guys !
-
Bertier,
Have you seen Volume Calculator by TIG?
-
thank, I hadnot seen it.
-
@tomislavm said:
Future Ideas
* Webdialog list of errors with description of each error. If possible, attempt to automatically fix.
Automatically fix, o yes!
I've also written a solid checking tool about a year and a half ago here:
http://forums.sketchucation.com/viewtopic.php?f=323&t=17876The next day TIG followed my plugin with one of his own that attempts to fix missing faces here:
http://forums.sketchucation.com/viewtopic.php?p=143720So you might already have a script that eill help detect and cleanup non-solids. Good luck,
Chris
Advertisement