base classes — bpy_struct, ID, Texture
Distance between checker tiles
| Type: | float in [0, 0.99], default 0.0 |
|---|
Maximum X value to crop the image
| Type: | float in [-10, 10], default 0.0 |
|---|
Maximum Y value to crop the image
| Type: | float in [-10, 10], default 0.0 |
|---|
Minimum X value to crop the image
| Type: | float in [-10, 10], default 0.0 |
|---|
Minimum Y value to crop the image
| Type: | float in [-10, 10], default 0.0 |
|---|
How the image is extrapolated past its original bounds
| Type: | enum in [‘EXTEND’, ‘CLIP’, ‘CLIP_CUBE’, ‘REPEAT’, ‘CHECKER’], default ‘EXTEND’ |
|---|
Maximum eccentricity (higher gives less blur at distant/oblique angles, but is also slower)
| Type: | int in [1, 256], default 0 |
|---|
Maximum number of samples (higher gives less blur at distant/oblique angles, but is also slower)
| Type: | int in [1, 256], default 0 |
|---|
Multiply the filter size used by MIP Map and Interpolation
| Type: | float in [0.1, 50], default 0.0 |
|---|
Texture filter to use for sampling image
| Type: | enum in [‘BOX’, ‘EWA’, ‘FELINE’, ‘AREA’], default ‘BOX’ |
|---|
Parameters defining which layer, pass and frame of the image is displayed
| Type: | ImageUser, (readonly) |
|---|
Invert all the alpha values in the image
| Type: | boolean, default False |
|---|
Repetition multiplier in the X direction
| Type: | int in [1, 512], default 0 |
|---|
Repetition multiplier in the Y direction
| Type: | int in [1, 512], default 0 |
|---|
Use the alpha channel information in the image
| Type: | boolean, default False |
|---|
Calculate an alpha channel based on RGB values in the image
| Type: | boolean, default False |
|---|
Even checker tiles
| Type: | boolean, default False |
|---|
Odd checker tiles
| Type: | boolean, default False |
|---|
Use red and green as derivative values
| Type: | boolean, default False |
|---|
Use Filter Size as a minimal filter value in pixels
| Type: | boolean, default False |
|---|
Flip the texture’s X and Y axis
| Type: | boolean, default False |
|---|
Interpolate pixels using selected filter
| Type: | boolean, default False |
|---|
Use auto-generated MIP maps for the image
| Type: | boolean, default False |
|---|
Use Gauss filter to sample down MIP maps
| Type: | boolean, default False |
|---|
Mirror the image repetition on the X direction
| Type: | boolean, default False |
|---|
Mirror the image repetition on the Y direction
| Type: | boolean, default False |
|---|
Use image RGB values for normal mapping
| Type: | boolean, default False |
|---|
Materials that use this texture (readonly)
Object modifiers that use this texture (readonly)
Inherited Properties
Inherited Functions