Skip to content

Update pybind11 return values for certain attribute resource methods

A handful of smtk::attribute::Resource methods modify an std::vector reference passed in as an argument. They are not usable in python scripts because the bindings do not modify function arguments. This branch reconfigures the python bindings for these methods to instead return an std::vector.

Merge request reports