mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
SLA support points are correctly appointed as user-modified
SLA gizmo point cache is reloaded when appropriate
This commit is contained in:
@@ -600,6 +600,7 @@ void AMFParserContext::endElement(const char * /* name */)
|
||||
break;
|
||||
p = end + 1;
|
||||
}
|
||||
m_object->sla_points_status = sla::PointsStatus::UserModified;
|
||||
}
|
||||
else if (m_path.size() == 5 && m_path[3] == NODE_TYPE_VOLUME && m_volume) {
|
||||
if (strcmp(opt_key, "modifier") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user