|
Blender
V2.93
|
#include <node_texture_util.h>
Public Attributes | |
| TexResult * | target |
| const float * | co |
| float * | dxt |
| float * | dyt |
| int | osatex |
| bool | do_preview |
| bool | do_manage |
| short | thread |
| short | which_output |
| int | cfra |
| MTex * | mtex |
Definition at line 70 of file node_texture_util.h.
| int TexCallData::cfra |
Definition at line 81 of file node_texture_util.h.
Referenced by params_from_cdata().
| const float* TexCallData::co |
Definition at line 73 of file node_texture_util.h.
Referenced by params_from_cdata().
| bool TexCallData::do_manage |
Definition at line 78 of file node_texture_util.h.
Referenced by exec(), and tex_call_delegate().
| bool TexCallData::do_preview |
Definition at line 77 of file node_texture_util.h.
Referenced by exec(), and tex_call_delegate().
| float* TexCallData::dxt |
Definition at line 74 of file node_texture_util.h.
Referenced by params_from_cdata().
| float * TexCallData::dyt |
Definition at line 74 of file node_texture_util.h.
Referenced by params_from_cdata().
| MTex* TexCallData::mtex |
Definition at line 83 of file node_texture_util.h.
Referenced by params_from_cdata().
| int TexCallData::osatex |
Definition at line 76 of file node_texture_util.h.
Referenced by params_from_cdata().
| TexResult* TexCallData::target |
Definition at line 71 of file node_texture_util.h.
Referenced by exec().
| short TexCallData::thread |
Definition at line 79 of file node_texture_util.h.
Referenced by exec().
| short TexCallData::which_output |
Definition at line 80 of file node_texture_util.h.
Referenced by exec().