|
Blender V4.3
|
Public Attributes | |
| bNode * | node |
| rctf | draw_rect |
| ID * | id |
| std::string | id_name |
| std::string | library_name |
Definition at line 46 of file clipboard.cc.
| rctf blender::ed::space_node::NodeClipboardItem::draw_rect |
The offset and size of the node from when it was drawn. Stored here since it doesn't remain valid for the nodes in the clipboard.
Definition at line 52 of file clipboard.cc.
Referenced by blender::ed::space_node::NodeClipboard::copy_add_node().
| ID* blender::ed::space_node::NodeClipboardItem::id |
Definition at line 57 of file clipboard.cc.
| std::string blender::ed::space_node::NodeClipboardItem::id_name |
Definition at line 58 of file clipboard.cc.
| std::string blender::ed::space_node::NodeClipboardItem::library_name |
Definition at line 59 of file clipboard.cc.
| bNode* blender::ed::space_node::NodeClipboardItem::node |
Definition at line 47 of file clipboard.cc.