Merge branch 'lm_sla_gizmo_undo'

This commit is contained in:
Lukas Matena
2019-07-30 14:52:44 +02:00
8 changed files with 232 additions and 151 deletions

View File

@@ -18,7 +18,7 @@ namespace sla {
// An enum to keep track of where the current points on the ModelObject came from.
enum class PointsStatus {
None, // No points were generated so far.
NoPoints, // No points were generated so far.
Generating, // The autogeneration algorithm triggered, but not yet finished.
AutoGenerated, // Points were autogenerated (i.e. copied from the backend).
UserModified // User has done some edits.