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:
parent
ec02d406ca
commit
5ee4100e4c
2 changed files with 3 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue