Blender V2.61 - r43446
|
#include <MaterialExporter.h>
Public Member Functions | |
MaterialsExporter (COLLADASW::StreamWriter *sw, const ExportSettings *export_settings) | |
void | exportMaterials (Scene *sce) |
void | operator() (Material *ma, Object *ob) |
Definition at line 47 of file MaterialExporter.h.
MaterialsExporter::MaterialsExporter | ( | COLLADASW::StreamWriter * | sw, |
const ExportSettings * | export_settings | ||
) |
Definition at line 34 of file MaterialExporter.cpp.
void MaterialsExporter::exportMaterials | ( | Scene * | sce | ) |
Definition at line 36 of file MaterialExporter.cpp.
References MaterialFunctor::forEachMaterialInScene(), and ExportSettings::selected.
Referenced by DocumentExporter::exportCurrentScene().
Definition at line 70 of file MaterialExporter.cpp.
References get_material_id(), id_name(), and translate_id().