[Plugin] SketchyBevel 0.1(Updated May 11)
-
@dave r said:
That seems to be half of what Jon was illustrating. The other is that the other instances of the component get deleted and the one that is being edited ends up exploded.
Thanks again for this plugin.
Dave
Oh, That. Yeah Ill fix.
-
@watkins said:
Dear Majid,
Remember, the input is in inches. Try using a fraction like 0.01 inches.
Regards,
BobHave been following this thread for a while, great ruby!!
Is there a chance of the plug-in being converted to metric for those of us on the other side?
cheers,
-
-
May 11 update.
-Fixed hang bug if input box canceled.
-Beveling now works inside of groups and components.
-Bevel amount should now be in the set unit format (meters, cm, feet, etc)
-Somewhat better capping of holes. Still far from perfect. Sometimes it still leaves holes so there is a "Cap Holes" right click option.http://www.sketchucation.com/forums/scf/download/file.php?id=9003
-
Cheers chris, good to see cotinued development
-
champion, Chris!!!
-
Thanks very much for the input in metric. !!
erikB -
thanks chris
-
fantastic, i used to get some persistent error message at times - end task being the only way out - i'll report if any.. Thank You
now i bevel just about anything..
-
This may be a dumb question but when I try to download the file I keep getting it in text format... do I just the delete the .txt from the end of it or just put it in the script folder and it knows what to do? Ohh.. and I am using Safari as my internet browser.
-
You'll need to change the file extension to .rb for it to work. Not sure why its downloading it as a .txt though perhaps some of the more apple savy have an answer?
-
Figured it out... for some reason Safari downloads it as a txt file for some reason. Worked like a charm in IE even though I don't like using IE. Thanks Remus!
-
I use safari on my Mac and .rb's save normally, must be a setting.
-
I looked at my preferences... everything is the way it is supposed to be. Maybe it is because I'm using Safari on Windows or something. Do they automatically save to your desktop or does it give you an option on where you want to save it?
-
Yup to the desktop unfortunately, I hardly use the Mac so it's no big deal really. every now and again I have to clean it all up as I run out of space on desktop.
-
Hi
with safari 2 it saves on the desktop but with safari 3 and 10.5 it saves where you want and you can check this in safari's preferences
Never tried safari 3 with 10.4 -
woah, awesome, cheers for this one. its gunna save me a lot of time!
-
-
Its a known bug. I haven't figured out how to detect those faces yet. You can fix it by erasing the face and redrawing it using a clockwise line.
-
@cphillips said:
Its a known bug. I haven't figured out how to detect those faces yet. You can fix it by erasing the face and redrawing it using a clockwise line.
As I was playing around with my own beveling script, I found this method to be useful:
edge.reversed_in?(face)
The EdgeUse class also has some useful methods that may help fix this bug.
Great script, BTW
Advertisement