SLA support points are correctly appointed as user-modified

SLA gizmo point cache is reloaded when appropriate
This commit is contained in:
Lukas Matena 2019-03-11 11:13:37 +01:00
parent c77d15c98b
commit cbe96906eb
3 changed files with 25 additions and 22 deletions

View file

@ -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) {