diff -r 8b994c917f69 -r b7b29cb82360 widgets/designerplugins.cpp --- a/widgets/designerplugins.cpp Wed Jun 22 21:42:10 2022 +0300 +++ b/widgets/designerplugins.cpp Wed Jun 22 21:46:38 2022 +0300 @@ -16,7 +16,7 @@ QString Vec3EditorPlugin::name() const { - return "Vec3Editor"; + return "VectorInput"; } QString Vec3EditorPlugin::group() const @@ -51,7 +51,7 @@ QWidget* Vec3EditorPlugin::createWidget(QWidget* parent) { - return new Vec3Editor{{0, 0, 0}, parent}; + return new VectorInput{{0, 0, 0}, parent}; } QString MatrixEditorPlugin::name() const