[Plugin] BezierSpline - v2.2a - 22 Apr 21
-
Thanks Jeff will try that
-
Thank you Fredo, a most excellent plugin and easy to use!
-
THANK YOU SOOOOO MUCH
-
Is anybody using this plug in on Mac Sketch Up Pro2013? My plugin crashes after a few seconds....
-
Have you got the latest files and the latest LibFredo...
Which was recast for v2013 compatibility.Also do you have any other know problem tools loading like Vray-beta ??
-
I've been using BZ_Spline tools on Mac in SU2013 with no problems. I do have the latest version of LibFredo6.
I wonder if you have a permissions issue.
Revised: It seems to work fine unless I try to use a number of tools from the toolbar in succession. Even just switching tools seems to cause a crash. I hadn't ever had an occasion to do that in my normal workflow so hadn't seen it. It doesn't seem to throw any Bug Splats, either.
-
library and all that - downloaded from the store, so all new...Tried to delete and reinstall - the same thing.Without changing tools, just a few curves on a blank file, sometimes less than a complete curve - bugsplat. I am attaching a screen shot of plug ins - maybe you see something that I do not. Permissions are all the same for other plugins,including Fredos, so should not be an issue. His other plugins work just fine, no crashes.
-
You have a wrong installation
jointpushpull_main.rb should be in JPP_Dir_20, NOT in the main SU Plugins directory.
Fredo
-
You are right. I moved it. Bezier lasted this time for maybe 8 curves, then bugsplat:(((
-
Fredo, I'm seeing the same thing on my Mac. I successfully drew 5 Bezier curves but while drawing the 6th, SketchUp crashed without a Bug Splat.
-
I am attaching a new screen shot - got rid of all plugins but native sketch up and bezier. Still Crashes!
-
What is the FULL path to that Plugins folder ?
You leak out the story drip by drip...
-
the normal for mac:library/application support/sketchup2013/plugins/
Everything else works. And Dave R apparently encountered the same thing...I got rid temporarily of other plugins to make sure they do not affect that one. No change. -
Not sure what it can be and why it appears now (I did not change anything to the plugin for a while).
Since you have a deterministic crash situation (after a few curve), would you mind to remove the file LibTraductor.rb (or rename it .rb!). Since you have LibFredo6 installed, it should be harmless.
Fredo
-
I disabled LibTraductor.rb and opened SU. I got the following:
I do have the most recent LibFredo6 installed.
-
Dave,
But do you still get BezierSpline loaded?
And if so, do you get the crash?
Fredo
-
No. With LibTraductor disabled I don't get BezierSpline loaded at all. No option for toolbar nor any menu entry.
-
@dave r said:
No. With LibTraductor disabled I don't get BezierSpline loaded at all. No option for toolbar nor any menu entry.
My mistake,
You should replace the statement
rescue
byrescue LoadError
on line 35 of bezierspline_main.rb.This will allow checking for potential conflicts ebtween the old version (libTraductor.rb) and the new one embedded in LibFredo6.
If you still get a crash, then it is something else
Fredo
-
I can't easily see line numbers. "rescue" appears several times. Could you give me a bit of surrounding text?
-
require 'sketchup.rb' begin require 'libtraductor.rb' # for language translation rescue end #Specify the two curve extensions; Bezier Classic and Polyline BZ____LIST = ["BZ__BezierClassic", "BZ__Polyline"]
Advertisement