Cleanup: Alembic, removed unused export settings

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-02-14 15:23:17 +01:00
parent 7c5a44c71f
commit 451bd5fd79
2 changed files with 1 additions and 5 deletions

View File

@ -99,8 +99,7 @@ ExportSettings::ExportSettings()
pack_uv(false),
triangulate(false),
quad_method(0),
ngon_method(0),
do_convert_axis(false)
ngon_method(0)
{
}

View File

@ -79,9 +79,6 @@ struct ExportSettings {
int quad_method;
int ngon_method;
bool do_convert_axis;
float convert_matrix[3][3];
};
class AbcExporter {