Cleanup: suppress unused function warning

This commit is contained in:
Campbell Barton 2025-01-22 11:20:15 +11:00
parent 8c381a3b37
commit 9b5a65d1ec

View file

@ -1323,6 +1323,7 @@ static void export_texture(const USDExporterContext &usd_export_context, bNode *
usd_export_context.export_params.worker_status->reports);
}
#ifdef WITH_MATERIALX
static void export_texture(const USDExporterContext &usd_export_context, Image *ima)
{
export_texture(ima,
@ -1330,6 +1331,7 @@ static void export_texture(const USDExporterContext &usd_export_context, Image *
usd_export_context.export_params.overwrite_textures,
usd_export_context.export_params.worker_status->reports);
}
#endif
void export_texture(bNode *node,
const pxr::UsdStageRefPtr stage,