|
Blender V4.3
|
#include <node_parser.h>
Public Attributes | |
| MaterialX::GraphElement * | graph |
| const Depsgraph * | depsgraph |
| const Material * | material |
| NodeItem::Type | to_type |
| GroupNodeParser * | group_parser |
| NodeItem | result |
| ExportParams | export_params |
Defines for including MaterialX node parsing code into node_shader_<name>.cc
Example:
Definition at line 101 of file node_parser.h.
| const Depsgraph* blender::nodes::materialx::NodeParserData::depsgraph |
Definition at line 103 of file node_parser.h.
| ExportParams blender::nodes::materialx::NodeParserData::export_params |
Definition at line 108 of file node_parser.h.
| MaterialX::GraphElement* blender::nodes::materialx::NodeParserData::graph |
Definition at line 102 of file node_parser.h.
| GroupNodeParser* blender::nodes::materialx::NodeParserData::group_parser |
Definition at line 106 of file node_parser.h.
| const Material* blender::nodes::materialx::NodeParserData::material |
Definition at line 104 of file node_parser.h.
| NodeItem blender::nodes::materialx::NodeParserData::result |
Definition at line 107 of file node_parser.h.
| NodeItem::Type blender::nodes::materialx::NodeParserData::to_type |
Definition at line 105 of file node_parser.h.