From ff4c2cfb6338cecaa9dad825dd7a7a5ba0014502 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 6 Aug 2012 22:34:19 +0900 Subject: [PATCH] Add a todo list for the mdl addon. --- tools/io_mesh_qfmdl/TODO | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/io_mesh_qfmdl/TODO diff --git a/tools/io_mesh_qfmdl/TODO b/tools/io_mesh_qfmdl/TODO new file mode 100644 index 000000000..57fd71535 --- /dev/null +++ b/tools/io_mesh_qfmdl/TODO @@ -0,0 +1,7 @@ +o auto-convert quads/ngons to tris +o combine multiple selected meshes into one mdl + ? active object determines origin? + ? non-active objects' meshes rotated relative to active? all objects + relative to world? +o bake image textures to the mdl + ? how to handle overlapping UVs?