mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
6d7c8f25fc
Adds configurable snap settings for instance movement, rotation and scaling, used with the secondary edit button
12 lines
369 B
C++
12 lines
369 B
C++
|
|
#include "instancemovemode.hpp"
|
|
|
|
CSVRender::InstanceMoveMode::InstanceMoveMode (QWidget *parent)
|
|
: ModeButton (QIcon (QPixmap (":scenetoolbar/transform-move")),
|
|
"Move selected instances"
|
|
"<ul><li>Use {scene-edit-primary} to move instances around freely</li>"
|
|
"<li>Use {scene-edit-secondary} to move instances around within the grid</li>"
|
|
"</ul>",
|
|
parent)
|
|
{}
|