[Plugin] Shape Bender Beta
-
woohoo, we're getting somewhere.
You didn't install it right.
-
You should have clf_shape_bender_loader.rb in the plugins folder.
Then all the other files - clf_shape_bnder.rb and all the shapebender icons should be in a subfolder called shapebender.
The zip file is arranged this way, so you should have just been able to open the zip file and drag it directly into your plugins folder, with the folder hierarchy correct. So, please go try to re-install it, or just manually put all other shapebender files into a subfolder call shapebender.
Good luck!
-
It works for me.
Thank you Chris. This is what TIG and I have been trying to get across.
-
Well, I thought I had all of the files the way you listed them, but I deleted everything and reinstalled it, and it's working perfectly.
Thanks to all who helped me out with this! Sorry it took me so long.
-
All's well that ends well.....Anyone else with this type of problem... please read the instructions and try again!
-
Chris,
per our discussion. Still crashes, select first line select second line (curved) then crash without warning.
Here are my plugins.
Best,
-
So my problem is as follows: Preselect my group, select first line, select second line (curved), automatic bug splat! no explanation, no warning.
after an hour or so sifting through my plugins, I discovered that when SU Podium V2 (i have version 2.6, the file is called SU_Podium_V2.rbs) is present in your plugins folder it causes for shapebender to crash automatically,
has anybody experienced the same?Best,
-
Having problems with the plug-in. I basically try to select the first option (red axis line) and it does not select any line. Therefore I can even get to the second part of selectingthe arc line. I am currently using skp 8 on windows 7. I am not sure if the script does not work on windows 7.
Any help? -
You need to give us more. Could you post the SKP that is giving you trouble?
The plugin does work on Windows 7 so I don't think that's the problem.
-
Have you got progressbar.rb installed, as the instructions.
The line must be parallel to the red-axis, that line and the curve/arc cannot touch each other OR touch any other geometry.
If these two things seem correct then run it with the Ruby Console open and post error messages. -
I'm going to guess its an installation problem - cursor icons in the wrong spot. That seems to be the main reason people can't select things.
You can open the Ruby Console and see if it gives any errors while running the script. Then copy and paste them back here for us to read.
I might just need to update shape bender with a quick fix to have it verify that it was installed correctly - subfolder, and files in the right spot. Maybe it can even move them around they are in the wrong spot. And check that progressbar is installed. And then I suppose it would be easy enough to tell people that their line is not on the red axis.
I think those couple of fixes would be enough to save ourselves (and TIG and Dave in particular) some serious headaches. I think 56 of the 58 pages all revolve around installation ("copy and paste") issues.
Chris
-
Chris, it would be great if you could get the plugin to repair itself. You're right about the installation problems. Of course yours isn't the only plugin that folks don't install correctly.
-
Hi guys
I'm having a problem with the shape bender plugin and I can't seem to figure out what is going on. I am working with a file I downloaded off the 3d warehouse and whenever I try to use the shape bender plugin it rotates the object rather than bending it. The screenshot shows you what I am talking about. The plugin works fine on other files so it appears to be something about this particular file. I figured it could be something with the axes, but I can't find a solution. Any suggestions???
-
Try placing the instance, line and curve in the +ve quadrant = solid red/green.
And retry...
Also is the object a reasonable size ?? -
Yeah, I think I agree. Rotate the whole bending setup 180 degrees and move it into the positive red and positive green quadrant. That will probably help.
-
It worked! How foolish of me. In terms of whether the piece is reasonably sized or not... it was just a test. Actually trying to do a coiled wire that runs along an arc. This will help greatly. Thank you for your help
-
I'm getting this error from Ruby on this;
Error: #<NoMethodError: undefined method `/' for nil:NilClass>
I'm no Ruby guy, but this seems to be a method error.
Any ideas?
Mark P. -
Interesting, I need a little bit more. The other lines in the error are also helpful as they give the context of the problem - what line of code returned the error, and what method called it. So maybe could you post those extra lines of error code?
Also, what are you doing when they error occurs? As soon as you press the icon? or when you try to select the line? Thanks!
Chris
PS - didn't you used to have a lot more than just 21 posts?
-
The tool's code only contains a
/
as an operator in the following five lines...
#458 @x_scale_factor = @arc_total_length/
@line_total_length
#467 @p_fac = (@line_total_length.to_f/
@arc_total_length.to_f) #This gets the percentage multiplier for each curve segment length to get scaled for the line
#676 @offset = @y_total/
6
#830 loop_times = (@preview_poss.length/
2 )
#931 first_weight = weight_point/
@line_lengths[corresponding_edge]
So the reference that's unexpectedlynil
has to be one of three
@line_total_length @arc_total_length.to_f @line_lengths[corresponding_edge]
I suspect faulty line/curve set up ? -
I think that is a good guess TIG.
Advertisement