|
Blender
V2.59
|
#include <MaterialExporter.h>
Public Member Functions | |
| MaterialsExporter (COLLADASW::StreamWriter *sw) | |
| void | exportMaterials (Scene *sce, bool export_selected) |
| void | operator() (Material *ma, Object *ob) |
Definition at line 48 of file MaterialExporter.h.
| MaterialsExporter::MaterialsExporter | ( | COLLADASW::StreamWriter * | sw | ) |
Definition at line 36 of file MaterialExporter.cpp.
| void MaterialsExporter::exportMaterials | ( | Scene * | sce, |
| bool | export_selected | ||
| ) |
Definition at line 38 of file MaterialExporter.cpp.
References MaterialFunctor::forEachMaterialInScene().
Referenced by DocumentExporter::exportCurrentScene().
Definition at line 72 of file MaterialExporter.cpp.
References get_material_id(), id_name(), and translate_id().