|
Blender V4.3
|
#include <buttons_intern.hh>
Public Attributes | |
| ListBase | users |
| struct Tex * | texture |
| struct ButsTextureUser * | user |
| int | index |
Definition at line 64 of file buttons_intern.hh.
| int ButsContextTexture::index |
Definition at line 70 of file buttons_intern.hh.
Referenced by buttons_texture_context_compute(), and template_texture_select().
| struct Tex* ButsContextTexture::texture |
Definition at line 67 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_context_path_texture(), buttons_foreach_id(), buttons_id_remap(), buttons_texture_context_compute(), and template_texture_select().
| struct ButsTextureUser* ButsContextTexture::user |
Definition at line 69 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_context_path_texture(), buttons_foreach_id(), buttons_id_remap(), buttons_texture_context_compute(), template_texture_select(), and uiTemplateTextureUser().
| ListBase ButsContextTexture::users |
Definition at line 65 of file buttons_intern.hh.
Referenced by buttons_foreach_id(), buttons_free(), buttons_id_remap(), buttons_texture_context_compute(), template_texture_show(), template_texture_user_menu(), and uiTemplateTextureShow().