[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

@ -73,7 +73,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
name='outputMeshFileType',
label='Mesh File Type',
description='File Type',
value='gltf',
value='obj',
values=('obj', 'gltf', 'fbx', 'stl'),
exclusive=True,
uid=[0],