We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eda47f commit 44dbe9cCopy full SHA for 44dbe9c
Plugin/src/SofaPython3/DataHelper.cpp
@@ -52,7 +52,7 @@ std::string toSofaParsableString(const py::handle& p)
52
if(py::isinstance<sofa::core::objectmodel::BaseData>(p))
53
{
54
sofa::core::objectmodel::BaseData* data = py::cast<sofa::core::objectmodel::BaseData*>(p);
55
- return data->getLinkPath();
+ return data->getValueString();
56
}
57
58
// If the object is a numpy array we convert it to a list then to a sofa string.
0 commit comments