From fc2e7b6c43309139b29ce56f751ef7d2aa6fc88a Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Wed, 14 Jul 2021 15:05:38 +0200 Subject: [PATCH] Default mass to 10 --- io_export_psx_tmesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_export_psx_tmesh.py b/io_export_psx_tmesh.py index 5143c07..372e9ae 100644 --- a/io_export_psx_tmesh.py +++ b/io_export_psx_tmesh.py @@ -1551,7 +1551,7 @@ class ExportMyFormat(bpy.types.Operator, ExportHelper): 'isSprite':0, - 'mass': 1, + 'mass': 10, 'restitution': 0,