Blender
V3.3
|
#include <map>
#include <string>
#include "BKE_context.h"
#include "BKE_node.h"
#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 17 of file Materials.h.