qoh / io_scene_dts

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

Reimplements Blender math primitives #15

Closed qoh closed 8 years ago

qoh commented 9 years ago

Classes such as Point3D, Point2D, Box and Quaternion are implemented in this plugin for working with DTS file data. Initially, the actual DTS interface (DtsShape, DtsTypes) was written to work independently of Blender, so that it could be reused.

However, Blender implements all these types as well (most likely also more complete and more efficiently). Could we perhaps just use these instead of reimplementing?

qoh commented 8 years ago

Working towards this gradually, closing for now