![]() |
Blender V2.61 - r43446
|
#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 71 of file buttons_intern.h.
| const char* ButsTextureUser::category |
Definition at line 82 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), and buttons_texture_user_property_add().
Definition at line 83 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), and uiTemplateTextureUser().
| struct ID* ButsTextureUser::id |
Definition at line 74 of file buttons_intern.h.
Referenced by buttons_context_path_texture(), buttons_texture_user_node_add(), and buttons_texture_user_property_add().
Definition at line 86 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), and buttons_texture_user_property_add().
| const char* ButsTextureUser::name |
Definition at line 84 of file buttons_intern.h.
Referenced by buttons_texture_user_node_add(), buttons_texture_user_property_add(), and uiTemplateTextureUser().
| struct ButsTextureUser* ButsTextureUser::next |
Definition at line 72 of file buttons_intern.h.
Referenced by buttons_texture_context_compute().
| struct bNode* ButsTextureUser::node |
Definition at line 80 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), and buttons_texture_user_node_add().
| struct bNodeTree* ButsTextureUser::ntree |
Definition at line 79 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), and buttons_texture_user_node_add().
| struct ButsTextureUser * ButsTextureUser::prev |
Definition at line 72 of file buttons_intern.h.
Definition at line 77 of file buttons_intern.h.
Referenced by buttons_texture_context_compute(), and buttons_texture_user_property_add().
Definition at line 76 of file buttons_intern.h.
Referenced by buttons_context(), buttons_texture_context_compute(), and buttons_texture_user_property_add().