[Plugin] Shape Bender Beta
-
Hey, you have no idea the way you are helping me my friend!!! Thank you Thank you Thank you!!!
keep on the gooooood work.
-
Hi,
Yesterday I installed the beta version 0.55 and get the following error message.
The clf main folder is containing all files. the progressbar and the shape bender loader are in the plugins folder. Can anybody help.
Charly
-
Try replacing this file in the ../Plugins/clf_shape_bender/ sub-folder clf_shape_bender.rb - there was a potential error with the YouTube linking in part of its code [around line 1003] that got 'masked' if you have other clf tools loading it correctly before this one - this now fixes it in every case.
-
Hi TIG,
thanks for your quick response it works now.
Charly
-
Hello out there. I'm new to the forum, but have been using sketchup for many years now. I just discovered the bender script, but am not able to get it to work. The progress bar at the bottom stops either at 1% or 5% depending ont he complexity of the group. The ruby console shows the following text:
Error: #<NoMethodError: undefined method
/' for nil:NilClass> C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender/clf_shape_bender.rb:676:in
draw'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender/clf_shape_bender.rb:676As I am not a programmer, this is completely over my head. Can anyone help to get this script working?
Many thanks.
-
This sounds like you might be having a conflict with an old version of Component Spray plugin.
If you have component spray installed, please uninstall it and re-install the newest version. THat should fix your problem. Let me know if works or not.
Chris
-
That did the trick. Thank you very much. And by the way, this is an awesome plugin. Nice work, and thanks again.
Mike
-
I've almost given up. Ran Ruby console while trying to use this plugin and this is what i got:
Error: #<NoMethodError: undefined method
all_connected' for nil:NilClass> C:/Program Files (x86)/SketchUp 7/Plugins/clf_shape_bender/clf_shape_bender.rb:307:in
line_picker'
C:/Program Files (x86)/SketchUp 7/Plugins/clf_shape_bender/clf_shape_bender.rb:239:in `onLButtonUp'
C:/Program Files (x86)/SketchUp 7/Plugins/clf_shape_bender/clf_shape_bender.rb:307WIN7 64bit
-
Hmm, do you have component spray installed? If so, please update. There was a version that was around for a while that caused problems.
If that does not work, please verify that you have the files in the right places. In the plugins folder you should have a file called clf_shape_bender_loader.rb and a folder called clf_shape_bender. All other shape bender files (another .rb file and a bunch of icons) should go inside the clf_shape_bender folder.
So I guess verify those two things. If you do have the most current version of component spray instlled (please actually do re-download and install it again) and you do have your file structure set up correctly, then come back and we'll keep trying things.
Chris
-
im having problems with the plug in. in the video after i click both the curved line and the straight line the red highlight appeared but the green diddnt and when i pressed enter, nothing happened. what did i do wrong? please help me
-
The red and green highlight will not always appear at the same time. So if you get the red highlight, then you're doing pretty good - better than most who have initial problems with the script.
It could be that the thing you are trying to bend is too complex. Test it with a simple box or something. That should bend instantly. If that works, then you might just need more patience. If the box does not work, and it still hangs on the red/green highlight, then there might be bigger problems. If that is the case, please open the Ruby console (from the Windows menu). Then try running the plugin. It will probably write errors to the ruby console. Please copy and paste ALL of those errors back here. I'll dig through them and see what I can see. Thanks,
Chris
-
i tried using it with a less complex shape and it did work. thank you. amazing plugin!!
-
Great! Now it should also work with complex groups. It just might take more time. I've run some shapes that took 3 hours to bend (it was a fairly detailed corvette model). So once you know its working, you can start experiemneting with more complex shapes. Kust let it run until its done.
Thanks for trying the plugin,
Chris
-
Hi Chris,
i have a Question. How can i control to get a exact Half circle. Please have look at the Image below. Thanks in advance.
Charly
-
Sorry,
the problem is solved. There was a difference in the length between the model and the line.
Charly
-
Love this, though it's grovelling over my screw threads.
One thing, though. My desktop lost power during the final stage (after pressing 'enter'), and when I restarted Sketchup I chose to recover from the last autosave. Unfortunately, the shape-bending context didn't save gracefully (shape to bend had weird alterations, there were multiple 'start'/'end' markers, etc.) and I had to throw things out and re-load from the last manual save.
I don't know if SU provides a mechanism for plugins to be notified when a save is about to happen, but if so I think there's room for some fixes there.
How often do you lose power, though..
-
Hehe, sorry about that. That is the unfortunate nature of plugins. And this one in particular is doing a LOT of stuff behind the scenes. If it gets interupted in the middle of processing, crazy things happen. Normally one can just undo them, but if power is lost simultaneously, that can cause trouble.
Hope you were able to get your file up and running again.
Chris
-
Hi Chris,
I just came across your shapebender-tool.
It works great - so I thought i might try If the things would also work on Reverse - Why this ?
Well, I got a historic church here that has curved Walls with curved Windows.
In order to renew the Windows frameconstruction, I am planing to take a 3D Laserscan of the exsisting construction, than reconstruct the Windowframing using the point-Cloud. Once that is done, It would be of great help to stretch the curved Geometry onto a Flat plane in order to produce the Frameparts by use of a Lasercutter.Do You think that would be possible?
Uli -
Hi Chris,
I was not sure whether I have the latest version, I installed the plugin again (Sketchup 7.1.6087). The file structure is as it should be. The compo_spray I removed, but did not help. Before I had no problem with the plugin as you can see in the post above. Now I get this error message.
Charly
-
The error message seems to relate to a missing 'menu' definition, that then can't have an 'item' added to it.
Can you type the following in turn into the Ruby Console, and post the results...$submenu
then
$clf_tools_menu
then
$clf_youtube_menu
This should then tell us what's missing/malfunctioning...
Advertisement