|
Blender V4.5
|
#include <NOD_node_declaration.hh>
Public Attributes | |
| const bContext & | C |
| uiLayout & | layout |
| bNodeTree & | tree |
| bNode & | node |
| bNodeSocket & | socket |
| PointerRNA | node_ptr |
| PointerRNA | socket_ptr |
Definition at line 182 of file NOD_node_declaration.hh.
| const bContext& blender::nodes::CustomSocketDrawParams::C |
Definition at line 183 of file NOD_node_declaration.hh.
| uiLayout& blender::nodes::CustomSocketDrawParams::layout |
Definition at line 184 of file NOD_node_declaration.hh.
| bNode& blender::nodes::CustomSocketDrawParams::node |
Definition at line 186 of file NOD_node_declaration.hh.
| PointerRNA blender::nodes::CustomSocketDrawParams::node_ptr |
Definition at line 188 of file NOD_node_declaration.hh.
| bNodeSocket& blender::nodes::CustomSocketDrawParams::socket |
Definition at line 187 of file NOD_node_declaration.hh.
| PointerRNA blender::nodes::CustomSocketDrawParams::socket_ptr |
Definition at line 189 of file NOD_node_declaration.hh.
| bNodeTree& blender::nodes::CustomSocketDrawParams::tree |
Definition at line 185 of file NOD_node_declaration.hh.