|
Blender V4.5
|
#include <usd_scene_delegate.hh>
Public Member Functions | |
| USDSceneDelegate (pxr::HdRenderIndex *render_index, pxr::SdfPath const &delegate_id, bool use_materialx) | |
| ~USDSceneDelegate () | |
| void | populate (Depsgraph *depsgraph) |
Definition at line 17 of file usd_scene_delegate.hh.
| blender::io::hydra::USDSceneDelegate::USDSceneDelegate | ( | pxr::HdRenderIndex * | render_index, |
| pxr::SdfPath const & | delegate_id, | ||
| bool | use_materialx ) |
Definition at line 26 of file usd_scene_delegate.cc.
References BKE_tempdir_session, BLI_dir_create_recursive(), BLI_path_join, FILE_MAX, FILE_MAXFILE, and SNPRINTF.
| blender::io::hydra::USDSceneDelegate::~USDSceneDelegate | ( | ) |
Definition at line 47 of file usd_scene_delegate.cc.
References BLI_delete().
| void blender::io::hydra::USDSceneDelegate::populate | ( | Depsgraph * | depsgraph | ) |
Definition at line 52 of file usd_scene_delegate.cc.
References BKE_reports_free(), BKE_reports_init(), BLI_delete(), BLI_dir_create_recursive(), DEG_get_mode(), blender::io::usd::USDExportParams::evaluation_mode, blender::io::usd::USDExportParams::export_subdiv, blender::io::usd::USDExportParams::export_textures, blender::io::usd::export_to_stage(), blender::io::usd::USDExportParams::generate_materialx_network, blender::io::usd::USDExportParams::generate_preview_surface, blender::io::usd::USDExportParams::relative_paths, RPT_PRINT, RPT_STORE, blender::io::usd::USD_SUBDIV_TESSELLATE, blender::io::usd::USDExportParams::use_instancing, WM_reports_from_reports_move(), and blender::io::usd::USDExportParams::worker_status.