video_for_texture property

video_for_texture property

Gets or sets whether generate a Video instance for Texture when exporting as FBX.

Definition:

@property
def video_for_texture(self):
    ...
@video_for_texture.setter
def video_for_texture(self, value):
    ...

See Also