[nodes] outputMeshFileType: rename gltf2 into gltf

This commit is contained in:
Thomas Zorroche 2021-08-13 10:26:22 +02:00 committed by Fabien Castan
parent 173be9f187
commit f26aea656e

View file

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