Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/node_intern.h
| Show First 20 Lines • Show All 335 Lines • ▼ Show 20 Lines | |||||
| #define NODE_SOCKSIZE (0.25f * U.widget_unit) | #define NODE_SOCKSIZE (0.25f * U.widget_unit) | ||||
| #define NODE_MULTI_INPUT_LINK_GAP (0.25f * U.widget_unit) | #define NODE_MULTI_INPUT_LINK_GAP (0.25f * U.widget_unit) | ||||
| #define NODE_RESIZE_MARGIN (0.20f * U.widget_unit) | #define NODE_RESIZE_MARGIN (0.20f * U.widget_unit) | ||||
| #define NODE_LINK_RESOL 12 | #define NODE_LINK_RESOL 12 | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||
| #ifdef __cplusplus | |||||
| # include "BLI_vector.hh" | |||||
| # include "UI_interface.hh" | |||||
| namespace blender::ed::space_node { | |||||
| Vector<ui::ContextPathItem> context_path_for_space_node(const bContext &C); | |||||
| } | |||||
HooglyBoogly: `node_context.c` -> `node_context.cc` | |||||
| #endif | |||||
| No newline at end of file | |||||
node_context.c -> node_context.cc