Skip to content

a small program to fix the collada export files that are being exported by Bricklinks Studio

Notifications You must be signed in to change notification settings

fjmoeller/StudioColladaExportFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

StudioColladaExportFix

NOT WORKING WITH MOST RECENT STUDIO UPDATE!!! A small script that fixes the collada export by Bricklinks Studio

The Problem

  1. A matrix that is bound to a submodel does not move the parts and submodels within that submodel
  2. Colors dont get exported correctly

Solution

  1. Split up all linked submodels into non linked ones and then add the parent matrix to each child
  2. 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)

Example

py remover.py {dae file to edit}

Disclaimers

  1. The dae file you put into this script gets OVERWRITTEN by the corrected one
  2. You will need to export your model WITHOUT the lego logos, I might fix that in the future

Dependencies

This script uses numpy https://numpy.org/install/ and has been written with Python 3.9.7 https://www.python.org/downloads/

About

a small program to fix the collada export files that are being exported by Bricklinks Studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages