CyclesCameraSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
CyclesCameraSettings
(bpy_struct)¶ -
fisheye_fov
¶ Field of view for the fisheye lens
Type: float in [0.1745, 31.4159], default 3.14159
-
fisheye_lens
¶ Lens focal length (mm)
Type: float in [0.01, 100], default 10.5
-
latitude_max
¶ Maximum latitude (vertical angle) for the equirectangular lens
Type: float in [-1.5708, 1.5708], default 1.5708
-
latitude_min
¶ Minimum latitude (vertical angle) for the equirectangular lens
Type: float in [-1.5708, 1.5708], default -1.5708
-
longitude_max
¶ Maximum longitude (horizontal angle) for the equirectangular lens
Type: float in [-3.14159, 3.14159], default 3.14159
-
longitude_min
¶ Minimum longitude (horizontal angle) for the equirectangular lens
Type: float in [-3.14159, 3.14159], default -3.14159
-
panorama_type
¶ Distortion to use for the calculation
EQUIRECTANGULAR
Equirectangular, Render the scene with a spherical camera, also known as Lat Long panorama.FISHEYE_EQUIDISTANT
Fisheye Equidistant, Ideal for fulldomes, ignore the sensor dimensions.FISHEYE_EQUISOLID
Fisheye Equisolid, Similar to most fisheye modern lens, takes sensor dimensions into consideration.MIRRORBALL
Mirror Ball, Uses the mirror ball mapping.
Type: enum in [‘EQUIRECTANGULAR’, ‘FISHEYE_EQUIDISTANT’, ‘FISHEYE_EQUISOLID’, ‘MIRRORBALL’], default ‘FISHEYE_EQUISOLID’
-
classmethod
bl_rna_get_subclass
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The RNA type or default when not found. Return type: bpy.types.Struct
subclass
-
classmethod
bl_rna_get_subclass_py
(id, default=None)¶ Parameters: id (string) – The RNA type identifier. Returns: The class or default when not found. Return type: type
-
Inherited Properties
Inherited Functions