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>2006-03-09 00:12:48 +0300
committerTon Roosendaal <ton@blender.org>2006-03-09 00:12:48 +0300
commit973b442075f42837f2ec82e48f115ae2f6d12223 (patch)
treeb543f3e0e250ed7c7c591c8cf99017ff06610896 /source/blender/makesdna/DNA_node_types.h
parent0bc3e9639b125c83fcfbe251779ee4571758f15a (diff)
Compositing goodie: ESC now works to stop, but it will finish the node it
was working on.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index a3b234e4199..6192c32da1f 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -167,7 +167,7 @@ typedef struct bNodeTree {
/* callbacks */
void (*timecursor)(int nr);
void (*stats_draw)(char *str);
-
+ int (*test_break)(void);
} bNodeTree;
/* ntree->type, index */