WIP: Duplicated the FDM support gizmo for the MMU segmentation

This commit is contained in:
Lukáš Hejl 2021-04-19 07:01:11 +02:00
parent 4da8de5f49
commit e3c33844d5
14 changed files with 498 additions and 25 deletions

View file

@ -25,7 +25,8 @@ struct Camera;
enum class PainterGizmoType {
FDM_SUPPORTS,
SEAM
SEAM,
MMU_SEGMENTATION
};