|
Blender
V2.93
|
#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 |
| const char * | category |
| int | icon |
| const char * | name |
| int | index |
Definition at line 59 of file buttons_intern.h.
| const char* ButsTextureUser::category |
Definition at line 70 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_node_property_add(), buttons_texture_user_property_add(), and template_texture_user_menu().
| int ButsTextureUser::icon |
Definition at line 71 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_node_property_add(), buttons_texture_user_property_add(), template_texture_user_menu(), and uiTemplateTextureUser().
| struct ID* ButsTextureUser::id |
Definition at line 62 of file buttons_intern.h.
Referenced by buttons_context_path_texture(), buttons_texture_user_node_add(), buttons_texture_user_node_property_add(), and buttons_texture_user_property_add().
| int ButsTextureUser::index |
Definition at line 74 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_node_property_add(), and buttons_texture_user_property_add().
| const char* ButsTextureUser::name |
Definition at line 72 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_node_property_add(), buttons_texture_user_property_add(), template_texture_user_menu(), and uiTemplateTextureUser().
| struct ButsTextureUser* ButsTextureUser::next |
Definition at line 60 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 68 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), and buttons_texture_user_node_property_add().
| struct bNodeTree* ButsTextureUser::ntree |
Definition at line 67 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), and buttons_texture_user_node_property_add().
| struct ButsTextureUser * ButsTextureUser::prev |
Definition at line 60 of file buttons_intern.h.
| PropertyRNA* ButsTextureUser::prop |
Definition at line 65 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_property_add(), buttons_texture_user_property_add(), template_texture_show(), and template_texture_user_menu().
| PointerRNA ButsTextureUser::ptr |
Definition at line 64 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_property_add(), buttons_texture_user_property_add(), template_texture_show(), and template_texture_user_menu().