NOT WORKING WITH MOST RECENT STUDIO UPDATE!!! A small script that fixes the collada export by Bricklinks Studio
- A matrix that is bound to a submodel does not move the parts and submodels within that submodel
- Colors dont get exported correctly
- Split up all linked submodels into non linked ones and then add the parent matrix to each child
- The material of the lego logos make the other materials not work -> i just remove those materials (as they get exported even if you didnt check the export logos checkbox)
py remover.py {dae file to edit}
- The dae file you put into this script gets OVERWRITTEN by the corrected one
- You will need to export your model WITHOUT the lego logos, I might fix that in the future
This script uses numpy https://numpy.org/install/ and has been written with Python 3.9.7 https://www.python.org/downloads/