robmcrosby / BlenderUSDZ

Simple USDZ file exporter plugin for Blender3D
GNU General Public License v3.0
474 stars 66 forks source link

Addon hangs Blender when importing a zero point dummy mesh #80

Open bitinn opened 2 years ago

bitinn commented 2 years ago

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: