qoh / io_scene_dts

A Blender plugin for importing and exporting DTS/DSQ assets.
MIT License
31 stars 17 forks source link

Flatshading is hacky & can only be decided per-scene rather than per-face #5

Closed qoh closed 8 years ago

qoh commented 9 years ago

Currently the exporter considers flatshading on a per-scene basis

qoh commented 9 years ago

How about (for now) a per-mesh property for flat/smoothshading? It's better than nothing.

qoh commented 8 years ago

Every polygon has a use_smooth attribute. We should split if this is false and there are shared vertices with differing normals