Blender
V3.3
|
#include <buttons_intern.h>
Public Attributes | |
ListBase | users |
struct Tex * | texture |
struct ButsTextureUser * | user |
int | index |
Definition at line 63 of file buttons_intern.h.
int ButsContextTexture::index |
Definition at line 69 of file buttons_intern.h.
Referenced by buttons_texture_context_compute(), and template_texture_select().
struct Tex* ButsContextTexture::texture |
Definition at line 66 of file buttons_intern.h.
Referenced by buttons_context(), buttons_context_path_texture(), buttons_id_remap(), buttons_texture_context_compute(), and template_texture_select().
struct ButsTextureUser* ButsContextTexture::user |
Definition at line 68 of file buttons_intern.h.
Referenced by buttons_context(), buttons_context_path_texture(), buttons_id_remap(), buttons_texture_context_compute(), template_texture_select(), and uiTemplateTextureUser().
ListBase ButsContextTexture::users |
Definition at line 64 of file buttons_intern.h.
Referenced by buttons_free(), buttons_id_remap(), buttons_texture_context_compute(), template_texture_user_menu(), and uiTemplateTextureShow().