[Plugin] BezierSpline - v2.2a - 22 Apr 21
-
Do you have the most up to date Libfredo?
-
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
-
-
@fredo6 said:
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
Error: #<NameError: uninitialized constant BZ__Segmentor::Traductor>
C:/Users/Ahmed/AppData/Roaming/SketchUp/SketchUp 2020/SketchUp/Plugins/bezierspline/BZ__Segmentor.rb:72:inbz_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:incall_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
-
Can 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.
-
@fredo6 said:
Can 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.
Thanks Now it's working.
-
-
Fredo, 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? -
I am not able to reproduce the issues you mentioned.
Could you open the Ruby console when you play with BezierSpline.
Fredo
-
Error: #<ArgumentError: wrong number of arguments (given 2, expected 1)>
C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/offset.rb:56:inoffset' 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:incall_compute_curve' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:984:in
draw' -
rror: #<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:ininitialize' 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:inblock 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:inrebuild_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:inoffset_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:ineach' 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:indraw' 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:inblock 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:inbuild_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
-
Could 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.
-
some info:
http://www.smustard.com/script/OffsetPlease 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:inoffset' 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:incall_compute_curve' C:/Users/user/AppData/Roaming/SketchUp/SketchUp 2021/SketchUp/Plugins/bezierspline/bezierspline_main.rb:984:in
draw' -
You 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 requiresoffset.rb
? -
at 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. -
@rv1974 said:
at 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.I publish a fix with version BezierSpline v2.1b.
But, frankly, offset.rb should be avoided, because it redefines methods in base classes of Sketchup Ruby.
-
NEW RELEASE 2.1b - 14 Apr 21
This release prevents a conflict with offset.rb (RickW).
More info at main post
Download BezierSpline at Sketchucation Plugin Store
Fredo
-
Huge thank you Fredo!
I assume PB assembly problem is not at your end, is it?
PS I said good-buy to windowizer 4+offset, thank you for pointer.
PPS Some F3 for 'done and exit'- not this time? -
I don't know if you're updating this to work with Sketchup 2021 (Running macOS Big Sur), but the only functions of this plugin I can use are "Classic Bezier Curve", "Polyline", "Catmull Spline", "F Spline", and "Courbette". From tutorials I can find, the other tools are supposed to bring up a Parameters dialogue box (or contextual menu based on what the Rubi Console says), which I can't get to appear no matter what I try.
A good example of this is the action in this sketchup discussion: https://forums.sketchup.com/t/divide-existing-arc-into-equal-segments/74870/2
I, more specifically, am trying to get an ellipse with equally sized segments as is demonstrated with your tool in this sketchup discussion: https://forums.sketchup.com/t/elliptical-array/17102/13
If you have any suggestions to fix this, let me know please.
DarthKeidran.
-
NEW RELEASE 2.2a - 22 Apr 21
This release improves performance for selection contextual menu.
More info at main post
Download BezierSpline at Sketchucation Plugin Store
Fredo
Advertisement