robmcrosby/BlenderUSDZ

Addon hangs Blender when importing a zero point dummy mesh

Opened this issue · 0 comments

Example:

Likely cause:

def Mesh "ambientCG_Dummy_Delete_Me"
{
    int[] faceVertexCounts = []
    int[] faceVertexIndices = []
    rel material:binding = </ambientCG_Material_PavingStones115A_1K_JPG>
    point3f[] points = []
    texCoord2f[] primvars:st = []
}

Example that doesn't hang: