fernandotonon/QtMeshEditor

View on GitHub

Showing 122 of 144 total issues

TODO found
Open

${OGRE_Codec_Assimp_LIBRARY_REL} #TODO: find a better way to link ogreassimp
Severity: Minor
Found in src/CMakeLists.txt by fixme

TODO found
Open

// TODO add some procedure to determine where to create the new widget so that it looks like 2x2 matrix view
Severity: Minor
Found in src/mainwindow.cpp by fixme

TODO found
Open

// TODO move this node in the SelectionBoxObject class
Severity: Minor
Found in src/TransformOperator.cpp by fixme

TODO found
Open

//TODO scaling in selection CS
Severity: Minor
Found in src/TransformOperator.cpp by fixme

Redundant condition: submesh->useSharedVertices. !A || (A && B) is equivalent to !A || B
Open

if((!submesh->useSharedVertices)||(submesh->useSharedVertices && !added_shared))
Severity: Minor
Found in src/MeshTransform.cpp by cppcheck

The function on_actionSingle_toggled is never used.
Open

void MainWindow::on_actionSingle_toggled(bool arg1)
Severity: Minor
Found in src/mainwindow.cpp by cppcheck

The function on_buttonNew_clicked is never used.
Open

void Material::on_buttonNew_clicked()
Severity: Minor
Found in src/material.cpp by cppcheck

Too many #ifdef configurations - cppcheck only checks 12 of 13 configurations. Use --force to check all configurations.
Open

}
Severity: Info
Found in src/MeshImporterExporter.cpp by cppcheck

Variable mScaleAxes is assigned in constructor body. Consider performing initialization in initialization list.
Open

mScaleAxes = scaleAxes;
Severity: Minor
Found in src/SkeletonDebug.cpp by cppcheck

The function on_actionLight_toggled is never used.
Open

void MainWindow::on_actionLight_toggled(bool arg1)
Severity: Minor
Found in src/mainwindow.cpp by cppcheck

TODO found
Open

// TODO play with numTextureCoord (require to change the UI)
Severity: Minor
Found in src/PrimitivesWidget.cpp by fixme

TODO found
Open

//TODO unload material ??
Severity: Minor
Found in src/TranslationGizmo.cpp by fixme

TODO found
Open

// TODO add correct icon for tube and polish the existing ones
Severity: Minor
Found in src/mainwindow.cpp by fixme

TODO found
Open

/* TODO check to free up the meshmanager
Severity: Minor
Found in src/Manager.cpp by fixme

TODO found
Open

// TODO add a control between 0 360° or -180 180°
Severity: Minor
Found in src/TransformOperator.cpp by fixme

TODO found
Open

// TODO improve calculation to eliminate little approx when returning to 0 after 3D rotation
Severity: Minor
Found in src/TransformOperator.cpp by fixme

HACK found
Open

# HACK: Apparently, adding a variable to the cache cleans up the list
Severity: Minor
Found in CMakeModules/FindPkgMacros.cmake by fixme

Function frameRenderingQueued argument 1 names different: declaration evt definition e.
Open

bool OgreWidget::frameRenderingQueued(const Ogre::FrameEvent &e)
Severity: Minor
Found in src/OgreWidget.cpp and 1 other location by cppcheck
src/OgreWidget.h on lines 76..76

The function on_removeTexture_clicked is never used.
Open

void MaterialEditor::on_removeTexture_clicked()
Severity: Minor
Found in src/materialeditor.cpp by cppcheck

TODO found
Open

IF(APPLE) # this is just for test, it is not using OgreBites yet. TODO: remove
Severity: Minor
Found in src/CMakeLists.txt by fixme
Severity
Category
Status
Source
Language