|
Blender V5.0
|
Node breadcrumbs drawing. More...
#include "BLI_listbase.h"#include "BLI_vector.hh"#include "DNA_node_types.h"#include "BKE_context.hh"#include "BKE_material.hh"#include "BKE_object.hh"#include "RNA_access.hh"#include "RNA_prototypes.hh"#include "ED_node_c.hh"#include "ED_screen.hh"#include "SEQ_modifier.hh"#include "SEQ_select.hh"#include "SEQ_sequencer.hh"#include "WM_api.hh"#include "UI_interface.hh"#include "UI_resources.hh"#include "node_intern.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::ed |
| namespace | blender::ed::space_node |
Node breadcrumbs drawing.
Definition in file node_context_path.cc.