|
| static std::pair< std::string, std::string > | blender::io::usd::split_udim_pattern (const std::string &path) |
| |
| static std::string | blender::io::usd::get_asset_base_name (const char *src_path, ReportList *reports) |
| |
| static std::string | blender::io::usd::copy_asset_to_directory (const char *src_path, const char *dest_dir_path, eUSDTexNameCollisionMode name_collision_mode, ReportList *reports) |
| |
| static std::string | blender::io::usd::copy_udim_asset_to_directory (const char *src_path, const char *dest_dir_path, eUSDTexNameCollisionMode name_collision_mode, ReportList *reports) |
| |
| bool | blender::io::usd::copy_asset (const char *src, const char *dst, eUSDTexNameCollisionMode name_collision_mode, ReportList *reports) |
| |
| bool | blender::io::usd::asset_exists (const char *path) |
| |
| std::string | blender::io::usd::import_asset (const char *src, const char *import_dir, eUSDTexNameCollisionMode name_collision_mode, ReportList *reports) |
| |
| static bool | blender::io::usd::parent_dir_exists_on_file_system (const std::string &path) |
| |
| bool | blender::io::usd::is_udim_path (const std::string &path) |
| |
| std::string | blender::io::usd::get_export_textures_dir (const pxr::UsdStageRefPtr stage) |
| |
| bool | blender::io::usd::should_import_asset (const std::string &path) |
| |
| bool | blender::io::usd::paths_equal (const char *p1, const char *p2) |
| |
| const char * | blender::io::usd::temp_textures_dir () |
| |
| bool | blender::io::usd::write_to_path (const void *data, size_t size, const char *path, ReportList *reports) |
| |
| void | blender::io::usd::ensure_usd_source_path_prop (const std::string &path, ID *id) |
| |
| std::string | blender::io::usd::get_usd_source_path (ID *id) |
| |
| std::string | blender::io::usd::get_relative_path (const std::string &path, const std::string &anchor) |
| |
| void | blender::io::usd::USD_path_abs (char *path, const char *basepath, bool for_import) |
| |