|
Blender V4.5
|
#include "Materials.h"#include "BLI_listbase.h"#include "BLI_string.h"#include "BKE_node.hh"#include "BKE_node_legacy_types.hh"#include "BKE_node_runtime.hh"#include "BKE_node_tree_update.hh"Go to the source code of this file.
Functions | |
| static bNodeSocket * | set_color (bNode *node, COLLADAFW::Color col) |
|
static |
Definition at line 289 of file Materials.cpp.
References BLI_findlink(), bNodeSocket::default_value, bNode::outputs, and set_color().
Referenced by MaterialNode::set_ambient(), set_color(), MaterialNode::set_reflective(), and MaterialNode::set_specular().