From d0628b77f6000e73a86bb61abe02d73df277b664 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Apr 2015 00:24:58 +1000 Subject: PLY: add missing type: short --- io_mesh_ply/import_ply.py | 1 + 1 file changed, 1 insertion(+) diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py index 7d16be1f..76e5ff1e 100644 --- a/io_mesh_ply/import_ply.py +++ b/io_mesh_ply/import_ply.py @@ -137,6 +137,7 @@ def read(filepath): b'uint8': 'B', b'int16': 'h', b'uint16': 'H', + b'short': 'h', b'ushort': 'H', b'int': 'i', b'int32': 'i', -- cgit v1.2.3