Tamsoft TMD model data Importer for Blender version 2.80 or later.

- This script is still under construction and may not work as expected.

- This can only handle model data of Neptunia U and Blanc + Neptune VS Zombies.

- This script can handle only little-endian TMD files.

- Convert all texture files to PNG format.
  This script only deals with PNG format images.

- This script assumes the file names extracted by the following tools.

	http://www.mediafire.com/file/telkcnsoubzemnc/cat_tool_20200828.7z/file
	http://www.mediafire.com/file/hry1r4t5vzbplf5/gxt_tool_20200828.7z/file

  For example, in the case of Purple Heart, the file names are as follows.
	g00c00.0.0.tmd
	g00c00.1.0.0.png
	g00c00.1.0.1.png
	g00c00.1.0.2.png
	g00c00.2.0.dat

  PNG files can be placed in a subfolder as shown below.
	g00c00.0.0.tmd
	g00c00.1.0\g00c00.1.0.0.png
	g00c00.1.0\g00c00.1.0.1.png
	g00c00.1.0\g00c00.1.0.2.png
	g00c00.2.0.dat

