Thanks, I read that thread but it seems there aren’t import 3ds with texture.
I’ve found an import 3ds script that declares to be able to import also texture but there is an error (or pheraps I mistaked something because I’ve not experience)
I wish find new version of that script or more infos.
That script start in this way:
#//////////////////////////////////// IMPORT3DS /////////////////////////////////*
#/////
#///// SCRIPT: IMPORT3DS.PY
#///// VERSION: 0.6
#/////
#///// AUTHOR: Federico B. 2003 - [email protected]
#///// WEB: www.teppisiti.it/thera
#/////
#///// Thanks to GameTutorials.com for the 42 tutorial and to its author
#///// (wich this work is based on) and to http://web.hypersurf.com/~sully/OpenGL/DemoBox.html.
#///// Thanks to Reevan Mckay for his scritp full of usefull info.
#///// Last but not least thanks to Blender.it and his comunity for his support and help
#/////
#///// REQUIRMENTS: Python full istallation (www.python.org)
#/////
#///// DO: The Script now import 3d mesh, material, textures and textures coords,
#///// light and camera supp. The stout is logged in a file blende_out.txt in the
#///// blender dir
#/////
#///// TODO: Add keyframe support etc…
#/////
#///// LICENSE: The script is under GPL and feel free to use it but remember that
#///// 3ds file format is covered by its own license.
#/////
#//////////////////////////////////// IMPORT3DS /////////////////////////////////*