Export curves #46

Merged
Bogdan Nagirniak merged 7 commits from BLEN-364 into hydra-render 2023-05-29 11:45:41 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b4bffbadb7 - Show all commits

View File

@ -121,6 +121,7 @@ pxr::SdfPath BlenderSceneDelegate::GetMaterialId(pxr::SdfPath const &rprim_id)
if (c_data) {
return c_data->material_id();
}
return pxr::SdfPath();
}
pxr::VtValue BlenderSceneDelegate::GetMaterialResource(pxr::SdfPath const &id)