Blender
V3.3
|
#include <buttons_intern.h>
Public Attributes | |
struct ButsTextureUser * | next |
struct ButsTextureUser * | prev |
struct ID * | id |
PointerRNA | ptr |
PropertyRNA * | prop |
struct bNodeTree * | ntree |
struct bNode * | node |
struct bNodeSocket * | socket |
const char * | category |
int | icon |
const char * | name |
int | index |
Definition at line 44 of file buttons_intern.h.
const char* ButsTextureUser::category |
Definition at line 56 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), and template_texture_user_menu().
int ButsTextureUser::icon |
Definition at line 57 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_user_menu(), and uiTemplateTextureUser().
struct ID* ButsTextureUser::id |
Definition at line 47 of file buttons_intern.h.
Referenced by buttons_context_path_texture(), buttons_texture_user_node_add(), buttons_texture_user_property_add(), and buttons_texture_user_socket_property_add().
int ButsTextureUser::index |
Definition at line 60 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), and buttons_texture_user_socket_property_add().
const char* ButsTextureUser::name |
Definition at line 58 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_user_menu(), and uiTemplateTextureUser().
struct ButsTextureUser* ButsTextureUser::next |
Definition at line 45 of file buttons_intern.h.
Referenced by buttons_texture_context_compute(), template_texture_show(), and template_texture_user_menu().
struct bNode* ButsTextureUser::node |
Definition at line 53 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), and buttons_texture_user_socket_property_add().
struct bNodeTree* ButsTextureUser::ntree |
Definition at line 52 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), and buttons_texture_user_socket_property_add().
struct ButsTextureUser * ButsTextureUser::prev |
Definition at line 45 of file buttons_intern.h.
PropertyRNA* ButsTextureUser::prop |
Definition at line 50 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_show(), and template_texture_user_menu().
PointerRNA ButsTextureUser::ptr |
Definition at line 49 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_show(), and template_texture_user_menu().
struct bNodeSocket* ButsTextureUser::socket |
Definition at line 54 of file buttons_intern.h.
Referenced by buttons_texture_user_socket_property_add().