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>2005-12-19 02:08:22 +0300
committerTon Roosendaal <ton@blender.org>2005-12-19 02:08:22 +0300
commitbe0b59ea6dbdf9e63a83edeae1505ebb9aa0ad50 (patch)
tree84341bf4482e243a41edbd02754e83a5e05375c1 /source/blender/include/BSE_node.h
parent87d9ca4b992911f1bc896f63eac28bd69d4344ae (diff)
Orange; update commit on WIP project for Noodle editing. :)
- Grabbing works (Gkey) or tweak (LMB) or use RMB click-drag for grab - Shift+d works - Akey: select all - Drawing links works too now!
Diffstat (limited to 'source/blender/include/BSE_node.h')
-rw-r--r--source/blender/include/BSE_node.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/include/BSE_node.h b/source/blender/include/BSE_node.h
index cd159f9e448..e87d3742dec 100644
--- a/source/blender/include/BSE_node.h
+++ b/source/blender/include/BSE_node.h
@@ -30,7 +30,10 @@
#ifndef BSE_NODE_H
#define BSE_NODE_H
+struct SpaceNode;
+void node_deselectall(struct SpaceNode *snode, int swap);
+void node_transform_ext(int mode, int unused);
#endif