6#include <pxr/usd/usd/common.h>
7#include <pxr/usd/usdShade/material.h>
15struct USDExportParams;
16struct USDImportParams;
29 const pxr::UsdShadeMaterial &usd_material,
30 const USDExportParams &export_params,
38 const pxr::UsdShadeMaterial &usd_material,
39 const USDImportParams &import_params,
46 const pxr::UsdShadeMaterial &usd_material,
47 const USDImportParams &import_params,
const Depsgraph * depsgraph
bool have_material_import_hook(pxr::UsdStageRefPtr stage, const pxr::UsdShadeMaterial &usd_material, const USDImportParams &import_params, ReportList *reports)
void call_import_hooks(USDStageReader *archive, ReportList *reports)
bool call_material_import_hooks(pxr::UsdStageRefPtr stage, Material *material, const pxr::UsdShadeMaterial &usd_material, const USDImportParams &import_params, ReportList *reports)
void call_material_export_hooks(pxr::UsdStageRefPtr stage, Material *material, const pxr::UsdShadeMaterial &usd_material, const USDExportParams &export_params, ReportList *reports)
void call_export_hooks(pxr::UsdStageRefPtr stage, Depsgraph *depsgraph, ReportList *reports)
void register_hook_converters()