Great tools, thanks.
But i can't cut multiple objets at the same time, which is very frustrating.
Is there a custom version that can do this or a free alternative.
Great tools, thanks.
But i can't cut multiple objets at the same time, which is very frustrating.
Is there a custom version that can do this or a free alternative.
hi
I've just updated from v2 to v3.
What a mistake. This new version is absolutly horrible. The old version was simple, efficient and 100 better. I really don't understand the new version. Very disapointed
@pgarmyn said:
@hgdar said:
Hello,
Extension seems great but i can't make it working
It seems to install but when i restart SU, i've got the following errors :...
I can't launch SU as an administrator. Is it still possible to use plugin?I don't understand : your computer returns "C:/Program Files/SketchUp/SketchUp 2015/" as the default user directory.
What Windsows version are you on ?
Can you copy these lines in redin the ruby console (copy+past the complete text in red in the input field of the ruby-panel + return button) and send me the result ?
defaultFileDir = Win32::Registry::HKEY_CURRENT_USER.open "Software\\SketchUp\\Sketchup 2015\\File Locations", Win32::Registry::KEY_READ puts "result = "+defaultFileDir["Materials"].gsub(/\\/,'/')
On my computer it returns :
result = C:/Users/MYUSERNAME/Documents/For an unknown reason, the returned path seems to be "C:/Program Files/SketchUp/SketchUp 2015/" on your computer, which is not writable. Can you confirm this ?
Mmmh, i don't kwow what happened and why the materials folder path has been changed. I change it back to default value and it's ok now. thx very much
Hello,
Extension seems great but i can't make it working
It seems to install but when i restart SU, i've got the following errors :
@unknownuser said:
Error: #<Errno::EACCES: Permission denied - C:/Program Files/SketchUp/SketchUp 2015/Materials/Sketchup>
C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:245:inmkdir' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:245:in
fu_mkdir'
C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:219:inblock (2 levels) in mkdir_p' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:217:in
reverse_each'
C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:217:inblock in mkdir_p' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:203:in
each'
C:/PROGRA~1/SketchUp/SKETCH~1/Tools/RubyStdLib/fileutils.rb:203:inmkdir_p' //serveur/profils utilisateurs/jean.bon/application data/sketchup/sketchup 2015/sketchup/plugins/piga_richsection/richsection.rbs:1018:in
userFileLocations'
//serveur/profils utilisateurs/jean.bon/application data/sketchup/sketchup 2015/sketchup/plugins/piga_richsection/richsection.rbs:1109:in<module:PiGaRSection>' //serveur/profils utilisateurs/jean.bon/application data/sketchup/sketchup 2015/sketchup/plugins/piga_richsection/richsection.rbs:119:in
<main>'
//SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:ineval' //SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:in
require'
//SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:in<module:PiGa>' //SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:3:in
<top (required)>'
C:/PROGRA~1/SketchUp/SKETCH~1/Tools/extensions.rb:197:inrequire' C:/PROGRA~1/SketchUp/SKETCH~1/Tools/extensions.rb:197:in
load'
//SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection.rb:40:inregister_extension' //SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection.rb:40:in
module:PiGa'
//SERVEUR/Profils Utilisateurs/jean.bon/Application Data/SketchUp/SketchUp 2015/SketchUp/Plugins/PiGa_RichSection.rb:17:in `<top (required)>'
I can't launch SU as an administrator. Is it still possible to use plugin?
This a very useful tool but I think it could be better if we could see the mouse pointer, by adding this 3 lines in the code :
def draw(view)
@ip.draw(view)
end#draw
Thx