Use `std::string` rather than raw char arrays for `root_prim_path` and `prim_path_mask`. This is a more natural fit for these arbitrary length strings and it simplifies downstream consumers of the values. Pull Request: https://projects.blender.org/blender/blender/pulls/141801