Cleanup: clang-format, remove tabs

This commit is contained in:
Campbell Barton
2019-06-04 10:51:48 +10:00
parent d62a749fcf
commit c13e10a740
11 changed files with 16 additions and 17 deletions

View File

@@ -444,7 +444,7 @@ void ControllerExporter::add_bind_shape_mat(Object *ob)
// UnitConverter::mat4_to_dae_double(bind_mat, ob->obmat);
UnitConverter::mat4_to_dae_double(bind_mat, f_obmat);
if (this->export_settings.get_limit_precision()) {
BCMatrix::sanitize(bind_mat, LIMITTED_PRECISION);
BCMatrix::sanitize(bind_mat, LIMITTED_PRECISION);
}
addBindShapeTransform(bind_mat);