Camera Operators

bpy.ops.camera.preset_add(name="", remove_active=False, use_focal_length=False)

Add or remove a Camera Preset

Parameters:
  • name (string, (optional, never None)) – Name, Name of the preset, used to make the path name
  • remove_active (boolean, (optional)) – remove_active
  • use_focal_length (boolean, (optional)) – Include Focal Length, Include focal length into the preset
File:

startup/bl_operators/presets.py:71