Go to the source code of this file.
|
| PointerRNA | blender::nodes::socket_items::ops::get_active_node_to_operate_on (bContext *C, wmOperator *op, const StringRef node_idname) |
| void | blender::nodes::socket_items::ops::update_after_node_change (bContext *C, const PointerRNA node_ptr) |
| template<typename Accessor> |
| bool | blender::nodes::socket_items::ops::editable_node_active_poll (bContext *C) |
| void | blender::nodes::socket_items::ops::add_node_identifier_property (wmOperatorType *ot) |
| template<typename Accessor> |
| void | blender::nodes::socket_items::ops::remove_active_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| template<typename Accessor> |
| void | blender::nodes::socket_items::ops::remove_item_by_index (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| template<typename Accessor> |
| void | blender::nodes::socket_items::ops::add_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| template<typename Accessor> |
| void | blender::nodes::socket_items::ops::move_active_item (wmOperatorType *ot, const char *name, const char *idname, const char *description) |
| template<typename Accessor> |
| void | blender::nodes::socket_items::ops::make_common_operators () |