|
Blender V4.3
|
#include "DNA_node_types.h"#include "ED_node.hh"#include "ED_screen.hh"#include "RNA_access.hh"#include "WM_api.hh"#include "WM_types.hh"#include "node_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::space_node |
Functions | |
| void | blender::ed::space_node::node_operatortypes () |
| void | blender::ed::space_node::node_keymap (wmKeyConfig *keyconf) |
| void | ED_operatormacros_node () |
| void ED_operatormacros_node | ( | ) |
Definition at line 131 of file node_ops.cc.
References OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorTypeMacro::ptr, RNA_boolean_set(), WM_operatortype_append_macro(), and WM_operatortype_macro_define().
Referenced by ED_spacemacros_init().