ImageMap


Attribute Reference

Blur attributes

mip_bias

Float bindable
default: 0.0

Amount to scale derivatives which controls mipmap selection

Color Correction attributes

TMI

Vec3f
default: [ 0, 0, 0 ]

T = Temperature where positive values push towards blue and negative towards red. M = Magenta where positive values push towards magenta and negative towards green. I = Intensity where negative values remove and positive values add energy

TMI_control_enabled

Bool
default: False

No documentation available

contrast

Rgb
default: [ 1, 1, 1 ]

No documentation available

contrast_enabled

Bool
default: False

No documentation available

gain

Rgb
default: [ 1, 1, 1 ]

No documentation available

gain_offset_enabled

Bool
default: False

No documentation available

gamma_adjust

Rgb
default: [ 1, 1, 1 ]

No documentation available

gamma_enabled

Bool
default: False

No documentation available

offset_adjust

Rgb
default: [ 0, 0, 0 ]

No documentation available

saturation

Rgb
default: [ 1, 1, 1 ]

No documentation available

saturation_enabled

Bool
default: False

No documentation available

General attributes

alpha_only

Bool
default: False

If true, the alpha channel of the texture will be placed in the rgb channels. If the texture has no alpha channel, 1.0 is used, and the resulting texture lookup is then always white.

default_color

Rgb
default: [ 0, 1, 0 ]

default color to be used for missing udims when 'use default color when missing' is enabled

gamma

Int enum
  0 = “off”
  1 = “on”
  2 = “auto” (default)

No documentation available

input_texture_coordinates

Vec3f bindable
default: [ 0, 0, 0 ]

No documentation available

offset

Vec2f
default: [ 0, 0 ]

No documentation available

rotation_angle

Float
default: 0.0

Rotation in degrees

rotation_center

Vec2f
default: [ 0.5, 0.5 ]

UV coordinate around which to rotate

scale

Vec2f
default: [ 1, 1 ]

No documentation available

texture

String filename
default:

filename that points to a texture .exr or .tx file (must be mip-mapped and tiled with maketx). If filename contains '<UDIM>', udim index substitution is performed on filename. In the UDIM case, 'scale', 'offset', and 'wrap around' are ignored.

texture_coordinates

Int enum
  0 = “texture” (default)
  1 = “hair surface”
  2 = “input texture coordinates”
  3 = “hair closest surface”

No documentation available

udim_files

StringVector
default: {}

No documentation available

udim_max_v

Int
default: 10

udim maximum v value

udim_values

IntVector
default: {}

No documentation available

use_default_color_when_missing

Bool
default: False

Uses the 'default color' for missing udims and does not report error

wrap_around

Bool
default: True

No documentation available