(2021-04-06, 8:08)Bertrand Lequy Wrote: Yes, that's what i thought. An other thing, since some parts of the LDraw library are moved, they're not allways replaced by LGEO parts, depending of the dat file used. I encountered the problem with minifig parts for exemple.
You could add these lines too for minifig arms and hands (they're only aliases for existing LGEO parts), I did it and it woerked fine :
Thanks.
What you have should work, but I'm not sure it's a good solution, long term. I think it would be better for me to add support for a MovedTo section in LGEO.xml, and have entries in there that include the old LDraw name, new LDraw name, and optionally the transformation matrix. I could then have a program that anyone could run to could generate that section. For brevity, it wouldn't include any entries where both the old and new LDraw part names are already supported.