Skip to content

Pybind11 api fix

Fixes an oversight in the python bindings for smtk::project::Project::resources(). Because the c++ function returns a reference, we need to set a return policy to prevent transferring ownership of the c++ object to python. Test is included to verify the change.

Merge request reports