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:
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 3ed97c2480f..25412f1937b 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -370,10 +370,8 @@ typedef struct bNodeTree {
* Only available in base node trees (e.g. scene->node_tree)
*/
struct bNodeInstanceHash *previews;
- /* XXX workaround for ambiguous viewer output:
- * Viewer nodes all write to the same image buffer.
- * This determines the tree instance containing the "active" output.
- * Only used in local scene->nodetree.
+ /* Defines the node tree instance to use for the "active" context,
+ * in case multiple different editors are used and make context ambiguous.
*/
bNodeInstanceKey active_viewer_key;
int pad;