[Bf-extensions-cvs] [d0628b7] master: PLY: add missing type: short

Campbell Barton noreply at git.blender.org
Wed Apr 15 16:25:21 CEST 2015


Commit: d0628b77f6000e73a86bb61abe02d73df277b664
Author: Campbell Barton
Date:   Thu Apr 16 00:24:58 2015 +1000
Branches: master
https://developer.blender.org/rBAd0628b77f6000e73a86bb61abe02d73df277b664

PLY: add missing type: short

===================================================================

M	io_mesh_ply/import_ply.py

===================================================================

diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py
index 7d16be1..76e5ff1 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',



More information about the Bf-extensions-cvs mailing list