|
Blender V4.5
|
Public Attributes | |
| bNode * | node |
| rctf | draw_rect |
| ID * | id |
| std::string | id_name |
| std::string | library_name |
| bool | was_active = false |
Definition at line 50 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 56 of file clipboard.cc.
Referenced by blender::ed::space_node::NodeClipboard::copy_add_node(), and blender::ed::space_node::node_clipboard_paste_exec().
| ID* blender::ed::space_node::NodeClipboardItem::id |
Definition at line 61 of file clipboard.cc.
| std::string blender::ed::space_node::NodeClipboardItem::id_name |
Definition at line 62 of file clipboard.cc.
| std::string blender::ed::space_node::NodeClipboardItem::library_name |
Definition at line 63 of file clipboard.cc.
| bNode* blender::ed::space_node::NodeClipboardItem::node |
Definition at line 51 of file clipboard.cc.
Referenced by blender::ed::space_node::node_clipboard_paste_exec().
| bool blender::ed::space_node::NodeClipboardItem::was_active = false |
Remember the active status so that it can be made active again after pasting.
Definition at line 66 of file clipboard.cc.
Referenced by blender::ed::space_node::node_clipboard_paste_exec().