Menu

#483 pmesh inline broken in 12/trunk

HEAD
closed-fixed
Miguel
Graphics (55)
5
2010-05-27
2010-05-26
David Koes
No

isosurface pmesh inline ... no longer works (regression from 11.8,11.9)
Consider the command:
isosurface pmesh inline "3 0 0 0 1 0 1 1 1 1 1 4 0 1 2 0"
I believe this the removal of the
if(fileType == null)
check right before calling SurfaceFileTyper.determineSurfaceFileType(br) in SurfaceGenerator.setFileData

Putting the check back fixes the problem. If there was a good reason for removing this check, then perhaps a better fix would be to check for empty filenames and, in that case, not blow away the already determined fileType.

Discussion

  • Bob Hanson

    Bob Hanson - 2010-05-27

    Yes, that was it. Good tracking.

     
  • Bob Hanson

    Bob Hanson - 2010-05-27
    • status: open --> closed-fixed
     

Log in to post a comment.