Export_animation Operators

bpy.ops.export_animation.cameras(filepath="", check_existing=True, filter_glob="*.py", frame_start=1, frame_end=250, only_selected=True)

Save a python script which re-creartes cameras and markers elsewhere

Parameters:
  • filepath (string, (optional)) – File Path, Filepath used for exporting the file
  • check_existing (boolean, (optional)) – Check Existing, Check and warn on overwriting existing files
  • frame_start (int in [1, 300000], (optional)) – Start Frame, Start frame for export
  • frame_end (int in [1, 300000], (optional)) – End Frame, End frame for export
  • only_selected (boolean, (optional)) – Only Selected
File :

addons/io_anim_camera.py:138

Previous topic

Export_anim Operators

Next topic

Export_mesh Operators