mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Cleanup: suppress unused function warning
This commit is contained in:
parent
8c381a3b37
commit
9b5a65d1ec
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue