2.5 / Nodes

* enable more code (button callbacks, will probably undergo revision)
This commit is contained in:
Nathan Letwory
2008-12-29 00:55:23 +00:00
parent aa1c405b7a
commit 87cae4caed
6 changed files with 105 additions and 160 deletions

View File

@@ -62,22 +62,6 @@
#include "node_intern.h"
// XXX button events
enum {
B_NOP = 0,
B_REDR = 1,
B_NODE_USEMAT,
B_NODE_USESCENE,
B_NODE_USETEX,
B_TEXBROWSE,
B_TEXALONE,
B_TEXLOCAL,
B_TEXDELETE,
B_AUTOTEXNAME,
B_KEEPDATA
} eActHeader_ButEvents;
/* ************************ header area region *********************** */
static void do_node_selectmenu(bContext *C, void *arg, int event)