Blender V4.3
blender::io::obj::MTLParser Class Reference

#include <obj_import_file_reader.hh>

Public Member Functions

 MTLParser (StringRefNull mtl_library_, StringRefNull obj_filepath)
 
void parse_and_store (Map< std::string, std::unique_ptr< MTLMaterial > > &r_materials)
 

Detailed Description

Definition at line 54 of file obj_import_file_reader.hh.

Constructor & Destructor Documentation

◆ MTLParser()

blender::io::obj::MTLParser::MTLParser ( StringRefNull mtl_library_,
StringRefNull obj_filepath )

Open material library file.

Definition at line 844 of file obj_import_file_reader.cc.

References BLI_path_join, BLI_path_split_dir_part(), blender::StringRefBase::data(), FILE_MAX, and FILE_MAXDIR.

Member Function Documentation

◆ parse_and_store()


The documentation for this class was generated from the following files: