gerard halfmarble
  • Joined on 2022-05-27
gerard opened issue blender/blender-addons#104399 2023-02-08 13:55:16 +01:00
inimportMeshIndexedFaceSet if len(points) >= 2 * len(index): # Need to cull TypeError: object of type 'NoneType' has no len()
gerard commented on issue blender/blender#104447 2023-02-08 13:45:42 +01:00
inimportMeshIndexedFaceSet if len(points) >= 2 * len(index): # Need to cull TypeError: object of type 'NoneType' has no len()

Sorry, did not realize this import feature wasn't part of Blender core, but through an add-on that I had installed a while ago.

Thanks for providing feedback, so I know that I need to follow up…

gerard opened issue blender/blender#104447 2023-02-08 00:55:50 +01:00
inimportMeshIndexedFaceSet if len(points) >= 2 * len(index): # Need to cull TypeError: object of type 'NoneType' has no len()