[Plugin] BezierSpline - v2.1b - 14 Apr 21Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Hello Fredo6, is the bezier spline plugin not ready for SU19? Because I can install it, but when I try to use Polyline Arc corners, it doesn't show the pop-up window for the input.
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Can you open the Ruby console before you launch Polyline Arc Corner and check if there are errors. Thanks Fredo
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Fredo, I am working together with Robbie, this is the error code we get in the Ruby Console Error: #<NameError: uninitialized constant BZ__Arc::Traductor> /Users/cgs/Library/Application Support/SketchUp 2019/SketchUp/Plugins/bezierspline/BZ__Arc.rb:67:in `bz_ask_extras' /Users/cgs/Library/Application Support/SketchUp 2019/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in `call' /Users/cgs/Library/Application Support/SketchUp 2019/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in `call_ask_extras' /Users/cgs/Library/Application Support/SketchUp 2019/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2109:in `conversion_curve' /Users/cgs/Library/Application Support/SketchUp 2019/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2411:in `block (2 levels) in compute_contextual_menu' Richard Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Fredo, any idea how we can fix this ? Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Fredo has yet to reply, but the error message clearly points to line #67 in one of the loading files [../Plugins/bezierspline/BZ__Arc.rb], where it can't find the defined code for 'Traductor'.
When it's trying to run: Traductor::DialogBox.new TTH_Title This is a shared 'translation' module - it is an Extension created by LibFredo - which is an Extension set up by a separate installation. So ensure that you also have its RBZ downloaded, installed and its Extension enabled in the Extensions Manager... It's available from the PluginStore... https://sketchucation.com/pluginstore?pln=LibFredo6 Restart SketchUp after it is installed/enabled to ensure that everything gets properly synced... TIG
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18@Cenosha
Normally, this should not happen with the latest version BezierSpline 2.1a. Otherwise, just install LibFredo6, latest version, and this should work fine. Fredo
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Guys,
With the LibFredo6 installed the problem is gone! Thanks! Re: [Plugin] BezierSpline - v2.1a - 01 Nov 181st and only post.
What an absolute ABORTION trying to get Bezierspline loaded into Sketchup 2014. Still haven't managed. It says it's loaded in Sketchucation's plugin manager, but it's not showing up in Prefs/Extensions, nor is it showing up in the program. What a mess. How hard can it be? Install > use. Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18SketchUp version 2014 is old.
Support from SketchUp only extends back to v2017. Some Extensions' authors allow backward compatible to v8, and reading this tool's guide it should be OK... An oddity in your error message suggests that it's been NOT installed properly. Usually the installation path is... C:\Users\YOUR_USER_NAME\AppData\Roaming\SketchUp\SketchUp 2014\SketchUp\Plugins So how did you install this toolset exactly ? How is it that SketchUp is trying to load it from here ? C:\Documents and Settings\user\Application Data\SketchUp\SketchUp 2014\SketchUp\Plugins What is your current Windows OS ? Please fill in your Profile properly... It might well be incompatible ? Many users have this tool installed successfully in many SketchUp versions. Starting off "on an aggressive preemptive attack" might work in wing chung, but when your are asking for advice or help, then a more conciliatory tone often attracts a more sympathetic and helpful response... ![]() TIG
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18This is related with the non-ascii deficiencies of old Sketchup versions in some Windows configurations, and there is nothing that can be done (except to migrate to newer versions).
Fredo
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Hi,
Just downloaded LibFredo6 plugin for SketchUp Make V2017. The installation is not yet complete as under Preferences there is no "Extensions" listed. Not sure where else to find it! Thanks. Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
LibFredo6 appears in the Window menu and Bezier Spline Curves appears in the Draw menu. Did you look there? Etaoin Shrdlu
% (THERE'S NO PLACE LIKE) G28 X0.0 Y0.0 Z0.0 M30 %
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
It worked for me just now in 2020. Etaoin Shrdlu
% (THERE'S NO PLACE LIKE) G28 X0.0 Y0.0 Z0.0 M30 %
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Thanks for quick response. but not working for me ![]() Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18@Ahmed0007
Normally, when you convert to Segmentor, you should have a dialog box popping up (asking for number of segments). Could you open the Ruby console while you invoke the convert. Thanks Fredo
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
yes. Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Error: #<NameError: uninitialized constant BZ__Segmentor::Traductor> C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/BZ__Segmentor.rb:72:in `bz_ask_extras' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in `call' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2058:in `call_ask_extras' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2109:in `conversion_curve' C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2411:in `block (2 levels) in compute_contextual_menu' Thanks for Respond Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Can you check if in your plugin directory, subfolder bezierspline, you have a file called LibTraductor.rb.
If not, can you download beizerspline v2.1a. Also, you should delete any file LibTraductor.rb which would be in the main Plugin directory.
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
Thanks Now it's working. Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18
What was the problem?
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Fredo, two observations:
'Close nicely' in Cubic Bezier is broken (the curve disappears, rarely the curve is kept but it exits without closing) Would it be possible to add some F(?) shortcut to 'Done end exit' across all sub-tools? Thank you P.S. BTW there's something in your closed curves that doesn't allow them to be used as paths for Profile Builder's assemblies. I'd have to explode or 'turn to arch' (another plugin) to overcome it. Is there possibility to do something on your end? Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18I am not able to reproduce the issues you mentioned.
Could you open the Ruby console when you play with BezierSpline. Fredo
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Error: #<ArgumentError: wrong number of arguments (given 2, expected 1)>
C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/offset.rb:56:in `offset' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2793:in `close_loop_by_Bezier' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2049:in `call_compute_curve' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:984:in `draw' Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18rror: #<ArgumentError: At least 2 points required to initialize curve>
c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/curve.rbe:8:in `initialize' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/chain.rbe:2097:in `new' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/chain.rbe:2097:in `block in rebuild_entity_array_from_points_array' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/chain.rbe:2037:in `each_index' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/chain.rbe:2037:in `rebuild_entity_array_from_points_array' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/chain.rbe:1995:in `offset!' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/assembly.rbe:2191:in `offset_chain' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/assembly.rbe:219:in `block in build_rails' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/assembly.rbe:215:in `each' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/assembly.rbe:215:in `build_rails' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/pbapi/assembly.rbe:184:in `draw' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/assembly_dialog.rbe:1221:in `build_fence' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/assembly_dialog.rbe:1209:in `block in build_along_path' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/assembly_dialog.rbe:1208:in `each' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/assembly_dialog.rbe:1208:in `build_along_path' c:/users/user/appdata/roaming/sketchup/sketchup 2021/sketchup/plugins/dm_profilebuilder3/assembly_dialog.rbe:126:in `block in initialize' ======== I could send a file if needed Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18Could you send me the offset.rb file that is mentioned
C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/offset.rb:56:in `offset' I don't know what it is but it may cause a conflict.
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18some info:
http://www.smustard.com/script/Offset Please download the updated offset.rb from there. After I updated the offset.rb from the link above the error message slightly changed: Error: #<ArgumentError: wrong number of arguments (given 2, expected 1)> C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/offset.rb:149:in `offset' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2793:in `close_loop_by_Bezier' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:2049:in `call_compute_curve' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:984:in `draw' Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18You should definitely disregard this plugin.
It redefines base methods for native Sketchup objects (Face, Array, ...). So it causes conflicts with other plugins, among which mine. There is nothing I can do about it. By the way, this offset.rb is a library to be used by other plugins or extensions. Which one requires offset.rb?
Re: [Plugin] BezierSpline - v2.1a - 01 Nov 18at least this one:
https://sketchucation.com/forums/viewtopic.php?f=180&t=14095 damn.. from 2008 (sketchup 6) .. I have to put it down with heavy nostalgia. |
Who is online
Users browsing this forum: SherlyOrozco, vannhinguyen17 and 14 guests