Hi
I update the import and export scripts bit and made a new small utile.
http://www.warezhouze.1g.fi/Here/Blender3d/AH_scripts/Blender_scripts.zipThe zip packet contain following scripts:
The AH2 ac3d import script v2.1, which actually has following parts:
- AH2_ac3d_import_2b1.py, the main import script.
- acRmv1b1.pyc, the htp.txt data processing module (byte compiled).
- acRmv1b1.py, the 'source code' of the acRmv1b1.pyc module.
The import script now creates the complete htp.txt text object.
The import process indexing all sub-objects as a o(2 digit running number)_(object name).
The AH2 ac3d export script v2.0:
- AH2_ac3d_export_2b0.py.
The export script can handle the o(2 digit running number)_(object name) indexing and strip it off before the .ac file writing.
The version 1.9 has coding error which was causing a corrupted .ac file if two similar starting group names were existing.
Limitations: No support ngon or polywire. Avoid identical group and object names.
The selected objects to the htp.txt text object:
- AH2_List_Objects0b1.py
This script read selected object names and creates the htp.txt text object and write names to there.
If htp.txt already existing the script creates a new with .00* index tag.