fernandotonon/QtMeshEditor

View on GitHub
src/Assimp/Importer.cpp

Summary

Maintainability
Test Coverage
A
93%

Showing 0 of 2 total issues

Either the condition !scene is redundant or there is possible null pointer dereference: scene.
Wontfix

modelName = scene->mName.C_Str();
Severity: Minor
Found in src/Assimp/Importer.cpp and 1 other location by cppcheck
src/Assimp/Importer.cpp on lines 59..59

Either the condition !scene is redundant or there is possible null pointer dereference: scene.
Wontfix

if(scene->HasAnimations()) {
Severity: Minor
Found in src/Assimp/Importer.cpp and 1 other location by cppcheck
src/Assimp/Importer.cpp on lines 59..59

There are no issues that match your filters.

Category
Status