Fix collada part scaling

This commit is contained in:
Igor Brylyov 2022-03-10 17:00:44 +03:00
parent b2543c3672
commit 32e9b53fad

View file

@ -66,7 +66,7 @@ def export_sdf(objects, export_dir, modelname, configs={}):
def export_collada(exportList, filename, scale=1, quality=1, offset=np.zeros(3)):
def export_collada(exportList, filename, scale=0.001, quality=1, offset=np.zeros(3)):
'''FreeCAD collada exporter
exportList - list of objects
scale - scaling factor for the mesh