(2021-04-05, 19:51)Bertrand Lequy Wrote: It seems, because the error is in both my LDView and LDview64 install, that something get wrong with parts 42445 and 42446, the mapping is mixed up and should be (if I'm not wrong) :
instead ofCode:<Element>
<LDrawFilename>42445.dat</LDrawFilename>
<POVName>lg_42445</POVName>
<POVName Alternate="Clear">lg_42445_clear</POVName>
<Dependency>LGDefs</Dependency>
<POVFilename>lg_42445.inc</POVFilename>
<MatrixRef>LGEOTransform</MatrixRef>
</Element>
<Element>
<LDrawFilename>42446.dat</LDrawFilename>
<POVName>lg_42446</POVName>
<POVName Alternate="Clear">lg_42446_clear</POVName>
<Dependency>LGDefs</Dependency>
<POVFilename>lg_42446.inc</POVFilename>
<MatrixRef>LGEOTransform</MatrixRef>
</Element>
Code:<Element>
<LDrawFilename>42445.dat</LDrawFilename>
<POVName>lg_42446</POVName>
<POVName Alternate="Clear">lg_42446_clear</POVName>
<Dependency>LGDefs</Dependency>
<POVFilename>lg_42446.inc</POVFilename>
<MatrixRef>LGEOTransform</MatrixRef>
</Element>
Just to clarify, are you saying that lg_42446 is actually LDraw part 42445, and that there is no LGEO version of LDraw part 42446?