~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BSE_node.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
 
98
98
void init_node_butfuncs(void);
99
99
 
 
100
/* exported to CMP and SHD nodes */
 
101
//void node_ID_title_cb(void *node_v, void *unused_v);
 
102
//void node_but_title_cb(void *node_v, void *but_v);
 
103
//void node_texmap_cb(void *texmap_v, void *unused_v);
 
104
//void node_new_mat_cb(void *ntree_v, void *node_v);
 
105
//void node_browse_mat_cb(void *ntree_v, void *node_v);
 
106
//void node_mat_alone_cb(void *node_v, void *unused);
 
107
 
 
108
 
 
109
//void node_browse_image_cb(void *ntree_v, void *node_v);
 
110
//void node_active_cb(void *ntree_v, void *node_v);
 
111
//void node_image_type_cb(void *node_v, void *unused);
 
112
//char *node_image_type_pup(void);
 
113
//char *layer_menu(struct RenderResult *rr);
 
114
//void image_layer_cb(void *ima_v, void *iuser_v);
 
115
//void set_render_layers_title(void *node_v, void *unused);
 
116
//char *scene_layer_menu(struct Scene *sce);
 
117
//void node_browse_scene_cb(void *ntree_v, void *node_v);
 
118
 
 
119
 
 
120
//int node_buts_curvevec(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
121
//int node_buts_curvecol(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
122
//int node_buts_rgb(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
123
//int node_buts_texture(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
124
//int node_buts_valtorgb(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
125
//int node_buts_value(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
126
//int node_buts_mix_rgb(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
127
//int node_buts_group(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
128
//int node_buts_normal(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr);
 
129
//int node_buts_math(struct uiBlock *block, struct bNodeTree *ntree, struct bNode *node, struct rctf *butr) ;
 
130
 
 
131
 
100
132
/* ************* Shader nodes ***************** */
101
133
 
102
134