Menu

#14 Small PLY file crashes during import

Release 3.0
closed-fixed
nobody
Assimp lib (91)
9
2015-08-07
2010-06-23
No

Attached please find a .ply file that crashes r754 in PLYImporter::ConvertMeshes with an EXC_BAD_ACCESS.

Import options:

aiProcess_RemoveComponent
aiProcess_LimitBoneWeights
aiProcess_TransformUVCoords
aiProcess_Triangulate
aiProcess_JoinIdenticalVertices
aiProcess_RemoveRedundantMaterials
aiProcess_SortByPType
aiProcess_GenUVCoords
aiProcess_GenSmoothNormals
aiProcess_FindInvalidData
aiProcess_ValidateDataStructure
aiProcess_FindDegenerates
aiProcess_OptimizeMeshes

Import settings:

ms_pkImporter->SetPropertyFloat(AI_CONFIG_PP_GSN_MAX_SMOOTHING_ANGLE,
45.0f);
ms_pkImporter->SetPropertyInteger(AI_CONFIG_PP_FD_REMOVE,1);
const int iRemoveComponents =
aiComponent_COLORS | aiComponent_TANGENTS_AND_BITANGENTS;
ms_pkImporter->SetPropertyInteger(AI_CONFIG_PP_RVC_FLAGS,
iRemoveComponents);

Discussion

  • Dario Accornero

    Dario Accornero - 2010-06-23

    Small PLY crashing model

     
  • Alexander Gessler

    Long delay, sorry.

    I can't open the ZIP file (zip and WInZip fail it), can you re-up?

    Bye, Alex

     
  • Alexander Gessler

    - note: can open it now, will check.

     
  • Alexander Gessler

    • priority: 5 --> 9
     
  • Kim Kulling

    Kim Kulling - 2012-05-28

    Hi,

    I looked onto this one and I was also not able to open it with Blender. Something with an invalid size in the file itself. If we cannot get the right file i strongly recommend to reject this bug.

    Kimmi

     
  • Kim Kulling

    Kim Kulling - 2013-10-11
    • status: open --> pending
    • Group: --> Release 3.0
     
  • Kim Kulling

    Kim Kulling - 2013-10-11
     
  • Kim Kulling

    Kim Kulling - 2015-08-07

    Fixed!

     
  • Kim Kulling

    Kim Kulling - 2015-08-07
    • status: pending --> closed-fixed