|
Blender V4.3
|
#include <map>#include <string>#include "BKE_context.hh"#include "BKE_node.hh"#include "BLI_listbase.h"#include "DNA_material_types.h"#include "DNA_node_types.h"#include "COLLADAFWEffectCommon.h"#include "collada_utils.h"Go to the source code of this file.
Classes | |
| class | MaterialNode |
Typedefs | |
| typedef std::map< std::string, bNode * > | NodeMap |
Definition at line 19 of file Materials.h.