@tig said:
@maxosmedia said:
Error Loading File building_structure_tool.rb
> > no such file to load -- building_structure_tool\tst_main.rb
MacOSX SU8
I suspect you have misinstalled from the zip file.
When a script comes in a zip file you usually get one script [.rb] file and a folder containing everything else that the rb file 'loads' or needs to work.
The 'loose' rb file and the folder MUST be put into your Plugins folder exactly as they are arranged in the zip file.
Do not move files from the subfolder into the Plugins folder.
This shows the only two additional things that you should have in your Plugins folder after the installation.[attachment=0:3vlvifww]<!-- ia0 -->Capture.PNG<!-- ia0 -->[/attachment:3vlvifww] If you have put some of the files in Plugins that should actually be in the subfolder then please move/remove as needed...
TIG, Thank you! I just did. Therefore, no error at this point. Error may be found in document building_structure_tool.rb strings 5—10:
%(#FF0000)[require 'building_structure_tool\tst_main.rb'
require 'building_structure_tool\tst_extend_to_face.rb'
require 'building_structure_tool\tst_extend_to_structure.rb'
require 'building_structure_tool\tst_chamfer_structures.rb'
require 'building_structure_tool\tst_grow_to_structure.rb'
require 'building_structure_tool\tst_grow_to_face.rb']
These lines contain a "" instead of the "/" for macintosh file system.
If I correct the document building_structure_tool.rb, the tool is loaded with no error messages, but the tool does not work!
Can`t click "Next point"