|
Blender V4.3
|
#include <buttons_intern.hh>
Public Attributes | |
| ButsTextureUser * | next |
| ButsTextureUser * | prev |
| ID * | id |
| PointerRNA | ptr |
| PropertyRNA * | prop |
| bNodeTree * | ntree |
| bNode * | node |
| bNodeSocket * | socket |
| const char * | category |
| int | icon |
| const char * | name |
| int | index |
Definition at line 45 of file buttons_intern.hh.
| const char* ButsTextureUser::category |
Definition at line 57 of file buttons_intern.hh.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), and buttons_texture_user_socket_property_add().
| int ButsTextureUser::icon |
Definition at line 58 of file buttons_intern.hh.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), and uiTemplateTextureUser().
| ID* ButsTextureUser::id |
Definition at line 48 of file buttons_intern.hh.
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 61 of file buttons_intern.hh.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), and template_texture_select().
| const char* ButsTextureUser::name |
Definition at line 59 of file buttons_intern.hh.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), and uiTemplateTextureUser().
| ButsTextureUser* ButsTextureUser::next |
Definition at line 46 of file buttons_intern.hh.
Referenced by template_texture_show(), and uiTemplateTextureShow().
| bNode* ButsTextureUser::node |
Definition at line 54 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), buttons_texture_user_socket_property_add(), and template_texture_select().
| bNodeTree* ButsTextureUser::ntree |
Definition at line 53 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), buttons_texture_user_socket_property_add(), and template_texture_select().
| ButsTextureUser * ButsTextureUser::prev |
Definition at line 46 of file buttons_intern.hh.
| PropertyRNA* ButsTextureUser::prop |
Definition at line 51 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_select(), template_texture_show(), and uiTemplateTextureShow().
| PointerRNA ButsTextureUser::ptr |
Definition at line 50 of file buttons_intern.hh.
Referenced by buttons_context(), buttons_texture_context_compute(), buttons_texture_user_node_add(), buttons_texture_user_property_add(), buttons_texture_user_socket_property_add(), template_texture_select(), template_texture_show(), and uiTemplateTextureShow().
| bNodeSocket* ButsTextureUser::socket |
Definition at line 55 of file buttons_intern.hh.
Referenced by buttons_texture_user_socket_property_add().