Blender V4.3
blender::ed::space_node::ClipboardLink Struct Reference

Public Attributes

const bNodefrom_node = nullptr
 
const bNodeto_node = nullptr
 
std::string from_socket
 
std::string to_socket
 
int flag = 0
 
int multi_input_sort_id = 0
 

Detailed Description

Definition at line 62 of file clipboard.cc.

Member Data Documentation

◆ flag

int blender::ed::space_node::ClipboardLink::flag = 0

Definition at line 67 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().

◆ from_node

const bNode* blender::ed::space_node::ClipboardLink::from_node = nullptr

Definition at line 63 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().

◆ from_socket

std::string blender::ed::space_node::ClipboardLink::from_socket

Definition at line 65 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().

◆ multi_input_sort_id

int blender::ed::space_node::ClipboardLink::multi_input_sort_id = 0

Definition at line 68 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().

◆ to_node

const bNode* blender::ed::space_node::ClipboardLink::to_node = nullptr

Definition at line 64 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().

◆ to_socket

std::string blender::ed::space_node::ClipboardLink::to_socket

Definition at line 66 of file clipboard.cc.

Referenced by blender::ed::space_node::node_clipboard_copy_exec().


The documentation for this struct was generated from the following file: