Blender V4.3
blender::nodes::materialx Namespace Reference

Classes

class  DefaultMaterialNodeParser
struct  ExportParams
class  GroupInputNodeParser
class  GroupNodeParser
class  GroupOutputNodeParser
class  NodeItem
class  NodeParser
struct  NodeParserData

Functions

MaterialX::DocumentPtr export_to_materialx (Depsgraph *depsgraph, Material *material, const std::string &material_name, const ExportParams &export_params)
 CLG_LOGREF_DECLARE_GLOBAL (LOG_MATERIALX_SHADER, "materialx.shader")

Variables

static const std::string TEXCOORD_NODE_NAME = "node_texcoord"
struct CLG_LogRefLOG_MATERIALX_SHADER

Function Documentation

◆ CLG_LOGREF_DECLARE_GLOBAL()

blender::nodes::materialx::CLG_LOGREF_DECLARE_GLOBAL ( LOG_MATERIALX_SHADER ,
"materialx.shader"  )

References LOG_MATERIALX_SHADER.

◆ export_to_materialx()

Variable Documentation

◆ LOG_MATERIALX_SHADER

◆ TEXCOORD_NODE_NAME

const std::string blender::nodes::materialx::TEXCOORD_NODE_NAME = "node_texcoord"
static

Definition at line 17 of file node_parser.cc.

Referenced by blender::nodes::materialx::NodeParser::texcoord_node().