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:
authorTon Roosendaal <ton@blender.org>2010-04-06 21:47:21 +0400
committerTon Roosendaal <ton@blender.org>2010-04-06 21:47:21 +0400
commit6996d7b032b7222278d2c30eded7c81c763a7021 (patch)
tree3a4e79811eb74d881ac76ce2ffa14b8b83108b0c /source/blender/editors/space_node/node_intern.h
parent2a1644401e2866fa51027390fa605d840842649d (diff)
Brought back:
Node R-key: read scene layers (from temp buffers) SHIFT+R: read full sample layers.
Diffstat (limited to 'source/blender/editors/space_node/node_intern.h')
-rw-r--r--source/blender/editors/space_node/node_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/node_intern.h b/source/blender/editors/space_node/node_intern.h
index 6f7638a1f14..f1a27f934cb 100644
--- a/source/blender/editors/space_node/node_intern.h
+++ b/source/blender/editors/space_node/node_intern.h
@@ -103,6 +103,8 @@ void NODE_OT_hide(struct wmOperatorType *ot);
void NODE_OT_show_cyclic_dependencies(struct wmOperatorType *ot);
void NODE_OT_link_viewer(struct wmOperatorType *ot);
+void NODE_OT_read_fullsamplelayers(struct wmOperatorType *ot);
+void NODE_OT_read_renderlayers(struct wmOperatorType *ot);
// XXXXXX