Traceback (most recent call last):
File "d:\Documents\Git\Elements\pyGLV\pyGLV\examples\example_6_import_objects.py", line 117, in
imported_obj = Wavefront(obj_to_import)
File "D:\Documents\Git\Elements\pyGLV\pyGLV\GL\objimporter\wavefront.py", line 38, in init
self.parse_from_file(encoding)
File "D:\Documents\Git\Elements\pyGLV\pyGLV\GL\objimporter\wavefront.py", line 62, in parse_from_file
if line[0] == "#" or len(line)<1:
is thrown when trying to import .obj file that does not have a 'o [name]' command in it
Error:
Traceback (most recent call last): File "d:\Documents\Git\Elements\pyGLV\pyGLV\examples\example_6_import_objects.py", line 117, in
imported_obj = Wavefront(obj_to_import)
File "D:\Documents\Git\Elements\pyGLV\pyGLV\GL\objimporter\wavefront.py", line 38, in init
self.parse_from_file(encoding)
File "D:\Documents\Git\Elements\pyGLV\pyGLV\GL\objimporter\wavefront.py", line 62, in parse_from_file
if line[0] == "#" or len(line)<1:
is thrown when trying to import .obj file that does not have a 'o [name]' command in it