[nodes] change default mesh format to obj

This commit is contained in:
Thomas Zorroché 2021-08-27 18:21:22 +02:00 committed by Fabien Castan
parent ef11acb4f4
commit 45bed69672
6 changed files with 13 additions and 12 deletions

View file

@ -29,7 +29,7 @@ Decimate triangles based on image masks.
name='outputMeshFileType',
label='Output File Type',
description='File Type',
value='gltf',
value='obj',
values=('obj', 'gltf', 'fbx', 'stl'),
exclusive=True,
uid=[0],