Blender
V3.3
|
Node breadcrumbs drawing. More...
#include "BLI_vector.hh"
#include "DNA_node_types.h"
#include "BKE_context.h"
#include "BKE_material.h"
#include "BKE_modifier.h"
#include "BKE_object.h"
#include "BKE_screen.h"
#include "RNA_access.h"
#include "RNA_prototypes.h"
#include "ED_screen.h"
#include "UI_interface.h"
#include "UI_interface.hh"
#include "UI_resources.h"
#include "node_intern.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::ed | |
blender::ed::space_node | |
Functions | |
static void | blender::ed::space_node::context_path_add_object_data (Vector< ui::ContextPathItem > &path, Object &object) |
static void | blender::ed::space_node::context_path_add_node_tree_and_node_groups (const SpaceNode &snode, Vector< ui::ContextPathItem > &path, const bool skip_base=false) |
static void | blender::ed::space_node::get_context_path_node_shader (const bContext &C, SpaceNode &snode, Vector< ui::ContextPathItem > &path) |
static void | blender::ed::space_node::get_context_path_node_compositor (const bContext &C, SpaceNode &snode, Vector< ui::ContextPathItem > &path) |
static void | blender::ed::space_node::get_context_path_node_geometry (const bContext &C, SpaceNode &snode, Vector< ui::ContextPathItem > &path) |
Vector< ui::ContextPathItem > | blender::ed::space_node::context_path_for_space_node (const bContext &C) |
Node breadcrumbs drawing.
Definition in file node_context_path.cc.