base classes — bpy_struct, ID
Camera datablock for storing camera settings
Perspective Camera lens field of view in degrees
Type : | float in [0.00640536, 3.01675], default 0.0 |
---|
Camera far clipping distance
Type : | float in [1, inf], default 0.0 |
---|
Camera near clipping distance
Type : | float in [0, inf], default 0.0 |
---|
Distance to the focus point for depth of field
Type : | float in [0, 5000], default 0.0 |
---|
Apparent size of the Camera object in the 3D View
Type : | float in [0.01, 1000], default 0.0 |
---|
Perspective Camera lens value in millimeters
Type : | float in [1, 5000], default 0.0 |
---|
Unit to edit lens in for the user interface
Type : | enum in [‘MILLIMETERS’, ‘DEGREES’], default ‘MILLIMETERS’ |
---|
Orthographic Camera scale (similar to zoom)
Type : | float in [0.01, 1000], default 0.0 |
---|
Opacity (alpha) of the darkened overlay in Camera view
Type : | float in [0, 1], default 0.0 |
---|
Perspective Camera horizontal shift
Type : | float in [-10, 10], default 0.0 |
---|
Perspective Camera vertical shift
Type : | float in [-10, 10], default 0.0 |
---|
Draw the clipping range and focus point on the camera
Type : | boolean, default False |
---|
Draw a line from the Camera to indicate the mist area
Type : | boolean, default False |
---|
Show the active Camera’s name in Camera view
Type : | boolean, default False |
---|
Show a darkened overlay outside the image area in Camera view
Type : | boolean, default False |
---|
Show indicators for the title safe zone in Camera view
Type : | boolean, default False |
---|
Camera types
Type : | enum in [‘PERSP’, ‘ORTHO’], default ‘PERSP’ |
---|
Render the scene with a cylindrical camera for pseudo-fisheye lens effects
Type : | boolean, default False |
---|
Inherited Properties
Inherited Functions
|
References