|
Blender V4.3
|
#include <DNA_node_types.h>
Public Attributes | |
| NodeTexBase | base |
| ImageUser | iuser |
| int color_space | DNA_DEPRECATED |
| int | projection |
| float | projection_blend |
| int | interpolation |
| int | extension |
| char | _pad [4] |
Definition at line 1304 of file DNA_node_types.h.
| char NodeTexImage::_pad[4] |
Definition at line 1312 of file DNA_node_types.h.
| NodeTexBase NodeTexImage::base |
Definition at line 1305 of file DNA_node_types.h.
| int color_space NodeTexImage::DNA_DEPRECATED |
Definition at line 1307 of file DNA_node_types.h.
| int NodeTexImage::extension |
Definition at line 1311 of file DNA_node_types.h.
Referenced by blender::io::usd::get_node_tex_image_wrap(), blender::io::usd::USDMaterialReader::load_tex_image(), and blender::workbench::MaterialTexture::MaterialTexture().
| int NodeTexImage::interpolation |
Definition at line 1310 of file DNA_node_types.h.
Referenced by fill_texpaint_slots_cb(), and blender::workbench::MaterialTexture::MaterialTexture().
| ImageUser NodeTexImage::iuser |
| int NodeTexImage::projection |
Definition at line 1308 of file DNA_node_types.h.
| float NodeTexImage::projection_blend |
Definition at line 1309 of file DNA_node_types.h.