BackgroundImages(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
BackgroundImages
(bpy_struct)¶ Collection of background images
-
new
()¶ Add new background image
Returns: Image displayed as viewport background Return type: BackgroundImage
-
remove
(image)¶ Remove background image
Parameters: image ( BackgroundImage
, (never None)) – Image displayed as viewport background
-
clear
()¶ Remove all background images
-
Inherited Properties
Inherited Functions
References