refactor Collada: rename BCMatrix.* class files to BCMath.*

This commit is contained in:
Gaia Clary 2019-05-28 09:20:45 +02:00
parent e17990bab7
commit 70bc179c45
4 changed files with 7 additions and 5 deletions

View File

@ -17,8 +17,7 @@
* All rights reserved.
*/
#include "BCMatrix.h"
#include "BLI_math.h"
#include "BCMath.h"
#include "BlenderContext.h"
#include "collada_utils.h"

View File

@ -22,8 +22,11 @@
#define __BCMATRIX_H__
#include "BlenderTypes.h"
extern "C" {
#include "BKE_object.h"
#include "BLI_math.h"
}
class BCQuat {
private:

View File

@ -26,7 +26,7 @@
#include "ExportSettings.h"
#include "BCSampleData.h"
#include "BCMatrix.h"
#include "BCMath.h"
extern "C" {
#include "BKE_object.h"

View File

@ -63,7 +63,7 @@ set(SRC
ArmatureImporter.cpp
BCAnimationCurve.cpp
BCAnimationSampler.cpp
BCMatrix.cpp
BCMath.cpp
BCSampleData.cpp
BlenderContext.cpp
CameraExporter.cpp
@ -98,7 +98,7 @@ set(SRC
ArmatureImporter.h
BCAnimationCurve.h
BCAnimationSampler.h
BCMatrix.h
BCMath.h
BCSampleData.h
BlenderContext.h
BlenderTypes.h