ImageUser(bpy_struct)

base class — bpy_struct

class bpy.types.ImageUser(bpy_struct)

Parameters defining how an Image datablock is used by another datablock

fields_per_frame

Number of fields per rendered frame (2 fields is 1 image)

Type :int in [1, 200], default 0
frame_duration

Number of images of a movie to use

Type :int in [0, 300000], default 0
frame_offset

Offset the number of the frame to use in the animation

Type :int in [-300000, 300000], default 0
frame_start

Global starting frame of the movie/sequence, assuming first picture has a #1

Type :int in [-300000, 300000], default 0
multilayer_layer

Layer in multilayer image

Type :int in [0, 32767], default 0, (readonly)
multilayer_pass

Pass in multilayer image

Type :int in [0, 32767], default 0, (readonly)
use_auto_refresh

Always refresh image on frame changes

Type :boolean, default False
use_cyclic

Cycle the images in the movie

Type :boolean, default False

Inherited Properties

Inherited Functions

References

Previous topic

ImageTexture(Texture)

Next topic

InflowFluidSettings(FluidSettings)