Blender
V3.3
|
#include "DNA_node_types.h"
#include "BKE_context.h"
#include "ED_node.h"
#include "ED_screen.h"
#include "RNA_access.h"
#include "WM_api.h"
#include "WM_types.h"
#include "node_intern.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::ed | |
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 () |
Definition at line 125 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().