This should fix [#31801] "OBJ importer doesn't import smoothing groups as sharp edges...
commit1f3490adaf35946fa507c97b5312656d3136b65f
authorPhilipp Oeser <info@graphics-engineer.com>
Tue, 19 Jun 2012 16:41:25 +0000 (19 16:41 +0000)
committerPhilipp Oeser <info@graphics-engineer.com>
Tue, 19 Jun 2012 16:41:25 +0000 (19 16:41 +0000)
tree715619b37da5122c21c1518b2f07239571c59034
parent4ba80e489434d0e85c6b235f874b1f84b2f58a32
This should fix [#31801] "OBJ importer doesn't import smoothing groups as sharp edges" reported by Tom Penn.

There was code to mark edges as sharp but it was disabled as being too slow. Found a quicker way using bmesh.
Reviewed by Campbell.
io_scene_obj/import_obj.py