Surface: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 11:38:18 +02:00
committed by Chris Hennes
parent 9afee61b97
commit e3dce25e00
13 changed files with 42 additions and 43 deletions

View File

@@ -71,7 +71,7 @@ PyMOD_INIT_FUNC(Surface)
}
PyObject* mod = Surface::initModule();
Base::Console().log("Loading Surface module... done\n");
Base::Console().log("Loading Surface module done\n");
Base::Interpreter().addType(&Surface::BlendPointPy::Type, mod, "BlendPoint");
Base::Interpreter().addType(&Surface::BlendCurvePy::Type, mod, "BlendCurve");