|
Blender
V3.3
|
#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 53 of file node_texture_util.h.
| int TexCallData::cfra |
Definition at line 64 of file node_texture_util.h.
Referenced by params_from_cdata().
| const float* TexCallData::co |
Definition at line 56 of file node_texture_util.h.
Referenced by params_from_cdata().
| bool TexCallData::do_manage |
Definition at line 61 of file node_texture_util.h.
| bool TexCallData::do_preview |
Definition at line 60 of file node_texture_util.h.
Referenced by exec().
| float* TexCallData::dxt |
Definition at line 57 of file node_texture_util.h.
Referenced by params_from_cdata().
| float * TexCallData::dyt |
Definition at line 57 of file node_texture_util.h.
Referenced by params_from_cdata().
| MTex* TexCallData::mtex |
Definition at line 66 of file node_texture_util.h.
Referenced by params_from_cdata().
| int TexCallData::osatex |
Definition at line 59 of file node_texture_util.h.
Referenced by params_from_cdata().
| TexResult* TexCallData::target |
Definition at line 54 of file node_texture_util.h.
Referenced by exec().
| short TexCallData::thread |
Definition at line 62 of file node_texture_util.h.
Referenced by exec().
| short TexCallData::which_output |
Definition at line 63 of file node_texture_util.h.
Referenced by exec().