--- colladapatch20080727\translator.py 2008-07-27 01:48:21.062145800 +0900 +++ translator.py 2008-08-02 03:23:03.830432500 +0900 @@ -2425,6 +2425,9 @@ realVertCount = 1 else: pIndex = 0 + if isinstance(primitive, collada.DaePolygons): + vertCount = len(p)/maxOffset + realVertCount = vertCount # A list with edges in this face faceEdges = [] # a list to store all the created faces in to add them to the mesh afterwards. @@ -3001,9 +3004,6 @@ bMat.setAlpha(alpha) if not (shader.transparent.texture is None): # Texture textureSampler = shader.transparent.texture.texture - print "shader" - print shader.transparent.texture - print "shader end" if not(textureSampler is None): #support 1.4.0: texture = textureSampler;