Skip to content
Snippets Groups Projects
Commit 1d97a989 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Save transformable property to landmark

parent eb481e60
No related branches found
No related tags found
1 merge request!466devel->main
Pipeline #13381 failed
......@@ -145,6 +145,7 @@ YAML::Node LandmarkBase::saveToYaml() const
node["orientation"] = getO()->getState();
node["orientation fixed"] = getO()->isFixed();
}
node["transformable"] = getP()->isTransformable();
return node;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment