Updated the indent, sorry!
This commit is contained in:
@@ -87,9 +87,9 @@ typedef struct bNodeType {
|
||||
void (*execfunc)(void *data, struct bNode *, struct bNodeStack **, struct bNodeStack **);
|
||||
|
||||
/* this line is set on startup of blender */
|
||||
void (*uifunc)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
|
||||
void (*uifuncbut)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
|
||||
const char *(*labelfunc)(struct bNode *);
|
||||
void (*uifunc)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
|
||||
void (*uifuncbut)(struct uiLayout *, struct bContext *C, struct PointerRNA *ptr);
|
||||
const char *(*labelfunc)(struct bNode *);
|
||||
|
||||
void (*initfunc)(struct bNode *);
|
||||
void (*freestoragefunc)(struct bNode *);
|
||||
|
Reference in New Issue
Block a user