|
Blender V5.0
|
#include "BKE_library.hh"#include "BKE_screen.hh"#include "BLI_listbase.h"#include "BLI_string_utf8.h"#include "BLT_translation.hh"#include "DNA_screen_types.h"#include "DNA_space_types.h"#include "NOD_socket.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "UI_interface_layout.hh"#include "UI_resources.hh"#include "ED_node.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 | |
| static bool | blender::ed::space_node::node_tree_interface_panel_poll (const bContext *C, PanelType *) |
| void | blender::ed::space_node::node_tree_interface_draw (bContext &C, uiLayout &layout, bNodeTree &tree) |
| static void | blender::ed::space_node::node_tree_interface_panel_draw (const bContext *C, Panel *panel) |
| void | blender::ed::space_node::node_tree_interface_panel_register (ARegionType *art) |