Import_shape Operators

bpy.ops.import_shape.mdd(filepath="", filter_glob="*.mdd", frame_start=0, frame_step=1)

Import MDD vertex keyframe file to shape keys

Parameters:
  • filepath (string, (optional)) – File Path, Filepath used for importing the file
  • frame_start (int in [-300000, 300000], (optional)) – Start Frame, Start frame for inserting animation
  • frame_step (int in [1, 1000], (optional)) – Step
File :

op/io_shape_mdd/__init__.py:50

Previous topic

Import_scene Operators

Next topic

Info Operators