Extensions:2.4/Py/Scripts/Import/LDRAW

提供: wiki
< Extensions:2.4‎ | Py‎ | Scripts‎ | Import
移動先: 案内検索
Ldraw (.dat, .ldr)...
Import Ldraw (LEGO Cad) files.
UI location Group: Import
Version 0.04.00 - 2004.08.29 Author(s) Alessandro V., Alex Lindeijer
Blender 2.33 License GPL


Executable information
File name ldraw_import.py
Current version download Ldraw_import_0_04_00.zip (2004.08.29) - last script version


Links http://web.tiscali.it/ALV/blender/


Support


History

v0.04.00 - 2004.08.29 by Alessandro V.
-  Added : - MPD (Multi-Part DAT) File support
v0.03.00 - 18 august 2004.08.18 by Alessandro V.
- Added : - Transperent colours
- Fixes : - Corrected 'black' faces by use of 'TwoFaces' mesh
- Code  : - Totaly rewritted code, introduced two classes LegoFile
            and LegoObject that contains all the necessary code
          - Eliminated all unneeded string functions
            using string object methods instead:
            string.split()    string.upper()
          - Eliminated all unneeded matrix functions
            using matrix object methods and functions
            matrix1 * matrix2   VecMultMat1(v,m)
v0.02.01 - 09 august 2004.08.09 by Alex Lindeijer
- Fixes : - added legocolor to file
v0.02.00 - 2004.08.08 by Alex Lindeijer
- Added : - every part and model (in PARTS and MODELS directory is an object)
          - mesh for same partnumber is reused.
- Fixes : - Correct coords: blender (x,y,z)= ldraw(x,z.-y)
          - no double vertexes
v0.01.01 - 2004.07.04 by Alessandro V.
- Fixes : - Corrected bad rotation and translation of some objects due
            to a not good code in transposing coordinate system.
            Now object are imported whith original (Ldraw) axes.
-  Code : - Introduced the Split() function and restructured software
            using this function and deleting CVertex, CValue classes
v0.01.00 - 2004.06.29 by Alessandro V.
- Initial release