2.5: Texture buttons preview now has an option to display the

texture, the material, or both side by side.
This commit is contained in:
2009-07-21 01:57:46 +00:00
parent 6dfec894f9
commit 22f421a9ee
11 changed files with 158 additions and 63 deletions

View File

@@ -269,7 +269,8 @@ struct uiBlock {
int (*block_event_func)(const struct bContext *C, struct uiBlock *, struct wmEvent *);
/* extra draw function for custom blocks */
void (*drawextra)(const struct bContext *C, void *idv, rcti *rect);
void (*drawextra)(const struct bContext *C, void *idv, void *argv, rcti *rect);
void *drawextra_arg;
int afterval, flag;