Disable stitching line feature before UI is ready
parent
f1a24f942b
commit
74e43d6935
|
@ -32,8 +32,8 @@ enum class PartTarget
|
|||
{
|
||||
Model = 0,
|
||||
CutFace,
|
||||
StitchingLine,
|
||||
Count
|
||||
Count, // FIXME: Enable StitchingLine after the UI is avaliable
|
||||
StitchingLine
|
||||
};
|
||||
PartTarget PartTargetFromString(const char *targetString);
|
||||
#define IMPL_PartTargetFromString \
|
||||
|
|
Loading…
Reference in New Issue