Import Dynamix Three Space (DTS) models from Torque3D into Blender It can import 2 UV channels, vertex colors, object position and rotation
It can import material names, but material parameters (such as color) are not currently imported
Versions 19, 20, 21, 22, 23, 24, 25, and 26 should function.
The code is based off the Torque3D source code so adding in newer versions should be relatively easy
Only the first mesh on an object is imported at the moment
- Grab the latest
io_scene_dtst3d.ziphere https://github.com/Dummiesman/DynamixThreeSpaceBlenderAddon/releases - In Blender, select Edit > Preferences
- Select the Add-Ons tab
- Click Install in the top right corner
- Select the ZIP file
Important: The add-on was developed on Blender 3.6. While it's not a strict requirement you use this version, other versions may not work correctly. I have tested it on Blender 4.1 briefely and it appeared to work, however.