Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-06-11 13:24:25 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-11 13:24:25 +0400
commitabfe63d8aacbc07363ab71ad530a7cfbd49b15ac (patch)
treede98a0e50d82d842447f818ea874eaf4e825ebd3 /source/blender/editors/space_node/space_node.c
parentfccd8acb357014a7112ea7f51055edb710b5667c (diff)
updates to context docs and add missing member to node context 'node_context_dir'.
Diffstat (limited to 'source/blender/editors/space_node/space_node.c')
-rw-r--r--source/blender/editors/space_node/space_node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/space_node.c b/source/blender/editors/space_node/space_node.c
index 66919935d48..c477e2bcdda 100644
--- a/source/blender/editors/space_node/space_node.c
+++ b/source/blender/editors/space_node/space_node.c
@@ -468,7 +468,7 @@ static void node_region_listener(ARegion *ar, wmNotifier *wmn)
}
}
-const char *node_context_dir[] = {"selected_nodes", NULL};
+const char *node_context_dir[] = {"selected_nodes", "active_node", NULL};
static int node_context(const bContext *C, const char *member, bContextDataResult *result)
{