Rhino.FileIO.FileObj.Write bug

Hi @tim,

when exporting meshes using Rhino.FileIO.FileObj.Write using the overload which uses an Array of Rhino.Geometry.Mesh, the following write option seems to be ignored:

obj_options.MapZtoY = True

Meshes in the resulting obj file always are in the same orientation regardless of the MapZtoY value. If i export the whole scene instead, the MapZtoY value is correct.

_
c.

Hi Clement,

I see what you mean. Please see https://mcneel.myjetbrains.com/youtrack/issue/RH-85213 to track the progress.

Tim

1 Like

thank you @tim for fixing this so fast.

_
c.