Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -167,7 +167,7 @@ void GridExtensionP::getClosestGridPoint(double &x, double &y) const
|
||||
closestdim(x, computedGridValue);
|
||||
closestdim(y, computedGridValue);
|
||||
|
||||
//Base::Console().Log("gridvalue=%f, (x,y)=(%f,%f)", computedGridValue, x, y);
|
||||
//Base::Console().log("gridvalue=%f, (x,y)=(%f,%f)", computedGridValue, x, y);
|
||||
}
|
||||
|
||||
bool GridExtensionP::checkCameraZoomChange(const Gui::View3DInventorViewer* viewer)
|
||||
@@ -300,7 +300,7 @@ void GridExtensionP::createGridPart(int numberSubdiv, bool subDivLines, bool div
|
||||
|
||||
if (nlines > 2000) {
|
||||
if(!isTooManySegmentsNotified) {
|
||||
Base::Console().Warning("The grid is too dense, so it is being disabled. Consider zooming in or changing the grid configuration\n");
|
||||
Base::Console().warning("The grid is too dense, so it is being disabled. Consider zooming in or changing the grid configuration\n");
|
||||
isTooManySegmentsNotified = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user