[Plugin] 2D Tools
-
@unknownuser said:
Hmmm. I've used this great plugin many times before but I'm experiencing issues now.
I have a rectangle that I want to fillet. I select the fillet tool, enter the fillet radius, and select my first line. Everything is normal. Then when I select my second, perpendicular line, poof everything disappears. It deletes everything in the model.
TIG, am I doing something wrong? Has anyone else experienced this issue? Are there any known workarounds? I am running Windows XP SP2 and SketchUp 7 if that makes a difference. The weird thing is, chamfer works fine.
It's no big deal if I just fillet it manually. I'm just wondering what I'm doing wrong and what I can do to fix it.
Nothing's changed recently with the code.
It should work fine with your OS & SUp version too...
A mystery
I don't think it's deleting everything in the model - rather some 'corrupted' geometry is made miles away and the model's extents are knackered...
There's no known workaround because it's not a problem I knew of till now
What size is the rectangle?
What size is the fillet radius?
What units are you using etc ?
Can you post an example SKP where the problem occurs etc...
Without more to go on I can't yet help -
@tig said:
What size is the rectangle?
3'6" by 4"
@tig said:
What size is the fillet radius?
1"
@tig said:
What units are you using etc ?
Imperial. (feet and inches)
@tig said:
Can you post an example SKP where the problem occurs etc...
@tig said:
I don't think it's deleting everything in the model - rather some 'corrupted' geometry is made miles away and the model's extents are knackered...
No, sorry. You're right. It only deletes the rectangle I am working on. About corrupted geometry, I don't know. If I make the rectangle a component first, and edit that, the component boundaries shrink to the size of one that has no entities. I hope I made sense there. What I mean is, if I go into the model info box after the geometry is deleted, no entities show up. It is truly deleted.
-
As you can see I have no issues with 2d filleting - Vista + v7 or v8
Have you tried reinstalling the 2Dtools in case one is somehow corrupted [I can't think how it might be though!].
Have you tried repairing your Sketchup installation in case it's corrupted in some minor way ? -
@tig said:
Have you tried reinstalling the 2Dtools in case one is somehow corrupted [I can't think how it might be though!].
Have you tried repairing your Sketchup installation in case it's corrupted in some minor way ?Reinstalling 2Dtools now. How would I go about repairing my SketchUp installation?
-
@unknownuser said:
@tig said:
Have you tried reinstalling the 2Dtools in case one is somehow corrupted [I can't think how it might be though!].
Have you tried repairing your Sketchup installation in case it's corrupted in some minor way ?Reinstalling 2Dtools now. How would I go about repairing my SketchUp installation?
No exactly sure on XP - perhaps someone else can chip in too - on Vista... Exit all apps... Then Control Panel > Programs & Features...
Find Google Sketchup v7 in the list, highlight and click UnInstall/Repair button. When prompted choose Repair and it should run and repair the installation.
If that doesn't work you might need to do a full install - it shouldn't affect any Plugins etc you have installed already... -
@tig said:
@unknownuser said:
@tig said:
Have you tried reinstalling the 2Dtools in case one is somehow corrupted [I can't think how it might be though!].
Have you tried repairing your Sketchup installation in case it's corrupted in some minor way ?Reinstalling 2Dtools now. How would I go about repairing my SketchUp installation?
No exactly sure on XP - perhaps someone else can chip in too - on Vista... Exit all apps... Then Control Panel > Programs & Features...
Find Google Sketchup v7 in the list, highlight and click UnInstall/Repair button. When prompted choose Repair and it should run and repair the installation.
If that doesn't work you might need to do a full install - it shouldn't affect any Plugins etc you have installed already...I found how to do it but it can't find the installer for SketchUp. I must have deleted it. How could I completely reinstall SketchUp 7.1? Is there some place you know that I could download it from?
-
Luckily it's linked here http://forums.sketchucation.com/viewtopic.php?p=315903#p315903
-
@tig said:
Luckily it's linked here http://forums.sketchucation.com/viewtopic.php?p=315903#p315903
Thanks. And do I have to do anything to keep all my plugins, styles, templates, etc.?
-
@unknownuser said:
@tig said:
Luckily it's linked here http://forums.sketchucation.com/viewtopic.php?p=315903#p315903
Thanks. And do I have to do anything to keep all my plugins, styles, templates, etc.?
If you do a 'reinstall' it should keep all of the already added stuff and simply renew the required program files.
To be on the safe side you could always make copies of your Templates, Components, Materials, Styles and Plugins folders etc and then reinstall, after that check if the custom Templates, Scripts etc are still there, if not you have copies to move over.
It's a good idea to have a back-up copy of your custom files/folders in case of a disaster anyway - I suggest you burn a CD/DVD of them and keep it safe for unforeseen problems... -
@tig said:
If you do a 'reinstall' it should keep all of the already added stuff and simply renew the required program files.
But I'm not really reinstalling am I? I'm going from v.7.1 to v.7.1pro trial. I have all the files backed up on DropBox so I should be good.
-
The difference between Free and Pro is minimal on the install - they are very similar and the core program parts are the same - it's just that after the time limit is up some v7.1 features no longer work, unless it's fully licensed...
-
I reinstalled both 2Dtools and SketchUp but I'm still getting the same thing. Is the plugin conflicting with another plugin or program? Weird thing is, every other part of the plugin works. It's just the fillet tool that I'm having problems with.
-
As all of the 2Dfillet's methods are wrapped in a class, and it only uses built-in API calls... I'd expect no clashes.
Have you tried resetting hardware acceleration etc in preferences to see if that is affecting anything [clutching at straws here!]
To check if script that loads after 2Dtools IS messing something up you could try and copy/paste this into the Ruby Console + <enter>
load '2Dtools/2DfilletTool.rb'
Then try to use the 2Dfillet tool - if it works we know something is clashing if not we are no worse off...
If it's still bust try temporarily renaming 'Plugins' as say 'Plugins_Disabled' and then make a new 'Plugins' folder; now copy into that the following files/folder that are needed for the 2Dtools to work:2Dtools
folder with all of its contents intact
2D#.rb
deBabelizer.rb
Restart Sketchup.
If 2Dfillet now works we know there's a clash with something that's now not loading.
If you've recently added some scripts try copying those over a few at a time and restart/test to see if you can still use 2Dfillet.
If you get a culprit let me know
Remember to copy the scripts so the origin set of plugins is not changed.
Swap the Plugins folders' names around so the origin is now called 'Plugins' again... -
@tig said:
:? Have you tried resetting hardware acceleration etc in preferences to see if that is affecting anything [clutching at straws here!]
No luck.
@tig said:
To check if script that loads after 2Dtools IS messing something up you could try and copy/paste this into the Ruby Console + <enter>
load '2Dtools/2DfilletTool.rb'
Then try to use the 2Dfillet tool - if it works we know something is clashing if not we are no worse off...When I use the tool, the same thing happens. I get this error in the console.
Error: #<NoMethodError: undefined method
explode' for nil:NilClass>
C:/Program Files/Google/Google SketchUp 7/Plugins/2Dtools/2DfilletTool.rb:404:increate_geometry' C:/Program Files/Google/Google SketchUp 7/Plugins/2Dtools/2DfilletTool.rb:197:in
onLButtonDown'
C:/Program Files/Google/Google SketchUp 7/Plugins/2Dtools/2DfilletTool.rb:404`@tig said:
If it's still bust try temporarily renaming 'Plugins' as say 'Plugins_Disabled' and then make a new 'Plugins' folder; now copy into that the following files/folder that are needed for the 2Dtools to work
Wahoo!!! It works! I'll add stuff back in and let you know when I find out what plugin it is that was causing the problem.
I should have tried this first. I will in the future.
-
The error you [eventually] reported occurs after some grouping and copying etc - it's obviously failing.
We seem to be looking for something that overwrites base classes like group methods. I know SketchyPhysics has caused some problems in the past - try re-enabling that if you have it, and see what happens... -
@tig said:
The error you [eventually] reported occurs after some grouping and copying etc - it's obviously failing.
Sorry for not checking that sooner. Not sure what you're saying about grouping . . .
@tig said:
I know SketchyPhysics has caused some problems in the past - try re-enabling that if you have it, and see what happens...
Re-enable? Like reinstall? If I copy over all the plugins except for SketchyPhysics and it's components, the fillet tool works so SketchyPhysics seems to be the guilty plugin. Should I just reinstall it? I don't really use it so I could just delete it.
-
Many complex tools do some temporary 'grouping' in the back ground, although by the time you see the result they've been erased or exploded etc.
2Dfillet is one of them.
Some tools rewrite some base classes' methods which can mess up other tools using them.
If the error only occurs with SketchyPhysics 'loaded' then move it back into the disabled 'set' and then try all the rest.
If you still have a working 2Dfillet tool and you don't need SketchyPhysics so much leave it disabled...
You can always swap back briefly when you need it.
When I said 'reinstall' I just mean move from the disabled set into then Plugins folder...
You could also check you have the latest version of SketchyPhysics as it might have fixed this issue... -
Alright, I just disabled SketchyPhysics for now. If I need it I'll go download the newest version.
Thanks a ton for taking the time to help me out TIG. And thanks again for this awesome plugin.
-
That's why we are here... to try to help those that try to help themselves...
-
Advertisement