|
|
|
@ -279,11 +279,6 @@ used.)") |
|
|
|
|
|
|
|
|
|
|
|
/* Print file info, if requested */ |
|
|
|
/* Print file info, if requested */ |
|
|
|
if(args.isSet("info")) { |
|
|
|
if(args.isSet("info")) { |
|
|
|
if(!importer->meshCount() && !importer->image1DCount() && !importer->image2DCount() && !importer->image2DCount()) { |
|
|
|
|
|
|
|
Debug{} << "No meshes or images found."; |
|
|
|
|
|
|
|
return 0; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct AnimationInfo { |
|
|
|
struct AnimationInfo { |
|
|
|
UnsignedInt animation; |
|
|
|
UnsignedInt animation; |
|
|
|
Trade::AnimationData data{{}, {}}; |
|
|
|
Trade::AnimationData data{{}, {}}; |
|
|
|
|