This version has the (c) dates corrected to 2014 etc.
The Help PDF is also updated to suit...
This version is still compatible with SketchUp v2014...
As usual...
Install it by extracting the contents of the ZIP into your Plugins folder, maintaining all helper files within their subfolders, as seen inside the ZIP, when appropriate.
Restart Sketchup to auto-load it.
Read the instructions provided...
To install it 'automatically' edit the ZIP and remove the unnecessary README.txt file, and then change its suffix to .RBZ and then use the Preferences > Extensions > Install tool [available in >v8M2]...
Octane Sketchup Exporter 1_00-05 [v2014]
TIG,
Thank you for the update. It seems that it works faster than previous versions.
PS. I am looking for the line in your code that is responsible for precision. Could you please help. I'd like sometimes to use only four digits and sometimes eight. It would be very convenient to have precision option built in the exporter.
s
Thank you for the update. It seems that it works faster than previous versions.
PS. I am looking for the line in your code that is responsible for precision. Could you please help. I'd like sometimes to use only four digits and sometimes eight. It would be very convenient to have precision option built in the exporter.
s
3090, Titan, Quadro, Xeon Scalable Supermicro, 768GB RAM; Sketchup Pro, Classical Architecture.
Custom alloy powder coated laser cut cases, Autodesk metal-sheet 3D modelling.
build-log http://render.otoy.com/forum/viewtopic.php?f=9&t=42540
Custom alloy powder coated laser cut cases, Autodesk metal-sheet 3D modelling.
build-log http://render.otoy.com/forum/viewtopic.php?f=9&t=42540
You'll need to edit the 'MTL' parts saying things like:smicha wrote:TIG,
Thank you for the update. It seems that it works faster than previous versions.
PS. I am looking for the line in your code that is responsible for precision. Could you please help. I'd like sometimes to use only four digits and sometimes eight. It would be very convenient to have precision option built in the exporter.
s
mtl_file.puts("Kd " + ffcol.to_a[0..2].collect{|c| "%.6g" % ((c.to_f/255)**2.2) }.join(" "))
or
Change the "%.6g" to a bigger or smaller number.
The default is 6 d.p. BUT if there are ending zeros these are stripped [by 'g']
There are other values that always stay at 3 d.p. like this:
mtl_file.puts("Ks 0.333 0.333 0.333")
or
mtl_file.puts("d #{"%.3g" % mat.alpha }")
For the MESH - the 'v' is set to 12 d.p [or less with 'g'], as in:
newv="v #{"%.12g" % (xx.to_m.to_f)} #{"%.12g" % (yy.to_m.to_f)} #{"%.12g" % (zz.to_m.to_f)}"
or
newvt="vt #{"%.12g" % (uv.x)} #{"%.12g" % (uv.y)}"
or
newvn="vn #{"%.12g" % (xx)} #{"%.12g" % (yy)} #{"%.12g" % (zz)}"

TIG
Thanks TIG. That helps a lot.
3090, Titan, Quadro, Xeon Scalable Supermicro, 768GB RAM; Sketchup Pro, Classical Architecture.
Custom alloy powder coated laser cut cases, Autodesk metal-sheet 3D modelling.
build-log http://render.otoy.com/forum/viewtopic.php?f=9&t=42540
Custom alloy powder coated laser cut cases, Autodesk metal-sheet 3D modelling.
build-log http://render.otoy.com/forum/viewtopic.php?f=9&t=42540
HI TIG
I just tried the 1_00-05 exporter in sketchup 2015 and it is much slower than in SU 2014.
?????
SU 2014 about 100 sec
SU 2015 about 215 sec
Model have about
187000 edges
84000 faces
What's the problem here?
Any solution to this?
Any work in progress for an updated exporter?
I just tried the 1_00-05 exporter in sketchup 2015 and it is much slower than in SU 2014.
?????
SU 2014 about 100 sec
SU 2015 about 215 sec
Model have about
187000 edges
84000 faces
What's the problem here?
Any solution to this?
Any work in progress for an updated exporter?
Intel Core i7-3770K, 32GB RAM, NVIDIA GeForce GTX 680, WIN 7 64bit.
HI TIGTIG wrote:I have stopped any further development of this Ruby script.
I'm afraid it stays as it is - warts and all !
Otoy's Octane now has it own custom made SUp exporter which is better integrated and works more efficiently [it has 'binary' coding].
Fully understand,,, thanks for the great work on this exporter any way.
Octane's own exporter???
Do you mean the one that are fully integrated in SU,, also render inside SU???
Thanks
Intel Core i7-3770K, 32GB RAM, NVIDIA GeForce GTX 680, WIN 7 64bit.