(2017-12-04, 11:57)Willy Tschager Wrote: Bug of the day:
1.) Reports the following errors:
* The part type information is missing
* The licences information is misplaced
on this header:
Code:0 ~Animal Clam Bottom
0 Name: 30218k01.dat
0 Author: Willy Tschager [Holly-Wood]
0 !LDRAW_ORG Unofficial_Flexible_Section
0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt
2. Save as... removes "Unofficial" from the 0 !LDRAW_ORG Unofficial_Flexible_Section line and saves it as: 0 !LDRAW_ORG Flexible_Section
w.
Thanks for your bug report! I created an issue for the "Save As..." problem (#647).
Regarding the header hints: They are correct...
This part type is unknown:
Code:
0 !LDRAW_ORG Unofficial_Flexible_Section
It should be
Code:
0 !LDRAW_ORG Unofficial_Part Flexible_Section
This change will also resolve the misplaced license problem.