|
Blender V4.5
|
#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 1418 of file DNA_node_types.h.
| char NodeTexImage::_pad[4] |
Definition at line 1426 of file DNA_node_types.h.
| NodeTexBase NodeTexImage::base |
Definition at line 1419 of file DNA_node_types.h.
| int color_space NodeTexImage::DNA_DEPRECATED |
Definition at line 1421 of file DNA_node_types.h.
| int NodeTexImage::extension |
Definition at line 1425 of file DNA_node_types.h.
Referenced by blender::io::fbx::add_image_texture(), 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 1424 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 1422 of file DNA_node_types.h.
| float NodeTexImage::projection_blend |
Definition at line 1423 of file DNA_node_types.h.