|
Blender V4.3
|
#include <shader_graph.h>
Public Member Functions | |
| ShaderOutput (const SocketType &socket_type_, ShaderNode *parent_) | |
| ustring | name () const |
| SocketType::Type | type () const |
| void | disconnect () |
Public Attributes | |
| const SocketType & | socket_type |
| ShaderNode * | parent |
| vector< ShaderInput * > | links |
| int | stack_offset |
Definition at line 120 of file shader_graph.h.
|
inline |
Definition at line 122 of file shader_graph.h.
References parent, socket_type, stack_offset, and SVM_STACK_INVALID.
| void ShaderOutput::disconnect | ( | ) |
Definition at line 56 of file shader_graph.cpp.
References ShaderInput::link, links, and NULL.
Referenced by ShaderGraph::disconnect().
|
inline |
Definition at line 127 of file shader_graph.h.
References socket_type.
Referenced by ShaderGraph::bump_from_displacement(), ConstantFolder::bypass(), ShaderGraph::compute_displacement_hash(), ShaderGraph::connect(), ShaderGraph::copy_nodes(), ShaderGraph::dump_graph(), ShaderNode::output(), ShaderNode::output(), and ShaderGraph::refine_bump_nodes().
|
inline |
Definition at line 131 of file shader_graph.h.
References socket_type.
Referenced by ShaderGraph::connect(), and SVMCompiler::stack_link().
| vector<ShaderInput *> ShaderOutput::links |
Definition at line 140 of file shader_graph.h.
Referenced by AttributeNode::attributes(), HairInfoNode::attributes(), ShaderGraph::clean(), ShaderGraph::connect(), disconnect(), MapRangeNode::expand(), MathNode::expand(), VolumeInfoNode::expand(), ShaderGraph::relink(), and ShaderGraph::relink().
| ShaderNode* ShaderOutput::parent |
Definition at line 139 of file shader_graph.h.
Referenced by ShaderGraph::break_cycles(), ShaderGraph::bump_from_displacement(), ConstantFolder::bypass(), SVMCompiler::compile_type(), ShaderGraph::compute_displacement_hash(), ShaderGraph::connect(), ConvertNode::constant_fold(), ShaderGraph::copy_nodes(), ImageTextureNode::cull_tiles(), LightManager::device_update_background(), ShaderGraph::finalize(), ShaderGraph::find_dependencies(), SVMCompiler::find_dependencies(), SVMCompiler::generate_multi_closure(), SVMCompiler::generate_svm_nodes(), SubsurfaceScatteringNode::has_bssrdf_bump(), BsdfBaseNode::has_bump(), ShaderGraph::refine_bump_nodes(), ShaderOutput(), ShaderGraph::transform_multi_closure(), and ShaderGraph::verify_volume_output().
| const SocketType& ShaderOutput::socket_type |
Definition at line 138 of file shader_graph.h.
Referenced by name(), ShaderOutput(), type(), and xml_read_shader_graph().
| int ShaderOutput::stack_offset |
Definition at line 141 of file shader_graph.h.
Referenced by ShaderOutput(), SVMCompiler::stack_assign(), and SVMCompiler::stack_link().