Page 3 of 4

Re: Octane Sketchup Exporter - 1024-01

Posted: Thu Mar 17, 2011 6:55 pm
by TIG
Have you tried it with a fresh OCS name - there might be something in the 10243 version that's messing with the smoothing in 10244 OCS if it's a continuation of the same OCS ?

Re: Octane Sketchup Exporter - 1024-01

Posted: Thu Mar 17, 2011 10:25 pm
by pjalbert
TIG wrote:Have you tried it with a fresh OCS name - there might be something in the 10243 version that's messing with the smoothing in 10244 OCS if it's a continuation of the same OCS ?
Did reformat my HDD did a fresh install of octane 1024 and latest exporter but still no luck :( . I tried your solution too but still no smoothing. For now I will just have to use the older exporter to get smoothing till the time this problem get sorted out. Thanks for your effort TIG. ;)

Re: Octane Sketchup Exporter - 1024-01

Posted: Fri Mar 18, 2011 12:02 am
by radiance
Hi guys,

abstrax pointed me here, regarding smoothing issues,
we did not make any changes to this area between releases, so i am pretty certain this is an exporter issue...

can someone please export a working smoothed object with the older one, and a broken one with the newer and post it here (the OBJ/MTL files) so we can have a look at the exported data ?

octane by default reads vertex normals for smoothing from the OBJ file, this can be disabled in the preferences (you can either recompute them during loading in octane, with our without smoothgroups),
but it's always best to have these come from the 3d app, as you will get smoothing problems on edges of your mesh, which the 3d app should solve.

Radiance

Re: Octane Sketchup Exporter - 1024-01

Posted: Fri Mar 18, 2011 12:57 am
by pjalbert
radiance wrote:Hi guys,

abstrax pointed me here, regarding smoothing issues,
we did not make any changes to this area between releases, so i am pretty certain this is an exporter issue...

can someone please export a working smoothed object with the older one, and a broken one with the newer and post it here (the OBJ/MTL files) so we can have a look at the exported data ?

octane by default reads vertex normals for smoothing from the OBJ file, this can be disabled in the preferences (you can either recompute them during loading in octane, with our without smoothgroups),
but it's always best to have these come from the 3d app, as you will get smoothing problems on edges of your mesh, which the 3d app should solve.

Radiance
Hi Radiance,
Thanks for looking into this,
Here I send you 2 files as asked above.
Hope it get solved soon :)

Re: Octane Sketchup Exporter - 1024-01

Posted: Fri Mar 18, 2011 2:51 pm
by TIG
I was also coming round to the idea that it is perhaps an exporter issue... there is some recoding regarding smoothed edges in it to fix rare reversed face glitches... BUT I can get good results with the latest Octane version and latest exporter - using pjalbert's example SKP - so I am confused - did get an un-smoothed version ONCE but was unable to repeat it when I retried with exactly the same versions and settings - weird?...
I'll come back once I've made a few more tweaks to see what I can 'break'...

Re: Octane Sketchup Exporter - 1024-01

Posted: Fri Mar 18, 2011 3:11 pm
by TIG
I have tested Octane 1022 1023 10243 and 10244 with both the latest exporter and the previous one.
I get identical rendering results with perfect smoothing as expected - so I can see no issues ?
Here's a zip containing most of the permutations...
test scene obj _ocs_skp.zip
(1.67 MiB) Downloaded 295 times
Here is also a screenshot of MY settings that work in case someone else has other settings that don't :?
OctaneSettings.PNG

Re: Octane Sketchup Exporter - 1024-01

Posted: Sat Mar 19, 2011 12:59 am
by r4ytrace
cool I'll give this a go - I never really messed aroun with SketchUp much but I do find it interesting the workflow/way of thinking it makes you use

Re: Octane Sketchup Exporter - 1024-01

Posted: Sun Mar 20, 2011 3:18 pm
by pjalbert
TIG wrote:I have tested Octane 1022 1023 10243 and 10244 with both the latest exporter and the previous one.
I get identical rendering results with perfect smoothing as expected - so I can see no issues ?
Here's a zip containing most of the permutations...
test scene obj _ocs_skp.zip
Here is also a screenshot of MY settings that work in case someone else has other settings that don't :?
OctaneSettings.PNG
Hi TIG,
Just want to report my findings.
I downloaded the zip and opened each scene in octane. Everything with old exporter smooth fine but not with the new one. I still get no smoothing with new exporter as stated in previous posts :cry:

Re: Octane Sketchup Exporter - 1024-01

Posted: Sun Mar 20, 2011 4:11 pm
by TIG
pjalbert wrote:
TIG wrote:I have tested Octane 1022 1023 10243 and 10244 with both the latest exporter and the previous one.
I get identical rendering results with perfect smoothing as expected - so I can see no issues ?
Here's a zip containing most of the permutations...
test scene obj _ocs_skp.zip
Here is also a screenshot of MY settings that work in case someone else has other settings that don't :?
OctaneSettings.PNG
Hi TIG,
Just want to report my findings.
I downloaded the zip and opened each scene in octane. Everything with old exporter smooth fine but not with the new one. I still get no smoothing with new exporter as stated in previous posts :cry:
Did you check that your various versions of Octane all had their options set to be as shown for mine ?
When I open ANY of those scenes in the appropriate version of Octane I get identical correct smoothing every time :?
Very strange...
There were some changes to how smoothed edges are processed in the new version [to avoid a rare 'flipped face' glitch], BUT nothing that should ultimately change the OBJ file's contents - indeed if you trawl through two OBJ files made with the two versions of the exporter every line looks identical to me ??? Also they ALL smooth properly for me anyway... Which suggests it's maybe an Options setting in Octane itself for your particular setup ? :roll:

Re: Octane Sketchup Exporter - 1024-01

Posted: Wed Mar 23, 2011 4:01 am
by radiance
Hi TIG,

can you test your smoothing with the default octane OBJ import settings ?

These are:

- import per material smooth value = ON
- use OBJ vertex normals if supplied = ON
- interpolate using smoothgroups = OFF

I think the issue is that if you enable the last parameter (interpolate using smoothgroups),
octane will simply recompute the vertex normals based on groups/edges and you don't end up using propper supplied vertex normals from sketchup.

As all users have these settings by default, it's important that the exporter writes out vertex normals propperly so that it works like all the other exporters,
otherwise users will end up with several problems, for example you will lose control of normal direction which can cause artifacts in renders with transmissive materials like glass...

Radiance