sketchup demo plugin - problem saving textures @ render time
Posted: Sun Jun 15, 2014 10:31 pm
When beginning a render, the demo plugin tries to save textures to
This would normally be fine, however my computer is on a network and MyDocs actually falls on a network path so it looks more like
It would seem that for this reason I get the error:
Failed to write ///site.host.net/USER/LOC/Home/Username/MyDocs/Octane/SketchUp/temp/textures/texture
I took a look at the only two .rb files I could find for the plugin: octane_render.rb & init.rb, but couldn't find anything related in those locations. Any suggestions?
Code: Select all
...MyDocs/Octane/SketchUp/temp/textures/textureCode: Select all
///site.host.net/USER/LOC/Home/Username/MyDocs/Octane/SketchUp/temp/textures/textureFailed to write ///site.host.net/USER/LOC/Home/Username/MyDocs/Octane/SketchUp/temp/textures/texture
I took a look at the only two .rb files I could find for the plugin: octane_render.rb & init.rb, but couldn't find anything related in those locations. Any suggestions?