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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-07 13:32:39 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-07 13:32:39 +0400
commit4ac1e1b222afa4da813c6142672ed1526e91cdc0 (patch)
tree295480a5ba32d36f88add698036236ce578d09a5 /source/blender/blenkernel/BKE_node.h
parent286c5915b35f3008030cd89899be0d714bd30ada (diff)
parenta99b9a5c3d6eb567092dcfb005a540564b5b8ebd (diff)
Merging r47535 through r47566 from trunk into soc-2011-tomato
Diffstat (limited to 'source/blender/blenkernel/BKE_node.h')
-rw-r--r--source/blender/blenkernel/BKE_node.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_node.h b/source/blender/blenkernel/BKE_node.h
index 351cb7dbb8b..eaaa1d8b62e 100644
--- a/source/blender/blenkernel/BKE_node.h
+++ b/source/blender/blenkernel/BKE_node.h
@@ -266,8 +266,7 @@ struct bNodeTreeExec;
typedef void (*bNodeTreeCallback)(void *calldata, struct ID *owner_id, struct bNodeTree *ntree);
typedef void (*bNodeClassCallback)(void *calldata, int nclass, const char *name);
-typedef struct bNodeTreeType
-{
+typedef struct bNodeTreeType {
int type; /* type identifier */
char idname[64]; /* id name for RNA identification */