Blender  V3.3
Public Attributes | List of all members
ButsTextureUser Struct Reference

#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
 

Detailed Description

Definition at line 44 of file buttons_intern.h.

Member Data Documentation

◆ category

const char* ButsTextureUser::category

◆ icon

int ButsTextureUser::icon

◆ id

struct ID* ButsTextureUser::id

◆ index

int ButsTextureUser::index

◆ name

const char* ButsTextureUser::name

◆ next

struct ButsTextureUser* ButsTextureUser::next

◆ node

struct bNode* ButsTextureUser::node

◆ ntree

struct bNodeTree* ButsTextureUser::ntree

◆ prev

struct ButsTextureUser * ButsTextureUser::prev

Definition at line 45 of file buttons_intern.h.

◆ prop

PropertyRNA* ButsTextureUser::prop

◆ ptr

PointerRNA ButsTextureUser::ptr

◆ socket

struct bNodeSocket* ButsTextureUser::socket

Definition at line 54 of file buttons_intern.h.

Referenced by buttons_texture_user_socket_property_add().


The documentation for this struct was generated from the following file: