Export_shape Operators

bpy.ops.export_shape.mdd(filepath="", check_existing=True, fps=25, frame_start=1, frame_end=250)

Animated mesh to MDD vertex keyframe file

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
  • fps (int in [1, 120], (optional)) – Frames Per Second, Number of frames/second
  • frame_start (int in [1, 300000], (optional)) – Start Frame, Start frame for baking
  • frame_end (int in [1, 300000], (optional)) – End Frame, End frame for baking
File :

op/io_shape_mdd/__init__.py:85

Previous topic

Export_scene Operators

Next topic

File Operators