Hello -
This is an amazing plugin!
I can't seem to get it to work, however, on my computer.
I have Win XP, and SU Pro 7.1.
I've placed all the plugin files in my plugin folder, and installed progressbar.rb as well.
When I run the script (just like is shown in the videos), my group deselects, and the message at the bottom of the SU window says "Please select a single line that lies on the red axis." However, I cannot select the line I've placed on the red axis, and I can't select anything else either. The pointer remains the white style, and I end up having to choose the select tool to reset everything.
Any ideas?
UPDATE:
Here's the error from the Ruby Console:
Error: #<TypeError: cannot convert nil into String>
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:158:in create_cursor' C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:158:in
make_cursors'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:128:in activate' C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:995:in
select_tool'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:995
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:995:in call' Error: #<TypeError: no implicit conversion from nil to integer> C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:165:in
set_cursor'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:165:in onSetCursor' Error: #<TypeError: no implicit conversion from nil to integer> C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:165:in
set_cursor'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:165:in onSetCursor' C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:173:in
onMouseMove'
C:/Program Files/Google/Google SketchUp 7/Plugins/clf_shape_bender.rb:165
SECOND UPDATE:
My problem was I had all the files in the root plugin folder. This post was all I needed. Thanks again for the amazing plugin.
@chris fullmer said:
That sounds like it did not get installed quite right. There should a file called clf_shape_bender.loader.rb in the main plugins folder. Then there should be a folder caled "clf_shape_bender" and inside that folder should exist the files:
clf_shape_bender.png
clf_shape_bender.rb
clf_shape_bender_small.png
curve_pointer.png
default_pointer.png
line_pointer.png
I'm guessing you might have ended up with everything in the main plugins folder. So manually create the clf_shape_bender folder and move all those files above into it, leaving only clf_shape_bender_loader.rb in the main plugins folders.
See if that is by chance the problem and let me know, thanks!
Chris