Remove unused Optimize Mesh import option from OBJ mesh import

This option was enabled by default, but it did nothing regardless
of whether it was enabled or not.
This commit is contained in:
Hugo Locurcio 2024-07-08 22:56:17 +02:00
parent ec02d406ca
commit 5ee4100e4c
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 3 additions and 7 deletions

View file

@ -21,9 +21,6 @@
<member name="offset_mesh" type="Vector3" setter="" getter="" default="Vector3(0, 0, 0)">
Offsets the mesh's data by the specified value. This can be used to work around misaligned meshes without having to modify the source file.
</member>
<member name="optimize_mesh" type="bool" setter="" getter="" default="true">
Unused parameter. This currently has no effect.
</member>
<member name="scale_mesh" type="Vector3" setter="" getter="" default="Vector3(1, 1, 1)">
Scales the mesh's data by the specified value. This can be used to work around misscaled meshes without having to modify the source file.
</member>