1001 bit extintion Not load in Sketch 2023.1
-
1001 bit pro not load sketchup 2023.1
Hopefully the rb files will be modified so it will work properly
Thank you in advance
Unfortunately, since 2014 no updates have been made
I hope anything information language ruby can be edit file
this is the content rb file
I expect the problem is here
` $GH1001pro_path=“/Library/Application Support/Google Sketchup 6/SketchUp/plugins/1001bit_pro”
require ‘sketchup.rb’
t = Sketchup.load $GH1001pro_path + “/1001promenu”
puts “loading 1001bit pro menu >> #{t}”require ‘sketchup.rb’
t = Sketchup.load $GH1001pro_path + “/1001promenu”
puts “loading 1001bit pro menu >> #{t}”` -
Try changing,
$GH1001pro_path="/Library/Application Support/Google Sketchup 6/SketchUp/plugins/1001bit_pro"
to reference the current plugins folder for your actual SketchUp version...
To find that use the Ruby Console with,
Sketchup.find_support_file("plugins")
which should return the right path...
Or use the Extensions > SketchUcation menu 'Open Plugins Folder' and copy the full path from that window... -
So far... working for me in 23.1.315 SU Pro. I copied them from previous install to 23s plugin folder with no errors. /shrug
Advertisement