Meshes spawning particles from faces with with UV's/Vertex-colors but no faces would crash de-referencing a NULL pointer. Resolve by adding a check for this case and an assertion if CD_MFACE is NULL when the mesh has polygons. Ref D16947
Meshes spawning particles from faces with with UV's/Vertex-colors but no faces would crash de-referencing a NULL pointer. Resolve by adding a check for this case and an assertion if CD_MFACE is NULL when the mesh has polygons. Ref D16947