BlendDataCameras(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
BlendDataCameras
(bpy_struct)¶ Collection of cameras
-
is_updated
¶ Type: boolean, default False, (readonly)
-
new
(name)¶ Add a new camera to the main database
Parameters: name (string, (never None)) – New name for the data-block Returns: New camera data-block Return type: Camera
-
remove
(camera, do_unlink=False)¶ Remove a camera from the current blendfile
Parameters: - camera (
Camera
, (never None)) – Camera to remove - do_unlink (boolean, (optional)) – Unlink all usages of this camera before deleting it (WARNING: will also delete objects instancing that camera data)
- camera (
-
tag
(value)¶ tag
Parameters: value (boolean) – Value
-
Inherited Properties
Inherited Functions
References