Fix collada part scaling
This commit is contained in:
parent
b2543c3672
commit
32e9b53fad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
'''FreeCAD collada exporter
|
||||||
exportList - list of objects
|
exportList - list of objects
|
||||||
scale - scaling factor for the mesh
|
scale - scaling factor for the mesh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue