you mean it wasn't implemented before? I thought it was.
I'm using per object smoothing angles and I had the impression it was read correctly by octane.
Beta 2.2 RC1: SoftImage XSI plugin testing thread
Win7 Pro x64 | GTX 770 2GB + GTS250 512Mb | Intel Xeon i7 4x 3.4ghz | 16 GB ECC Mem | Intel SSD 520 | Dell 27"
SOFTIMAGE l 2011 + OCTANE V1.20
SOFTIMAGE l 2011 + OCTANE V1.20
Also your smooth option in Octane is enabled when it should?Amplitude wrote:you mean it wasn't implemented before? I thought it was.
I'm using per object smoothing angles and I had the impression it was read correctly by octane.
Not at me

The first object from the top, in the scene explorer in Softimage, is the first mesh that will be exported, and that is ever smoothed.
face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
No in fact it works correctly with the native exporter but not the plugin.
I still have to manually check bool smooth parameter in Octane but the smoothing angles are respected. With an .obj from the plugin everything is smoothed the same (like 60° angle)
Win7 Pro x64 | GTX 770 2GB + GTS250 512Mb | Intel Xeon i7 4x 3.4ghz | 16 GB ECC Mem | Intel SSD 520 | Dell 27"
SOFTIMAGE l 2011 + OCTANE V1.20
SOFTIMAGE l 2011 + OCTANE V1.20
So what do we do now??
I mean You
I mean You

i7 2600K + 2X gtx 580 + GTX 560 Ti + 8gbram + Win7 +
AUTODESK SOFTIMAGE 2012
www.behance.net/mlody47
AUTODESK SOFTIMAGE 2012
www.behance.net/mlody47
What you mean are the user normals, i thing.
Will fix it to write they too...
When you set it to 0°, the smooth option in Octane is on, but the user normals are shown as smooth is off
To test it, create a cube and export it.
Open the obj-file with a texteditor and type in under the g option a "s off"
That should tell Octane, that the smooth option should be off, but for the first mesh, it is ever on.
Will fix it to write they too...
When you set it to 0°, the smooth option in Octane is on, but the user normals are shown as smooth is off

To test it, create a cube and export it.
Open the obj-file with a texteditor and type in under the g option a "s off"
That should tell Octane, that the smooth option should be off, but for the first mesh, it is ever on.
Code: Select all
o test.obj
mtllib test.mtl
g cube
s off
#begin 26 vertices
v -0.277778 -0.277778 -0.277778
v 0.277778 -0.277778 -0.277778
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
I got example whith something else.
ill paste it here in couple of minutes since its rendering

i7 2600K + 2X gtx 580 + GTX 560 Ti + 8gbram + Win7 +
AUTODESK SOFTIMAGE 2012
www.behance.net/mlody47
AUTODESK SOFTIMAGE 2012
www.behance.net/mlody47
off topic but while I'm at it and you're rendering stuff mlody47 have you experienced significant slowdowns with your 295 in multi gpu mode?
take a look here: http://www.refractivesoftware.com/forum ... 6&start=14
take a look here: http://www.refractivesoftware.com/forum ... 6&start=14
Win7 Pro x64 | GTX 770 2GB + GTS250 512Mb | Intel Xeon i7 4x 3.4ghz | 16 GB ECC Mem | Intel SSD 520 | Dell 27"
SOFTIMAGE l 2011 + OCTANE V1.20
SOFTIMAGE l 2011 + OCTANE V1.20
Try to export 2 cubes and set after all g options the "s off" flagmlody47 wrote:I got example whith something else.ill paste it here in couple of minutes since its rendering
also:
Code: Select all
o test.obj
mtllib test.mtl
g cube
s off
#begin 26 vertices
v -0.277778 -0.277778 -0.277778
v 0.277778 -0.277778 -0.277778
.
.
.
g cube1
s off
#begin 26 vertices
.
.
.
Try to change the s option in "s 1" for cube and "s 2" for cube2.
Like this:
Code: Select all
o test.obj
mtllib test.mtl
g cube
s 1
#begin 26 vertices
v -0.277778 -0.277778 -0.277778
v 0.277778 -0.277778 -0.277778
.
.
.
g cube1
s 2
#begin 26 vertices
.
.
.
Also, the smooth on/off option in Octane works only from the second mesh. The first is ever smooth on.
face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
Hm,Amplitude wrote:I tested it right away and the bool smooth is off in Octane. Is it what you expected?
maybe Octane reads the user normals and switch the smooth on or off...
Hope i can implement to write they too..
face
Win10 Pro, Driver 378.78, Softimage 2015SP2 & Octane 3.05 RC1,
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578
64GB Ram, i7-6950X, GTX1080TI 11GB
http://vimeo.com/user2509578