|
Blender V4.3
|
#include <node_texture_util.hh>
Public Attributes | |
| TexCallData * | cdata |
| TexFn | fn |
| bNode * | node |
| bNodePreview * | preview |
| bNodeStack * | in [MAX_SOCKET] |
| int | type |
Definition at line 51 of file node_texture_util.hh.
| TexCallData* TexDelegate::cdata |
Definition at line 52 of file node_texture_util.hh.
Referenced by tex_output().
| TexFn TexDelegate::fn |
Definition at line 53 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| bNodeStack* TexDelegate::in[MAX_SOCKET] |
Definition at line 56 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| bNode* TexDelegate::node |
Definition at line 54 of file node_texture_util.hh.
Referenced by tex_call_delegate(), and tex_output().
| bNodePreview* TexDelegate::preview |
Definition at line 55 of file node_texture_util.hh.
Referenced by tex_output().
| int TexDelegate::type |
Definition at line 57 of file node_texture_util.hh.
Referenced by tex_output().