Re: A pain in the Arnold…

2018-06-01 Thread Matt Lind
I distinctly remember looking at cityscape scenes in XSI a number of years 
ago when another user had similar problems.

If memory serves, the geometry is horribly corrupt and each material was 
duplicated per polygon or polygon cluster.  There were winged edges with 
more than 3 polygons sharing the same edge, normals facing both ways on the 
same polygon, etc.  Not at all surprised you're having problems.

Although editing the geometry in XSI induced a lot of crashes, it was 
necessary to fix the problem.  Also removing the userNormals property helped 
with shading issues.  Finally, performing a delete unused materials combined 
with a simple script to merge/consolidate redundant materials cleaned up the 
rest.

Since you're doing it all in Maya, I suspect you have the same problems. 
First check the geometry for user normals, or whatever Maya's equivalent is. 
If they exist, remove them.  That should remove most of the problems.  Then 
go into the geometry and unshare those winged edges and leave them as 
discrete polygons.  That shouldn't have any negative affect on the rendered 
result.  Finally, write a script to scan all the objects to see which shader 
nodes they're using and do a 'diff' between them as the shaders are likely 
duplicate copies.  Once you find a duplicate, unshare it and replace it with 
the original copy.

A lot of elbow grease, but should fix the problems in the end.

Matt





Date: Thu, 31 May 2018 21:14:26 +
From: “Ponthieux, Joseph G. (LARC-E1A)[LITES II]”
Subject: A pain in the Arnold…
To: “softimage@listproc.autodesk.com”

Howdy yall,

I thought I would post here before I escalate this but… Arnold on Maya 2018 
is producing an error in render…

I've got an ESRI City Engine scene imported into Maya 2018, It was working 
fine under Maya 2017 and rendering fine in Mental Ray. But mental Ray is 
gone now.



It renders in the Maya Software render fine.

In Arnold it produces what looks like triangulation (Tessellation) errors 
rendering some triangles darker than others.

It only produces the problem on materials with texture maps.

Disconnecting the textures from the diffuse color removes the problem. But 
removes the texture also. But this seems to indicate its not a lighting, 
normals, or shading error.

I've turned literally everything in Arnold settings off or neutral and no 
change.

Its not shadows, nor anti-aliasing, nor duplicate polygons, nor a bad mesh.

Forcing a triangulate on the mesh can make different triangles darker but 
the problem does not go away.

All reflections, shadows, motion blur, etc have been turned off in Maya and 
Arnold for Render Settings and Object. No change.



Any thoughts?

Thanks Joey


--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
Stephen,
I’m fairly sure it has nothing to do with UVs. But I’ll try to get the log. 
What I’ve discovered is that if I extract pieces of the mesh away from the 
outer perimeter, paring it down till it reaches about 250x250 units and no 
bigger, the problem disappears. Breaking it up into quadrants that way solves 
the problem for the time being.
Thanks.
Joey

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Stephen Blair
Sent: Friday, June 01, 2018 1:22 PM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=gIJxhhO7x6ZUAWBKSVTkrQc2BiEK1hlihd72VqX1aIY=xZ1Lh-yiTuK_Cbs2uDwKwmzrQoACYQMaOXjNB8dc5bQ=
 
Subject: Re: A pain in the Arnold...

Hi

You don't mention whether you checked the Arnold log for warnings.

If it was tessellation errors, then you would see it with or without a texture. 
You can try using the Utility shader (Primitive ID with polywire) to check that.

The Utility shader also has UV modes for debugging.



On Fri, Jun 1, 2018 at 11:01 AM, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:
Just one shader. Its using a custom UV set for a single texture that I don’t 
dare touch since the UVs are  generated automatically by CityEngine to repeat 
sidewalk segments along the sidewalk artery. Since other renders have shown 
they can handle them, I don’t think it’s the UVs.

There are over 900 shaders but there are thousands of objects in the scene. 
Shader application by CityEngine appears to be incredibly efficient.

Yeah It looks like I’ll probably have to call them. I can hack it up in the 
short term but there is something in this scene that Arnold just doesn’t like. 
Or that the scene doesn’t likeabout  Arnold. Its procedurally created and 
exported via FBX and then imported to Maya. It rendered fine in Mental Ray but 
I’ve had no end of difficulty with it and Arnold. Ugh.

Thanks
Joey

From: 
softimage-boun...@listproc.autodesk.com
 
[mailto:softimage-boun...@listproc.autodesk.com]
 On Behalf Of Steven Caron
Sent: Friday, June 01, 2018 10:51 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=gIJxhhO7x6ZUAWBKSVTkrQc2BiEK1hlihd72VqX1aIY=xZ1Lh-yiTuK_Cbs2uDwKwmzrQoACYQMaOXjNB8dc5bQ=
 mailto:softimage@listproc.autodesk.com>>
Subject: Re: A pain in the Arnold...

How are the different shaders applied to this single object? Is it using face 
sets? There is a cap of 256 shaders per object if that is the case. Although, 
what you initally described doesn't sounds like this is the case...

Talk to the support guys, it's Stephen Blair BTW... He will help get you right.

*written with my thumbs

On Fri, Jun 1, 2018, 7:25 AM Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:
I have found one workaround so far that seems to force the render to behave. 
The geometry is procedurally created in CityEngine. The offending geometry in 
the scene is the “sidewalk” object. But the way it is generated is that the 
entire sidewalk is like an arterial system created as one object for the entire 
scene. Its really large, and is very oddly shaped. But the geometry appears to 
be fine. The Maya Software renderer handles it just fine.

What I seem to have discovered is that if I break it up into smaller segments 
the shading bugs go away. Its almost as if Arnold is applying a smooth shading 
override to the surface. Even though I’ve set normals on the surface to face, 
applied hard edges, every attempt to modify normals in some substantial way has 
failed to affect the shading bug.

Incidentally there are other really large “organs” in this scene. But they are 
comprised of smaller groups that are disconnected from the other groups but 
still as one large single object. They render fine. It only seems to be 

Friday Flashback #340

2018-06-01 Thread Stephen Blair
1999 SOFTIMAGE|3D screenshot…with caustics!

https://urldefense.proofpoint.com/v2/url?u=https-3A__wp.me_powV4-2D3vF=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=Se23iADqFLWvcBl9KBx4Ex6OopSp6xoRTT4NHqawVDs=avF5ToHT-IgabY_dpz1ZmYX2GFphVxfbFuS4o8hmrUQ=
--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

Re: A pain in the Arnold...

2018-06-01 Thread Stephen Blair
Hi

You don't mention whether you checked the Arnold log for warnings.

If it was tessellation errors, then you would see it with or without a
texture. You can try using the Utility shader (Primitive ID with polywire)
to check that.

The Utility shader also has UV modes for debugging.



On Fri, Jun 1, 2018 at 11:01 AM, Ponthieux, Joseph G. (LARC-E1A)[LITES II] <
j.ponthi...@nasa.gov> wrote:

> Just one shader. Its using a custom UV set for a single texture that I
> don’t dare touch since the UVs are  generated automatically by CityEngine
> to repeat sidewalk segments along the sidewalk artery. Since other renders
> have shown they can handle them, I don’t think it’s the UVs.
>
>
>
> There are over 900 shaders but there are thousands of objects in the
> scene. Shader application by CityEngine appears to be incredibly efficient.
>
>
>
> Yeah It looks like I’ll probably have to call them. I can hack it up in
> the short term but there is something in this scene that Arnold just
> doesn’t like. Or that the scene doesn’t likeabout  Arnold. Its procedurally
> created and exported via FBX and then imported to Maya. It rendered fine in
> Mental Ray but I’ve had no end of difficulty with it and Arnold. Ugh.
>
>
>
> Thanks
>
> Joey
>
>
>
> *From:* softimage-boun...@listproc.autodesk.com [mailto:softimage-bounces@
> listproc.autodesk.com] *On Behalf Of *Steven Caron
> *Sent:* Friday, June 01, 2018 10:51 AM
> *To:* Official Softimage Users Mailing List. 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=KSJu0VFhrsZTmoxWTaphSXd7LdyvvqlUAziGSkBoq5o=y1Z4_N-A0U-NTSuV1b_QKcyOp8wSAJPJOF5kXwxwMcM=
> forum/#!forum/xsi_list 
> *Subject:* Re: A pain in the Arnold...
>
>
>
> How are the different shaders applied to this single object? Is it using
> face sets? There is a cap of 256 shaders per object if that is the case.
> Although, what you initally described doesn't sounds like this is the
> case...
>
>
>
> Talk to the support guys, it's Stephen Blair BTW... He will help get you
> right.
>
>
>
> *written with my thumbs
>
>
>
> On Fri, Jun 1, 2018, 7:25 AM Ponthieux, Joseph G. (LARC-E1A)[LITES II] <
> j.ponthi...@nasa.gov> wrote:
>
> I have found one workaround so far that seems to force the render to
> behave. The geometry is procedurally created in CityEngine. The offending
> geometry in the scene is the “sidewalk” object. But the way it is generated
> is that the entire sidewalk is like an arterial system created as one
> object for the entire scene. Its really large, and is very oddly shaped.
> But the geometry appears to be fine. The Maya Software renderer handles it
> just fine.
>
>
>
> What I seem to have discovered is that if I break it up into smaller
> segments the shading bugs go away. Its almost as if Arnold is applying a
> smooth shading override to the surface. Even though I’ve set normals on the
> surface to face, applied hard edges, every attempt to modify normals in
> some substantial way has failed to affect the shading bug.
>
>
>
> Incidentally there are other really large “organs” in this scene. But they
> are comprised of smaller groups that are disconnected from the other groups
> but still as one large single object. They render fine. It only seems to be
> an issue with large objects with contiguously connected elements.  Does
> anyone know what gives with this? Is Arnold trying to do something special
> that affects objects of immense size that are contiguously connected?
>
>
>
> Joey
>
>
>
>
>
> *From:* softimage-boun...@listproc.autodesk.com [mailto:softimage-bounces@
> listproc.autodesk.com] *On Behalf Of *Ponthieux, Joseph G.
> (LARC-E1A)[LITES II]
> *Sent:* Friday, June 01, 2018 9:42 AM
> *To:* Official Softimage Users Mailing List. 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=KSJu0VFhrsZTmoxWTaphSXd7LdyvvqlUAziGSkBoq5o=y1Z4_N-A0U-NTSuV1b_QKcyOp8wSAJPJOF5kXwxwMcM=
> forum/#!forum/xsi_list
> 

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
Just one shader. Its using a custom UV set for a single texture that I don’t 
dare touch since the UVs are  generated automatically by CityEngine to repeat 
sidewalk segments along the sidewalk artery. Since other renders have shown 
they can handle them, I don’t think it’s the UVs.

There are over 900 shaders but there are thousands of objects in the scene. 
Shader application by CityEngine appears to be incredibly efficient.

Yeah It looks like I’ll probably have to call them. I can hack it up in the 
short term but there is something in this scene that Arnold just doesn’t like. 
Or that the scene doesn’t likeabout  Arnold. Its procedurally created and 
exported via FBX and then imported to Maya. It rendered fine in Mental Ray but 
I’ve had no end of difficulty with it and Arnold. Ugh.

Thanks
Joey

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Steven Caron
Sent: Friday, June 01, 2018 10:51 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=qzfoE6ekC5NTt0YH6O-sDTO0OCzN_tFtjIGIO1vpRYM=n3dFJ2TLZuWLYNDXVCIowFbaI73Q4_O-6gqA6L2fdsg=
 
Subject: Re: A pain in the Arnold...

How are the different shaders applied to this single object? Is it using face 
sets? There is a cap of 256 shaders per object if that is the case. Although, 
what you initally described doesn't sounds like this is the case...

Talk to the support guys, it's Stephen Blair BTW... He will help get you right.

*written with my thumbs

On Fri, Jun 1, 2018, 7:25 AM Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:
I have found one workaround so far that seems to force the render to behave. 
The geometry is procedurally created in CityEngine. The offending geometry in 
the scene is the “sidewalk” object. But the way it is generated is that the 
entire sidewalk is like an arterial system created as one object for the entire 
scene. Its really large, and is very oddly shaped. But the geometry appears to 
be fine. The Maya Software renderer handles it just fine.

What I seem to have discovered is that if I break it up into smaller segments 
the shading bugs go away. Its almost as if Arnold is applying a smooth shading 
override to the surface. Even though I’ve set normals on the surface to face, 
applied hard edges, every attempt to modify normals in some substantial way has 
failed to affect the shading bug.

Incidentally there are other really large “organs” in this scene. But they are 
comprised of smaller groups that are disconnected from the other groups but 
still as one large single object. They render fine. It only seems to be an 
issue with large objects with contiguously connected elements.  Does anyone 
know what gives with this? Is Arnold trying to do something special that 
affects objects of immense size that are contiguously connected?

Joey


From: 
softimage-boun...@listproc.autodesk.com
 
[mailto:softimage-boun...@listproc.autodesk.com]
 On Behalf Of Ponthieux, Joseph G. (LARC-E1A)[LITES II]
Sent: Friday, June 01, 2018 9:42 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=qzfoE6ekC5NTt0YH6O-sDTO0OCzN_tFtjIGIO1vpRYM=n3dFJ2TLZuWLYNDXVCIowFbaI73Q4_O-6gqA6L2fdsg=
 mailto:softimage@listproc.autodesk.com>>
Subject: RE: A pain in the Arnold...

Nope. First thing I checked. CV counts at each vertex are 1. There is no 
non-manifold geometry that I can find related to the objects with the anomaly.

Besides, if it were the geometry, I would expect that removing the texture 
would not 

Re: A pain in the Arnold...

2018-06-01 Thread Steven Caron
How are the different shaders applied to this single object? Is it using
face sets? There is a cap of 256 shaders per object if that is the case.
Although, what you initally described doesn't sounds like this is the
case...

Talk to the support guys, it's Stephen Blair BTW... He will help get you
right.

*written with my thumbs

On Fri, Jun 1, 2018, 7:25 AM Ponthieux, Joseph G. (LARC-E1A)[LITES II] <
j.ponthi...@nasa.gov> wrote:

> I have found one workaround so far that seems to force the render to
> behave. The geometry is procedurally created in CityEngine. The offending
> geometry in the scene is the “sidewalk” object. But the way it is generated
> is that the entire sidewalk is like an arterial system created as one
> object for the entire scene. Its really large, and is very oddly shaped.
> But the geometry appears to be fine. The Maya Software renderer handles it
> just fine.
>
>
>
> What I seem to have discovered is that if I break it up into smaller
> segments the shading bugs go away. Its almost as if Arnold is applying a
> smooth shading override to the surface. Even though I’ve set normals on the
> surface to face, applied hard edges, every attempt to modify normals in
> some substantial way has failed to affect the shading bug.
>
>
>
> Incidentally there are other really large “organs” in this scene. But they
> are comprised of smaller groups that are disconnected from the other groups
> but still as one large single object. They render fine. It only seems to be
> an issue with large objects with contiguously connected elements.  Does
> anyone know what gives with this? Is Arnold trying to do something special
> that affects objects of immense size that are contiguously connected?
>
>
>
> Joey
>
>
>
>
>
> *From:* softimage-boun...@listproc.autodesk.com [mailto:
> softimage-boun...@listproc.autodesk.com] *On Behalf Of *Ponthieux, Joseph
> G. (LARC-E1A)[LITES II]
> *Sent:* Friday, June 01, 2018 9:42 AM
> *To:* Official Softimage Users Mailing List.
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=XnMSo0xQmnyUoLWfiSAdXQ028HvP2qbpPtDONRjlNps=TWUcDLnqLaCE17wx14RgLjzfRMap-QxpFkRIH8xgJik=
>  <
> softimage@listproc.autodesk.com>
> *Subject:* RE: A pain in the Arnold...
>
>
>
> Nope. First thing I checked. CV counts at each vertex are 1. There is no
> non-manifold geometry that I can find related to the objects with the
> anomaly.
>
>
>
> Besides, if it were the geometry, I would expect that removing the texture
> would not remove the anomaly. If there is no texture, the bug is not
> present.
>
>
>
> Thanks
>
>
>
>
>
> *From:* softimage-boun...@listproc.autodesk.com [
> mailto:softimage-boun...@listproc.autodesk.com
> ] *On Behalf Of *Jordi Bares
> *Sent:* Friday, June 01, 2018 9:36 AM
> *To:* Official Softimage Users Mailing List.
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=XnMSo0xQmnyUoLWfiSAdXQ028HvP2qbpPtDONRjlNps=TWUcDLnqLaCE17wx14RgLjzfRMap-QxpFkRIH8xgJik=
> 
> 
> *Subject:* Re: A pain in the Arnold...
>
>
>
> I would suggest you double check the geometry, is it possible you have
> double triangles?
>
>
>
> jb
>
>
>
> On 1 Jun 2018, at 14:32, Ponthieux, Joseph G. (LARC-E1A)[LITES II] <
> j.ponthi...@nasa.gov> wrote:
>
>
>
> The original shader was a Lambert material with an image and a texture
> placement.
>
>
>
> Replacing the shader elements with like for like makes no difference.
>
>
>
> Replacing the file and Lambert nodes with aiImage and aiStandardSurface
> also made no difference.
>
>
>
> I also replaced the SG and deleted the texture placement. No change.
>
>
>
> Bummer. Thanks anyway!
>
>
>
> joey
>
>
>
> *From:* softimage-boun...@listproc.autodesk.com [
> mailto:softimage-boun...@listproc.autodesk.com
> ] *On Behalf Of *Ponthieux,
> Joseph G. (LARC-E1A)[LITES II]
> *Sent:* Friday, June 01, 2018 9:06 AM
> *To:* Official Softimage Users Mailing List.
> 

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
I have found one workaround so far that seems to force the render to behave. 
The geometry is procedurally created in CityEngine. The offending geometry in 
the scene is the “sidewalk” object. But the way it is generated is that the 
entire sidewalk is like an arterial system created as one object for the entire 
scene. Its really large, and is very oddly shaped. But the geometry appears to 
be fine. The Maya Software renderer handles it just fine.

What I seem to have discovered is that if I break it up into smaller segments 
the shading bugs go away. Its almost as if Arnold is applying a smooth shading 
override to the surface. Even though I’ve set normals on the surface to face, 
applied hard edges, every attempt to modify normals in some substantial way has 
failed to affect the shading bug.

Incidentally there are other really large “organs” in this scene. But they are 
comprised of smaller groups that are disconnected from the other groups but 
still as one large single object. They render fine. It only seems to be an 
issue with large objects with contiguously connected elements.  Does anyone 
know what gives with this? Is Arnold trying to do something special that 
affects objects of immense size that are contiguously connected?

Joey


From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Ponthieux, Joseph 
G. (LARC-E1A)[LITES II]
Sent: Friday, June 01, 2018 9:42 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=WeBgKUi0r7g21ELtA-TwP7KnYXM8QJg-o8QtYgF2vxs=_I6V9vEAkSnIqUVE9A9ZGOB2E2BwkaK3RP-YbQlFmxY=
 
Subject: RE: A pain in the Arnold...

Nope. First thing I checked. CV counts at each vertex are 1. There is no 
non-manifold geometry that I can find related to the objects with the anomaly.

Besides, if it were the geometry, I would expect that removing the texture 
would not remove the anomaly. If there is no texture, the bug is not present.

Thanks


From: 
softimage-boun...@listproc.autodesk.com
 [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Jordi Bares
Sent: Friday, June 01, 2018 9:36 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=WeBgKUi0r7g21ELtA-TwP7KnYXM8QJg-o8QtYgF2vxs=_I6V9vEAkSnIqUVE9A9ZGOB2E2BwkaK3RP-YbQlFmxY=
 mailto:softimage@listproc.autodesk.com>>
Subject: Re: A pain in the Arnold...

I would suggest you double check the geometry, is it possible you have double 
triangles?

jb

On 1 Jun 2018, at 14:32, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:

The original shader was a Lambert material with an image and a texture 
placement.

Replacing the shader elements with like for like makes no difference.

Replacing the file and Lambert nodes with aiImage and aiStandardSurface also 
made no difference.

I also replaced the SG and deleted the texture placement. No change.

Bummer. Thanks anyway!

joey

From: 
softimage-boun...@listproc.autodesk.com
 [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Ponthieux, 
Joseph G. (LARC-E1A)[LITES II]
Sent: Friday, June 01, 2018 9:06 AM
To: Official Softimage Users Mailing List. 

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
Nope. First thing I checked. CV counts at each vertex are 1. There is no 
non-manifold geometry that I can find related to the objects with the anomaly.

Besides, if it were the geometry, I would expect that removing the texture 
would not remove the anomaly. If there is no texture, the bug is not present.

Thanks


From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Jordi Bares
Sent: Friday, June 01, 2018 9:36 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=vDZlVPP2oV7im36DWy40uWZwXAJiUT_KtmVci_U2YB8=GZCnJJNMu0eCm7bnDHkfM-gJn1S8zaeUzFXQn1xQwCE=
 
Subject: Re: A pain in the Arnold...

I would suggest you double check the geometry, is it possible you have double 
triangles?

jb

On 1 Jun 2018, at 14:32, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:

The original shader was a Lambert material with an image and a texture 
placement.

Replacing the shader elements with like for like makes no difference.

Replacing the file and Lambert nodes with aiImage and aiStandardSurface also 
made no difference.

I also replaced the SG and deleted the texture placement. No change.

Bummer. Thanks anyway!

joey

From: 
softimage-boun...@listproc.autodesk.com
 [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Ponthieux, 
Joseph G. (LARC-E1A)[LITES II]
Sent: Friday, June 01, 2018 9:06 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=vDZlVPP2oV7im36DWy40uWZwXAJiUT_KtmVci_U2YB8=GZCnJJNMu0eCm7bnDHkfM-gJn1S8zaeUzFXQn1xQwCE=mailto:softimage@listproc.autodesk.com>>
Subject: RE: A pain in the Arnold...

No. In part because the scene has over 900 shaders. The thought of having to 
edit every one to make Arnold happy is not a pleasant one. I’ll look into 
though. Stay tuned. Thanks

Joey



From: 
softimage-boun...@listproc.autodesk.com
 [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Gregor Punchatz
Sent: Thursday, May 31, 2018 6:24 PM
To: Official Softimage Users Mailing List. 

Re: A pain in the Arnold...

2018-06-01 Thread Jordi Bares
I would suggest you double check the geometry, is it possible you have double 
triangles?

jb

> On 1 Jun 2018, at 14:32, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
>  wrote:
> 
> The original shader was a Lambert material with an image and a texture 
> placement.
>  
> Replacing the shader elements with like for like makes no difference.
>  
> Replacing the file and Lambert nodes with aiImage and aiStandardSurface also 
> made no difference.
>  
> I also replaced the SG and deleted the texture placement. No change.
>  
> Bummer. Thanks anyway!
>  
> joey
>   <>
> From: softimage-boun...@listproc.autodesk.com 
>  
> [mailto:softimage-boun...@listproc.autodesk.com 
> ] On Behalf Of Ponthieux, 
> Joseph G. (LARC-E1A)[LITES II]
> Sent: Friday, June 01, 2018 9:06 AM
> To: Official Softimage Users Mailing List. 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=Mk7G6kDEX8Lim5dqf8v8cauGzFwb7sLJzfaqsyX63JY=eS5tF0C05pJeTUchm80k4L_Qkvo7aZkMNJxZzZwZDY4=
>  
>   >
> Subject: RE: A pain in the Arnold...
>  
> No. In part because the scene has over 900 shaders. The thought of having to 
> edit every one to make Arnold happy is not a pleasant one. I’ll look into 
> though. Stay tuned. Thanks
>  
> Joey
>  
>  
>  
> From: softimage-boun...@listproc.autodesk.com 
>  
> [mailto:softimage-boun...@listproc.autodesk.com 
> ] On Behalf Of Gregor Punchatz
> Sent: Thursday, May 31, 2018 6:24 PM
> To: Official Softimage Users Mailing List. 
> https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIFaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=Mk7G6kDEX8Lim5dqf8v8cauGzFwb7sLJzfaqsyX63JY=eS5tF0C05pJeTUchm80k4L_Qkvo7aZkMNJxZzZwZDY4=
>  
>   >
> Subject: Re: A pain in the Arnold...
>  
> Hmmm... have you tried rebuilding the shaders??? 
>  
> On Thu, May 31, 2018 at 2:14 PM, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
> mailto:j.ponthi...@nasa.gov>> wrote:
> Howdy yall,
>  
> I thought I would post here before I escalate this but… Arnold on Maya 2018 
> is producing an error in render…
>  
> I’ve got an ESRI City Engine scene imported into Maya 2018, It was working 
> fine under Maya 2017 and rendering fine in Mental Ray. But mental Ray is gone 
> now.
>  
> 1.   It renders in the Maya Software render fine.
> 
> 2.   In Arnold it produces what looks like triangulation (Tessellation) 
> errors rendering some triangles darker than others.
> 
> 3.   It only produces the problem on materials with texture maps.
> 
> 4.   Disconnecting the textures from the diffuse color removes the 
> problem. But removes the texture also. But this seems to indicate its not a 
> lighting, normals, or shading error.
> 
> 5.   I’ve turned literally everything in Arnold settings off or neutral 
> and no change.
> 
> 6.   Its not shadows, nor anti-aliasing, nor duplicate polygons, nor a 
> bad mesh.
> 
> 7.   Forcing a triangulate on the mesh can make different triangles 
> darker but the problem does not go away.
> 
> 8.   All reflections, shadows, motion blur, etc have been turned off in 
> Maya and Arnold for Render Settings and Object. No change.  
> 
>  
> Any thoughts?
>  
> Thanks
> Joey
> 
> 
> --
> Softimage Mailing List.
> To unsubscribe, send a mail to 

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
The original shader was a Lambert material with an image and a texture 
placement.

Replacing the shader elements with like for like makes no difference.

Replacing the file and Lambert nodes with aiImage and aiStandardSurface also 
made no difference.

I also replaced the SG and deleted the texture placement. No change.

Bummer. Thanks anyway!

joey

From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Ponthieux, Joseph 
G. (LARC-E1A)[LITES II]
Sent: Friday, June 01, 2018 9:06 AM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=rNybIMi2YGkrkl3enrnoHWluOpYXU6zcMS8KpYYFXkI=nTcL-5d_ATLPXOmQ3q32mADbj4zPjCcFgU8ZUq-V4Hw=
 
Subject: RE: A pain in the Arnold...

No. In part because the scene has over 900 shaders. The thought of having to 
edit every one to make Arnold happy is not a pleasant one. I’ll look into 
though. Stay tuned. Thanks

Joey



From: 
softimage-boun...@listproc.autodesk.com
 [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Gregor Punchatz
Sent: Thursday, May 31, 2018 6:24 PM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=rNybIMi2YGkrkl3enrnoHWluOpYXU6zcMS8KpYYFXkI=nTcL-5d_ATLPXOmQ3q32mADbj4zPjCcFgU8ZUq-V4Hw=
 mailto:softimage@listproc.autodesk.com>>
Subject: Re: A pain in the Arnold...

Hmmm... have you tried rebuilding the shaders???

On Thu, May 31, 2018 at 2:14 PM, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:
Howdy yall,

I thought I would post here before I escalate this but… Arnold on Maya 2018 is 
producing an error in render…

I’ve got an ESRI City Engine scene imported into Maya 2018, It was working fine 
under Maya 2017 and rendering fine in Mental Ray. But mental Ray is gone now.


1.   It renders in the Maya Software render fine.

2.   In Arnold it produces what looks like triangulation (Tessellation) 
errors rendering some triangles darker than others.

3.   It only produces the problem on materials with texture maps.

4.   Disconnecting the textures from the diffuse color removes the problem. 
But removes the texture also. But this seems to indicate its not a lighting, 
normals, or shading error.

5.   I’ve turned literally everything in Arnold settings off or neutral and 
no change.

6.   Its not shadows, nor anti-aliasing, nor duplicate polygons, nor a bad 
mesh.

7.   Forcing a triangulate on the mesh can make different triangles darker 
but the problem does not go away.

8.   All reflections, shadows, motion blur, etc have been turned off in 
Maya and Arnold for Render Settings and Object. No change.

Any thoughts?

Thanks
Joey


--
Softimage Mailing List.
To unsubscribe, send a mail to 
softimage-requ...@listproc.autodesk.com
 with "unsubscribe" in the subject, and reply to confirm.



--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.

RE: A pain in the Arnold...

2018-06-01 Thread Ponthieux, Joseph G. (LARC-E1A)[LITES II]
No. In part because the scene has over 900 shaders. The thought of having to 
edit every one to make Arnold happy is not a pleasant one. I’ll look into 
though. Stay tuned. Thanks

Joey



From: softimage-boun...@listproc.autodesk.com 
[mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Gregor Punchatz
Sent: Thursday, May 31, 2018 6:24 PM
To: Official Softimage Users Mailing List. 
https://urldefense.proofpoint.com/v2/url?u=https-3A__groups.google.com_forum_-23-21forum_xsi-5Flist=DwIGaQ=76Q6Tcqc-t2x0ciWn7KFdCiqt6IQ7a_IF9uzNzd_2pA=GmX_32eCLYPFLJ529RohsPjjNVwo9P0jVMsrMw7PFsA=6OGEnQIbc1tGoOd8Q_gYPjIfDIWsB--S3dV71we7vCM=ITyyhNwxbI-0D-Zwo5MGnffSoyMv3fc6prUBykbCeSY=
 
Subject: Re: A pain in the Arnold...

Hmmm... have you tried rebuilding the shaders???

On Thu, May 31, 2018 at 2:14 PM, Ponthieux, Joseph G. (LARC-E1A)[LITES II] 
mailto:j.ponthi...@nasa.gov>> wrote:
Howdy yall,

I thought I would post here before I escalate this but… Arnold on Maya 2018 is 
producing an error in render…

I’ve got an ESRI City Engine scene imported into Maya 2018, It was working fine 
under Maya 2017 and rendering fine in Mental Ray. But mental Ray is gone now.


1.   It renders in the Maya Software render fine.

2.   In Arnold it produces what looks like triangulation (Tessellation) 
errors rendering some triangles darker than others.

3.   It only produces the problem on materials with texture maps.

4.   Disconnecting the textures from the diffuse color removes the problem. 
But removes the texture also. But this seems to indicate its not a lighting, 
normals, or shading error.

5.   I’ve turned literally everything in Arnold settings off or neutral and 
no change.

6.   Its not shadows, nor anti-aliasing, nor duplicate polygons, nor a bad 
mesh.

7.   Forcing a triangulate on the mesh can make different triangles darker 
but the problem does not go away.

8.   All reflections, shadows, motion blur, etc have been turned off in 
Maya and Arnold for Render Settings and Object. No change.

Any thoughts?

Thanks
Joey


--
Softimage Mailing List.
To unsubscribe, send a mail to 
softimage-requ...@listproc.autodesk.com
 with "unsubscribe" in the subject, and reply to confirm.


--
Softimage Mailing List.
To unsubscribe, send a mail to softimage-requ...@listproc.autodesk.com with 
"unsubscribe" in the subject, and reply to confirm.